linux/Documentation/devicetree/bindings
Linus Torvalds 18ee2b9b7b drm fixes for 6.16-rc4
gpuvm:
 - fix some typos
 
 xe:
 - Fix user-fence race issue
 - Couple xe_vm fixes
 - Don't trigger rebind on initial dma-buf validation
 - Fix a build issue related to basename() posix vs gnu discrepancy
 
 amdgpu:
 - pin buffers while vmapping
 - UserQ fixes
 - Revert CSA fix
 - SR-IOV fix
 
 nouveau:
 - fix linear modifier
 - remove some dead code
 
 msm:
 - Core/GPU:
   - fix comment doc warning in gpuvm
   - fix build with KMS disabled
   - fix pgtable setup/teardown race
   - global fault counter fix
   - various error path fixes
   - GPU devcoredump snapshot fixes
   - handle in-place VM_BIND remaps to solve turnip vm update race
   - skip re-emitting IBs for unusable VMs
   - Don't use %pK through printk
   - moved display snapshot init earlier, fixing a crash
 - DPU:
   - Fixed crash in virtual plane checking code
   - Fixed mode comparison in virtual plane checking code
 - DSI:
   - Adjusted width of resulution-related registers
   - Fixed locking issue on 14nm PLLs
 - UBWC (per Bjorn's ack)
   - Added UBWC configuration for several missing platforms (fixing
     regression)
 
 mediatek:
 - Add error handling for old state CRTC in atomic_disable
 - Fix DSI host and panel bridge pre-enable order
 - Fix device/node reference count leaks in mtk_drm_get_all_drm_priv
 - mtk_hdmi: Fix inverted parameters in some regmap_update_bits calls
 
 tegra:
 - revert dma-buf change
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEEKbZHaGwW9KfbeusDHTzWXnEhr4FAmixFPQACgkQDHTzWXnE
 hr4d4Q/+Lf/meDiKrjUHiNwW+kZPeZhwrKEEbG2Opc9uZZdQpx44ZhOKM668dUx1
 YWAC2hcQFKWe0tz4Qsg2drPBGmoobhxmVScwXpY7xz1XN4taINssuZRwERp3bLmx
 l63tcQleGJOYvbCcg0SCfDeR4fd7a7iVf+PelFU04mbn/qorJBdYuy/XPTZlCond
 lf1MtaPH8f2M80WHmwb4g5K3mIdIa0HCt6Z9Z73mLRmF0b6KfcWF8159OLz03tiS
 voHDmFR4VsoZihDC4H+fAAitbQG+5vZN6YtX2CC4OtQLxeGkpkOniGwfjD/beKne
 edGHvWpzBchmK0Z6o64+7rzJa7RYEkpgryvAD/jEljG9kk0RzlGAYvXFV3aeLFLn
 +WJX8ZOw/SqkGX5/DDA0CpDb3Ty8QxEmS/MEHn/kAUNmBp0Uw2ad6b/4b3NqkDh9
 ftgWSobFubZJ8oSf8amPwpW7KjSsccogQzASiuDlV/XCCdlKvuxkn/ZX9XjHq0rr
 O0CX+4vLhl20grRstD4oIVsmrLYQXg97uqpOeaoMrzflKfyEzJ7bxDSBd78ZbfVf
 dlHSULx3cgusNe8HNWRnsnC0XeC1MBTXCbpTjrZYkqu1arLZN+r8LXOGRZrKBCPu
 PtlmU21JJKygKUTWeXzX1P2eBdBoTloOKJGkLWthR9KxFDqfppM=
 =QtCr
 -----END PGP SIGNATURE-----

Merge tag 'drm-fixes-2025-08-29' of https://gitlab.freedesktop.org/drm/kernel

Pull drm fixes from Dave Airlie:
 "Weekly fixes, feels a bit big.

  The major piece is msm fixes, then the usual amdgpu/xe along with some
  mediatek and nouveau fixes and a tegra revert.

  gpuvm:
   - fix some typos

  xe:
   - Fix user-fence race issue
   - Couple xe_vm fixes
   - Don't trigger rebind on initial dma-buf validation
   - Fix a build issue related to basename() posix vs gnu discrepancy

  amdgpu:
   - pin buffers while vmapping
   - UserQ fixes
   - Revert CSA fix
   - SR-IOV fix

  nouveau:
   - fix linear modifier
   - remove some dead code

  msm:
   - Core/GPU:
      - fix comment doc warning in gpuvm
      - fix build with KMS disabled
      - fix pgtable setup/teardown race
      - global fault counter fix
      - various error path fixes
      - GPU devcoredump snapshot fixes
      - handle in-place VM_BIND remaps to solve turnip vm update race
      - skip re-emitting IBs for unusable VMs
      - Don't use %pK through printk
      - moved display snapshot init earlier, fixing a crash
   - DPU:
      - Fixed crash in virtual plane checking code
      - Fixed mode comparison in virtual plane checking code
   - DSI:
      - Adjusted width of resulution-related registers
      - Fixed locking issue on 14nm PLLs
   - UBWC (per Bjorn's ack)
      - Added UBWC configuration for several missing platforms (fixing
        regression)

  mediatek:
   - Add error handling for old state CRTC in atomic_disable
   - Fix DSI host and panel bridge pre-enable order
   - Fix device/node reference count leaks in mtk_drm_get_all_drm_priv
   - mtk_hdmi: Fix inverted parameters in some regmap_update_bits calls

  tegra:
   - revert dma-buf change"

* tag 'drm-fixes-2025-08-29' of https://gitlab.freedesktop.org/drm/kernel: (56 commits)
  drm/mediatek: mtk_hdmi: Fix inverted parameters in some regmap_update_bits calls
  drm/amdgpu/userq: fix error handling of invalid doorbell
  drm/amdgpu: update firmware version checks for user queue support
  drm/amd/amdgpu: disable hwmon power1_cap* for gfx 11.0.3 on vf mode
  Revert "drm/amdgpu: fix incorrect vm flags to map bo"
  drm/amdgpu/gfx12: set MQD as appriopriate for queue types
  drm/amdgpu/gfx11: set MQD as appriopriate for queue types
  drm/xe: switch to local xbasename() helper
  drm/xe: Don't trigger rebind on initial dma-buf validation
  drm/xe/vm: Clear the scratch_pt pointer on error
  drm/xe/vm: Don't pin the vm_resv during validation
  drm/xe/xe_sync: avoid race during ufence signaling
  Revert "drm/tegra: Use dma_buf from GEM object instance"
  soc: qcom: use no-UBWC config for MSM8956/76
  soc: qcom: add configuration for MSM8929
  soc: qcom: ubwc: add more missing platforms
  soc: qcom: ubwc: use no-uwbc config for MSM8917
  drm/msm/dpu: Add a null ptr check for dpu_encoder_needs_modeset
  dt-bindings: display/msm: qcom,mdp5: drop lut clock
  drm/gpuvm: fix various typos in .c and .h gpuvm file
  ...
2025-08-28 19:56:32 -07:00
..
access-controllers
arc
arm soc: new SoC support for 6.17 2025-07-29 11:17:24 -07:00
ata
auxdisplay
board
bus MFD for v6.17 2025-07-31 11:50:25 -07:00
cache
chrome
clock This is the usual collection of primarily clk driver updates. The big part of 2025-07-31 13:36:27 -07:00
connector
counter
cpu
cpufreq
crypto
csky
devfreq
display Merge tag 'drm-msm-fixes-2025-08-26' of https://gitlab.freedesktop.org/drm/msm into drm-fixes 2025-08-29 09:05:18 +10:00
dma dmaengine updates for v6.17 2025-08-01 12:35:12 -07:00
dpll dt-bindings: dpll: Add support for Microchip Azurite chip family 2025-07-09 19:08:52 -07:00
dsp soc: dt changes for 6.17 2025-07-29 11:04:52 -07:00
dvfs
edac
eeprom
extcon
firmware soc: driver updates for 6.17 2025-07-29 11:13:27 -07:00
fpga Devicetree updates for 6.17: 2025-07-29 10:57:58 -07:00
fsi
fuse
gnss
goldfish
gpio soc: new SoC support for 6.17 2025-07-29 11:17:24 -07:00
gpu drm for 6.17-rc1 2025-07-30 19:26:49 -07:00
hsi
hwinfo
hwlock
hwmon dt-bindings: hwmon: Replace bouncing Alexandru Tachici emails 2025-07-27 16:01:56 -07:00
i2c dt-bindings: i2c: apple,i2c: Document Apple A7-A11, T2 compatibles 2025-07-30 00:32:00 +02:00
i3c I3C for 6.17 2025-08-03 14:12:02 -07:00
iio Char / Misc / IIO / other driver updates for 6.17-rc1 2025-07-29 09:52:01 -07:00
infiniband
input Merge branch 'next' into for-linus 2025-08-06 10:08:54 -07:00
interconnect soc: dt changes for 6.17 2025-07-29 11:04:52 -07:00
interrupt-controller drm for 6.17-rc1 2025-07-30 19:26:49 -07:00
iommu IOMMU Updates for Linux v6.17: 2025-07-30 10:42:00 -07:00
ipmi
leds LEDs for for v6.17 2025-07-31 11:54:01 -07:00
loongarch
mailbox dt-bindings: mailbox: Add ASPEED AST2700 series SoC 2025-08-06 12:45:05 -05:00
media [GIT PULL for v6.17] media updates 2025-07-31 13:16:09 -07:00
memory-controllers Memory controller drivers for v6.17 2025-07-22 22:47:00 +02:00
mfd phy-for-6.17 2025-08-01 12:31:50 -07:00
mips dt-bindings: Correct indentation and style in DTS example 2025-07-28 19:56:29 -05:00
misc soc: dt changes for 6.17 2025-07-29 11:04:52 -07:00
mmc MMC core: 2025-07-29 12:05:38 -07:00
mtd * MTD changes: 2025-07-31 13:43:02 -07:00
mux
net dt-bindings: net: thead,th1520-gmac: Describe APB interface clock 2025-08-12 12:52:21 +02:00
nios2
nvme
nvmem Devicetree updates for 6.17: 2025-07-29 10:57:58 -07:00
openrisc/opencores
opp dt-bindings: opp: adreno: Update regex of OPP entry 2025-07-04 11:09:43 -07:00
pci pci-v6.17-changes 2025-08-01 13:59:07 -07:00
peci
perf
phy phy-for-6.17 2025-08-01 12:31:50 -07:00
pinctrl Pin control changes for v6.17 2025-08-02 12:07:09 -07:00
platform
pmem
power power supply and reset changes for the 6.17 series 2025-07-31 21:39:01 -07:00
powerpc Devicetree updates for 6.17: 2025-07-29 10:57:58 -07:00
pps
ptp
pwm dt-bindings: pwm: Convert lpc32xx-pwm.txt to yaml format 2025-07-07 08:39:36 +02:00
regmap
regulator regulator: dt-bindings: infineon,ir38060: Add Guenter as maintainer from IBM 2025-08-11 17:15:16 +01:00
remoteproc
reserved-memory dt-bindings: Correct indentation and style in DTS example 2025-07-28 19:56:29 -05:00
reset dt-bindings: reset: Convert snps,dw-reset to DT schema 2025-07-03 11:04:54 +02:00
riscv soc: new SoC support for 6.17 2025-07-29 11:17:24 -07:00
rng This update includes the following changes: 2025-07-31 09:45:28 -07:00
rtc RTC for 6.17 2025-08-03 20:17:34 -07:00
scsi
serial soc: new SoC support for 6.17 2025-07-29 11:17:24 -07:00
serio
sifive
siox
slimbus
soc RTC for 6.17 2025-08-03 20:17:34 -07:00
sound ASoC: dt-bindings: atmel,at91-ssc: add microchip,sam9x7-ssc 2025-07-24 13:52:27 +01:00
soundwire
spi spi: sophgo: Add SPI NOR controller for SG2042 2025-07-24 23:06:15 +01:00
spmi
sram
thermal dt-bindings: thermal: tegra: Document Tegra210B01 2025-07-21 22:23:39 +02:00
timer soc: new SoC support for 6.17 2025-07-29 11:17:24 -07:00
timestamp
tpm
trigger-source Char / Misc / IIO / other driver updates for 6.17-rc1 2025-07-29 09:52:01 -07:00
ufs scsi: dt-bindings: mediatek,ufs: add MT8195 compatible and update clock nodes 2025-07-24 22:48:03 -04:00
usb phy-for-6.17 2025-08-01 12:31:50 -07:00
virtio
w1
watchdog linux-watchdog 6.17-rc1 tag 2025-08-01 13:32:43 -07:00
x86
xillybus
.gitignore
.yamllint
ABI.rst
Makefile
common-properties.txt
dts-coding-style.rst
example-schema.yaml
graph.txt
incomplete-devices.yaml
index.rst
jailhouse.txt
resource-names.txt
submitting-patches.rst docs: dt: submitting-patches: Avoid 'YAML' in the subject and add an example 2025-07-14 16:23:52 -05:00
trivial-devices.yaml hwmon updates for v6.17 2025-07-31 13:34:06 -07:00
unittest.txt
vendor-prefixes.yaml Devicetree fixes for v6.17, part 1: 2025-08-25 18:47:58 -07:00
writing-bindings.rst docs: dt: writing-bindings: Document discouraged instance IDs 2025-07-14 16:23:52 -05:00
writing-schema.rst docs: dt: writing-schema: Document preferred order of properties 2025-07-14 16:23:52 -05:00
xilinx.txt