linux-stable/Documentation/devicetree/bindings
Daniel Vetter 6c7f27441d drm-misc-next for v6.6:
UAPI Changes:
 
  * fbdev:
    * Make fbdev userspace interfaces optional; only leaves the
      framebuffer console active
 
  * prime:
    * Support dma-buf self-import for all drivers automatically: improves
      support for many userspace compositors
 
 Cross-subsystem Changes:
 
  * backlight:
    * Fix interaction with fbdev in several drivers
 
  * base: Convert struct platform.remove to return void; part of a larger,
    tree-wide effort
 
  * dma-buf: Acquire reservation lock for mmap() in exporters; part
    of an on-going effort to simplify locking around dma-bufs
 
  * fbdev:
    * Use Linux device instead of fbdev device in many places
    * Use deferred-I/O helper macros in various drivers
 
  * i2c: Convert struct i2c from .probe_new to .probe; part of a larger,
    tree-wide effort
 
  * video:
    * Avoid including <linux/screen_info.h>
 
 Core Changes:
 
  * atomic:
    * Improve logging
 
  * prime:
    * Remove struct drm_driver.gem_prime_mmap plus driver updates: all
      drivers now implement this callback with drm_gem_prime_mmap()
 
  * gem:
    * Support execution contexts: provides locking over multiple GEM
      objects
 
  * ttm:
    * Support init_on_free
    * Swapout fixes
 
 Driver Changes:
 
  * accel:
    * ivpu: MMU updates; Support debugfs
 
  * ast:
    * Improve device-model detection
    * Cleanups
 
  * bridge:
    * dw-hdmi: Improve support for YUV420 bus format
    * dw-mipi-dsi: Fix enable/disable of DSI controller
    * lt9611uxc: Use MODULE_FIRMWARE()
    * ps8640: Remove broken EDID code
    * samsung-dsim: Fix command transfer
    * tc358764: Handle HS/VS polarity; Use BIT() macro; Various cleanups
    * Cleanups
 
  * ingenic:
    * Kconfig REGMAP fixes
 
  * loongson:
    * Support display controller
 
  * mgag200:
    * Minor fixes
 
  * mxsfb:
    * Support disabling overlay planes
 
  * nouveau:
    * Improve VRAM detection
    * Various fixes and cleanups
 
  * panel:
    * panel-edp: Support AUO B116XAB01.4
    * Support Visionox R66451 plus DT bindings
    * Cleanups
 
  * ssd130x:
    * Support per-controller default resolution plus DT bindings
    * Reduce memory-allocation overhead
    * Cleanups
 
  * tidss:
    * Support TI AM625 plus DT bindings
    * Implement new connector model plus driver updates
 
  * vkms
    * Improve write-back support
    * Documentation fixes
 -----BEGIN PGP SIGNATURE-----
 
 iQEzBAABCAAdFiEEchf7rIzpz2NEoWjlaA3BHVMLeiMFAmSvvRAACgkQaA3BHVML
 eiNpGQgAs8jq1XjN9t8jZsdgXnoCbkZyVUI2NO0HwoVwpRCLgbXp5AX5qq2oRciE
 TBhe4Fceh/ZsYqHTZQahnguxgRKM5JgXwbI4Z0iiOVcqasNbycaKAqipxJJ7kdo1
 qPhGCbgQFVX7oIq2xjfXehh6O0SYX+R9r88X8dMJxMYv/pcLwOHG74kS040WOcQq
 uATgcnobOf/D8ZmlqvfKGAeTUoFo/RSR2Uhlauka58qgeUbicrTELZT2barY9d+k
 as6U5vv4wx2zMklTkjrlkMpAT1ZpbB9d3jGHwL27VEnjlfd3wV2bdH7Dzn9qZRf/
 gn0ALg/b3u5yBWk/k7YBvijXyNcH6Q==
 =bBuG
 -----END PGP SIGNATURE-----

Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm-misc into drm-next

drm-misc-next for v6.6:

UAPI Changes:

 * fbdev:
   * Make fbdev userspace interfaces optional; only leaves the
     framebuffer console active

 * prime:
   * Support dma-buf self-import for all drivers automatically: improves
     support for many userspace compositors

Cross-subsystem Changes:

 * backlight:
   * Fix interaction with fbdev in several drivers

 * base: Convert struct platform.remove to return void; part of a larger,
   tree-wide effort

 * dma-buf: Acquire reservation lock for mmap() in exporters; part
   of an on-going effort to simplify locking around dma-bufs

 * fbdev:
   * Use Linux device instead of fbdev device in many places
   * Use deferred-I/O helper macros in various drivers

 * i2c: Convert struct i2c from .probe_new to .probe; part of a larger,
   tree-wide effort

 * video:
   * Avoid including <linux/screen_info.h>

Core Changes:

 * atomic:
   * Improve logging

 * prime:
   * Remove struct drm_driver.gem_prime_mmap plus driver updates: all
     drivers now implement this callback with drm_gem_prime_mmap()

 * gem:
   * Support execution contexts: provides locking over multiple GEM
     objects

 * ttm:
   * Support init_on_free
   * Swapout fixes

Driver Changes:

 * accel:
   * ivpu: MMU updates; Support debugfs

 * ast:
   * Improve device-model detection
   * Cleanups

 * bridge:
   * dw-hdmi: Improve support for YUV420 bus format
   * dw-mipi-dsi: Fix enable/disable of DSI controller
   * lt9611uxc: Use MODULE_FIRMWARE()
   * ps8640: Remove broken EDID code
   * samsung-dsim: Fix command transfer
   * tc358764: Handle HS/VS polarity; Use BIT() macro; Various cleanups
   * Cleanups

 * ingenic:
   * Kconfig REGMAP fixes

 * loongson:
   * Support display controller

 * mgag200:
   * Minor fixes

 * mxsfb:
   * Support disabling overlay planes

 * nouveau:
   * Improve VRAM detection
   * Various fixes and cleanups

 * panel:
   * panel-edp: Support AUO B116XAB01.4
   * Support Visionox R66451 plus DT bindings
   * Cleanups

 * ssd130x:
   * Support per-controller default resolution plus DT bindings
   * Reduce memory-allocation overhead
   * Cleanups

 * tidss:
   * Support TI AM625 plus DT bindings
   * Implement new connector model plus driver updates

 * vkms
   * Improve write-back support
   * Documentation fixes

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
From: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20230713090830.GA23281@linux-uq9g
2023-07-17 15:37:57 +02:00
..
arc
arm Devicetree updates for v6.5, part 2: 2023-07-05 12:50:27 -07:00
ata ata changes for 6.5-rc1 2023-06-30 11:48:16 -07:00
auxdisplay dt-bindings: auxdisplay: holtek: Add missing type for "linux,no-autorepeat" 2023-06-26 10:26:52 -06:00
board
bus dt-bindings: bus: ti-sysc: fix typo 2023-06-21 14:17:35 -06:00
cache dt-bindings: cache: qcom,llcc: Fix SM8550 description 2023-05-24 21:11:19 -07:00
chrome
clock Another set of clk driver updates and fixes for the merge window. The 2023-07-04 11:07:45 -07:00
connector dt-bindings: connector: usb: allow a single HS port 2023-06-21 20:14:05 -06:00
counter
cpu dt-bindings: fix dangling Documentation/arm64 reference 2023-06-21 08:53:31 -06:00
cpufreq dt-bindings: cpufreq: qcom-cpufreq-nvmem: document IPQ8074 2023-05-29 10:36:49 +05:30
crypto This update includes the following changes: 2023-06-30 21:27:13 -07:00
csky
devfreq
display drm-misc-next for v6.6: 2023-07-17 15:37:57 +02:00
dma dt-bindings: dma: ti: Add J721S2 BCDMA 2023-05-16 23:25:52 +05:30
dsp
dvfs dt-bindings: dvfs: drop unneeded quotes 2023-06-20 08:50:06 -06:00
edac
eeprom dt-bindings: eeprom: at25: add st,m95640 compatible 2023-06-15 08:22:24 -06:00
extcon dt-bindings: extcon: wlf,arizona: drop unneeded quotes 2023-06-10 22:06:45 +09:00
firmware ARM: SoC drivers for 6.5 2023-06-29 15:22:19 -07:00
fpga ARM: SoC devicetree updates for 6.5 2023-06-29 15:07:06 -07:00
fsi
fuse
gnss
goldfish
gpio ARM: SoC devicetree updates for 6.5 2023-06-29 15:07:06 -07:00
gpu ARM: SoC devicetree updates for 6.5 2023-06-29 15:07:06 -07:00
hsi
hwinfo
hwlock
hwmon dt-bindings: hwmon: add MAX31827 2023-06-08 06:41:18 -07:00
i2c ARM: SoC devicetree updates for 6.5 2023-06-29 15:07:06 -07:00
i3c Devicetree updates for v6.5: 2023-06-29 14:58:26 -07:00
iio Devicetree updates for v6.5, part 2: 2023-07-05 12:50:27 -07:00
infiniband
input Devicetree updates for v6.5: 2023-06-29 14:58:26 -07:00
interconnect dt-bindings: interconnect: fsl,imx8m-noc: drop unneeded quotes 2023-06-10 10:33:10 +03:00
interrupt-controller ARM: SoC drivers for 6.5 2023-06-29 15:22:19 -07:00
iommu dt-bindings: arm-smmu: Add SDX75 SMMU compatible 2023-06-05 16:47:14 +01:00
ipmi
leds - New Functionality 2023-07-03 11:31:01 -07:00
mailbox tegra: support for Tegra264 2023-07-03 10:47:21 -07:00
media Devicetree updates for v6.5, part 2: 2023-07-05 12:50:27 -07:00
memory-controllers ARM: SoC drivers for 6.5 2023-06-29 15:22:19 -07:00
mfd Another set of clk driver updates and fixes for the merge window. The 2023-07-04 11:07:45 -07:00
mips dt-bindings: mips: Add bindings for TP-Link HC220 G5 v1 board 2023-06-09 09:55:58 +02:00
misc ARM: SoC devicetree updates for 6.5 2023-06-29 15:07:06 -07:00
mmc dt-bindings: mmc: fsl-imx-esdhc: Add imx6ul support 2023-06-22 11:08:10 +02:00
mtd Devicetree updates for v6.5, part 2: 2023-07-05 12:50:27 -07:00
mux
net Devicetree updates for v6.5, part 2: 2023-07-05 12:50:27 -07:00
nios2
nvme
nvmem Char/Misc and other driver subsystem updates for 6.5-rc1 2023-07-03 12:46:47 -07:00
openrisc/opencores
opp
pci pci-v6.5-changes 2023-06-30 15:06:45 -07:00
peci
perf Devicetree updates for v6.5, part 2: 2023-07-05 12:50:27 -07:00
phy phy-for-6.5-v2 2023-07-05 21:38:13 -07:00
pinctrl Pin control changes for the v6.5 kernel cycle: 2023-06-30 14:57:19 -07:00
pmem
power power supply and reset changes for the 6.5 series 2023-07-03 17:23:16 -07:00
powerpc
pps
ptp
pwm pwm: Changes for v6.5-rc1 2023-07-05 12:55:06 -07:00
regmap
regulator USB / Thunderbolt driver updates for 6.5-rc1 2023-07-03 13:23:10 -07:00
remoteproc Devicetree updates for v6.5, part 2: 2023-07-05 12:50:27 -07:00
reserved-memory dt-bindings: Remove last usage of "binding" or "schema" in titles 2023-06-16 13:56:18 -06:00
reset USB / Thunderbolt driver updates for 6.5-rc1 2023-07-03 13:23:10 -07:00
riscv dt-bindings: riscv: deprecate riscv,isa 2023-07-05 07:03:46 -07:00
rng
rtc RTC for 6.5 2023-07-03 10:43:10 -07:00
scsi
security/tpm
serial ARM: New SoC support for 6.5 2023-06-29 15:11:17 -07:00
serio
sifive
siox
slimbus dt-bindings: slimbus: restrict node name suffixes 2023-06-30 11:38:11 -06:00
soc Devicetree updates for v6.5, part 2: 2023-07-05 12:50:27 -07:00
sound ASoC: dt-bindings: microchip,sama7g5-pdmc: Simplify "microchip,mic-pos" constraints 2023-06-22 18:02:05 +01:00
soundwire
spi ARM: SoC devicetree updates for 6.5 2023-06-29 15:07:06 -07:00
spmi ARM: SoC drivers for 6.5 2023-06-29 15:22:19 -07:00
sram More Qualcomm driver updates for v6.5 2023-06-21 22:15:11 +02:00
staging/iio/adc
thermal dt-bindings: armada-thermal: Add armada-ap807-thermal compatible 2023-06-26 12:03:14 +02:00
timer ARM: SoC devicetree updates for 6.5 2023-06-29 15:07:06 -07:00
timestamp dt-bindings: timestamp: restrict node name suffixes 2023-06-30 11:38:11 -06:00
ufs scsi: dt-bindings: ufs: qcom: Fix ICE phandle 2023-06-28 21:56:24 -04:00
usb phy-for-6.5-v2 2023-07-05 21:38:13 -07:00
virtio
w1
watchdog linux-watchdog 6.5-rc2 tag 2023-07-10 10:04:26 -07:00
x86
xillybus
.gitignore
.yamllint
ABI.rst
Makefile
common-properties.txt
example-schema.yaml dt-bindings: example-schema: don't use enum as fallback, explain clock-names 2023-06-15 11:25:44 -06:00
graph.txt
index.rst
jailhouse.txt
numa.txt
resource-names.txt
submitting-patches.rst
trivial-devices.yaml dt-bindings: trivial-devices: Add infineon,irps5401 2023-06-12 13:31:21 -06:00
unittest.txt
vendor-prefixes.yaml ARM: SoC devicetree updates for 6.5 2023-06-29 15:07:06 -07:00
writing-bindings.rst
writing-schema.rst
xilinx.txt