mirror-linux/Documentation/devicetree/bindings
Linus Torvalds dd463c51a3 MMC core:
- Allow more host caps to be modified through debugfs
  - Skip to set the default 200mA SD current limit
 
 MMC host:
  - Convert a few more DT bindings to the DT schema
  - dw_mmc: Add Shawn Lin as co-maintainer for the dw_mmc drivers
  - dw_mmc-rockchip: Add memory clock auto-gating support
  - dw_mmc-rockchip: Add support for the RK3506 variant
  - meson-mx-sdio: Ignore disabled "mmc-slot" child-nodes
  - meson-mx-sdio: Refactoring and general code improvements
  - renesas_sdhi: Enable bigger data ports where available
  - renesas_sdhi: Manage reset in probe and during system-wide suspend/resume
  - sdhci-brcmstb: Add support for the BCM72116 and BCM74371 variants
  - sdhci-brcmstb: Save/restore registers during system-wide suspend/resume
  - sdhci-msm: Add support for the sm8750 and the Kaanapali variants
  - sdhci-msm: Avoid early clock doubling during HS400 transition
  - sdhci-of-dwcmshc: Add command queue support for Rockchip SOCs
  - sdhci-of-dwcmshc: Add support for the Eswin EIC7700 variant
 -----BEGIN PGP SIGNATURE-----
 
 iQJLBAABCgA1FiEEugLDXPmKSktSkQsV/iaEJXNYjCkFAmkutuAXHHVsZi5oYW5z
 c29uQGxpbmFyby5vcmcACgkQ/iaEJXNYjCn30xAAqG+pVwtJLiAP26oKa43tvnHy
 fwJRCKxLuh1S2JM95X5Q8E0bgFJfOoEM280DDZTxeJcVesIeZovLEVYfzGv53wkw
 4QVbWrixzSww5PhGN25SbxswzqaYRuZt7BPeER2n1f5swgNAuHjnIAkOLw2sR7BF
 gaCu/2/m5D0mgIQMUjmNe0bVYNWC1uuAI9GIamwKfbN+0tgwwruV6H6WUtvU+0wf
 xXv3RC7R4kyI1fBG0CqC6MyGsdcj2mQC9WG92ZlS+V9vnY3wDcwnD8Kcb9IKehBH
 sOBwPGpAPkTmvIwkmRaaiJzGHafdomCg73t7kLLeh642MKsmp/oN7XQwXxm6AM1j
 WoCjA/cIAKjSI9vskjdd1LCUYs9Ja+b+LtrqfdcZvh1+MgpsJnpXIMm6npiwbqHv
 MYnsLcx2NLfIU8jZnRePy5U/MCRvz5Ow5ADZDrwV2HQ31J7Y7FxHSN+lTPIWC7Fc
 B4Gy6SPYIDQUP4aolEufbqE8UDqHXhZhVGGKKHPxpFWjkTfCRM99zsUONs9PBzrW
 lkMMA6VKme2F66b2SDI65kZeFNUqtb+skmrzDnq3+v+SaPU14ToXBeY3dY42Ee15
 nn4UcyGjQHh0wjQoeBI4gvkoiq9MIwJMmJwmxn3Z+NkrhO7V5ecrL7uMUGIYzxjY
 YvDMdHmPmqjPZG8cQaU=
 =Gf5H
 -----END PGP SIGNATURE-----

Merge tag 'mmc-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc

Pull MMC updates from Ulf Hansson:
 "MMC core:
   - Allow more host caps to be modified through debugfs
   - Skip to set the default 200mA SD current limit

  MMC host:
   - Convert a few more DT bindings to the DT schema
   - dw_mmc: Add Shawn Lin as co-maintainer for the dw_mmc drivers
   - dw_mmc-rockchip:
       - Add memory clock auto-gating support
       - Add support for the RK3506 variant
   - meson-mx-sdio:
       - Ignore disabled "mmc-slot" child-nodes
       - Refactoring and general code improvements
   - renesas_sdhi:
       - Enable bigger data ports where available
       - Manage reset in probe and during system-wide suspend/resume
   - sdhci-brcmstb:
       - Add support for the BCM72116 and BCM74371 variants
       - Save/restore registers during system-wide suspend/resume
   - sdhci-msm:
       - Add support for the sm8750 and the Kaanapali variants
       - Avoid early clock doubling during HS400 transition
   - sdhci-of-dwcmshc:
       - Add command queue support for Rockchip SOCs
       - Add support for the Eswin EIC7700 variant"

* tag 'mmc-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc: (40 commits)
  mmc: sdhci-of-dwcmshc: reduce CIT for better performance
  mmc: sdhci-of-dwcmshc: Disable internal clock auto gate for Rockchip SOCs
  mmc: sdhci-msm: Avoid early clock doubling during HS400 transition
  MAINTAINERS: Add Shawn Lin as co-maintainer for dw_mmc drivers
  mmc: sdhci-of-dwcmshc: Fix command queue support for RK3576
  mmc: renesas_sdhi: Add suspend/resume hooks
  mmc: renesas_sdhi: Switch to SYSTEM_SLEEP_PM_OPS()/RUNTIME_PM_OPS() and pm_ptr()
  mmc: renesas_sdhi: Deassert the reset signal on probe
  dt-bindings: mmc: am654: Simplify dma-coherent property
  mmc: meson-mx-sdio: Ignore disabled "mmc-slot" child-nodes
  mmc: meson-mx-sdio: Fix indentation in meson_mx_mmc_irq_thread()
  mmc: meson-mx-sdio: Use dev_err_probe() where appropriate
  mmc: meson-mx-sdio: Use devm_mmc_alloc_host() helper
  mmc: meson-mx-sdio: Refactor internal clock initialization
  mmc: meson-mx-sdio: Use devm_clk_get_enabled()
  mmc: meson-mx-sdio: Switch to regmap for register access
  mmc: core: add WQ_PERCPU to alloc_workqueue users
  mmc: dw_mmc-rockchip: Add memory clock auto-gating support
  mmc: omap: add WQ_PERCPU to alloc_workqueue users
  mmc: mtk-sd: replace use of system_wq with system_percpu_wq
  ...
2025-12-04 14:10:16 -08:00
..
access-controllers
arc
arm Input updates for v6.18-rc0 2025-10-08 09:44:38 -07:00
ata dt-bindings: ata: apm,xgene-ahci: Add apm,xgene-ahci-v2 support 2025-09-22 18:11:59 +09:00
auxdisplay
board
bus dt-bindings: bus: renesas-bsc: allow additional properties 2025-10-10 13:51:15 -05:00
cache dt-bindings: cache: ax45mp: add 2048 as a supported cache-sets value 2025-08-28 17:34:45 +01:00
chrome
clock There's a bunch of patches here across drivers/clk/ to migrate drivers to use 2025-10-07 09:28:37 -07:00
connector
counter
cpu
cpufreq soc: driver updates for 6.18 2025-10-01 17:32:51 -07:00
crypto dt-bindings: crypto: qcom-qce: Document the kaanapli crypto engine 2025-11-06 14:31:08 +08:00
csky
devfreq
display Extra drm-misc-next for v6.19-rc1: 2025-12-02 18:09:08 +10:00
dma dmaengine updates for v6.18 2025-10-06 10:37:06 -07:00
dpll
dsp soc: dt changes for 6.17 2025-07-29 11:04:52 -07:00
dvfs
edac dt-bindings: arm: altera: Drop socfpga-sdram-edac.txt 2025-09-28 21:40:45 -05:00
eeprom Char/Misc/IIO/Binder changes for 6.18-rc1 2025-10-04 16:26:32 -07:00
embedded-controller platform-drivers-x86 for v6.18-1 2025-10-04 15:28:18 -07:00
extcon dt-bindings: extcon: linux,extcon-usb-gpio: GPIO must be provided 2025-09-08 15:13:06 +09:00
firmware soc: driver updates for 6.18 2025-10-01 17:32:51 -07:00
fpga Devicetree updates for 6.17: 2025-07-29 10:57:58 -07:00
fsi dt-bindings: fsi: Convert aspeed,ast2400-cf-fsi-master to DT schema 2025-08-11 08:10:40 -05:00
fuse
gnss dt-bindings: gnss: fix timepulse description 2025-11-20 16:45:43 +01:00
goldfish Documentation: fix typo 'Andorid' -> 'Android' in goldfish pipe binding 2025-09-03 09:01:26 -05:00
gpio Reset/GPIO/swnode changes for v6.19 2025-11-20 19:17:47 +01:00
gpu dt-bindings: gpu: img,powervr-rogue: Document GE7800 GPU in Renesas R-Car M3-N 2025-11-05 10:54:39 +00:00
hsi
hwinfo
hwlock
hwmon dt-bindings: hwmon: Add AST2700 compatible 2025-11-21 11:20:29 -08:00
i2c dt-bindings: i2c: Convert apm,xgene-slimpro-i2c to DT schema 2025-10-14 13:59:20 +02:00
i3c dt-bindings: i3c: renesas,i3c: Add RZ/V2H(P) and RZ/V2N support 2025-09-16 17:06:43 +02:00
iio dt-bindings: iio: adc: ROHM BD79112 ADC/GPIO 2025-09-15 20:52:11 +01:00
infiniband
input dt-bindings: input: Add Awinic AW86927 2025-09-27 21:51:50 -07:00
interconnect Merge branch 'icc-glymur' into icc-next 2025-09-12 13:54:17 +03:00
interrupt-controller dt-bindings: interrupt-controller: Add support for Amlogic S6 S7 and S7D SoCs 2025-11-13 14:04:16 +01:00
iommu dt-bindings: arm-smmu: Add Kaanapali and Glymur GPU SMMU 2025-11-18 09:04:13 -08:00
ipmi dt-bindings: ipmi: aspeed,ast2400-kcs-bmc: Add missing "clocks" property 2025-09-08 10:21:40 -05:00
leds Devicetree updates for v6.18: 2025-10-01 16:58:24 -07:00
loongarch
mailbox qcom: add Glymur CPUCP mailbox binding 2025-10-08 11:44:21 -07:00
media media: dt-bindings: add rockchip rk3568 vicap 2025-11-15 12:40:33 +01:00
memory-controllers soc: driver updates for 6.18 2025-10-01 17:32:51 -07:00
mfd dt-bindings: mfd: Add binding for the PF1550 PMIC 2025-10-21 16:42:25 +01:00
mips dt-bindings: mips: loongson: Add LS1B-DEMO and CQ-T300B 2025-08-29 22:34:30 +02:00
misc Char/Misc/IIO/Binder changes for 6.18-rc1 2025-10-04 16:26:32 -07:00
mmc dt-bindings: mmc: am654: Simplify dma-coherent property 2025-11-18 16:25:02 +01:00
mtd Raw NAND changes: 2025-11-29 14:10:16 +01:00
mux
net dt-bindings: net: Convert Marvell 8897/8997 bindings to DT schema 2025-12-01 16:00:07 -05:00
nios2
npu dt-bindings: npu: Add Arm Ethos-U65/U85 2025-10-24 15:07:39 -05:00
nvme dt-bindings: nvme: apple: Add apple,t6020-nvme-ans2 compatible 2025-09-14 21:50:08 +02:00
nvmem dt-bindings: nvmem: Document support for Airoha AN8855 Switch EFUSE 2025-09-12 15:49:03 +02:00
openrisc/opencores
opp
pci pci-v6.18-changes 2025-10-06 10:41:03 -07:00
peci
perf dt-bindings: perf: fsl-imx-ddr: Add compatible string for i.MX8QM, i.MX8QXP and i.MX8DXL 2025-11-24 15:39:05 +00:00
phy USB driver fixes for 6.18-rc3 2025-10-26 10:21:13 -07:00
pinctrl dt-bindings: pinctrl: xlnx,versal-pinctrl: Add missing unevaluatedProperties on '^conf' nodes 2025-11-19 15:21:44 +01:00
pmem
power dt-bindings: power: Add MT8196 GPU frequency control binding 2025-10-24 16:41:41 +02:00
powerpc dt-bindings: powerpc: Drop duplicate fsl/mpic.txt 2025-08-15 16:40:12 -05:00
pps
ptp dt-bindings: ptp: add NETC Timer PTP clock 2025-09-02 13:13:33 +02:00
pwm dt-bindings: pwm: thead: Add T-HEAD TH1520 PWM controller 2025-11-13 10:21:01 +01:00
regmap
regulator regulator: Add FP9931/JD9930 2025-11-21 16:57:50 +00:00
remoteproc remoteproc updates for v6.18 2025-10-04 15:45:17 -07:00
reserved-memory dt-bindings: Correct indentation and style in DTS example 2025-07-28 19:56:29 -05:00
reset dt-bindings: reset: add compatible for bcm63xx ephy control 2025-08-14 12:13:53 +02:00
riscv soc: dt changes for 6.18 2025-10-01 17:19:38 -07:00
rng dt-bindings: rng: microchip,pic32-rng: convert to DT schema 2025-10-17 16:03:57 +08:00
rtc dt-bindings: rtc: Convert apm,xgene-rtc to DT schema 2025-10-05 20:50:29 +02:00
scsi
serial dt-bindings: serial: sh-sci: Fix r8a78000 interrupts 2025-10-22 12:12:31 +02:00
serio
sifive
siox bindings: siox: convert eckelmann,siox-gpio.txt to yaml format 2025-09-06 14:35:25 -05:00
slimbus slimbus: qcom: remove unused qcom controller driver 2025-09-12 15:47:37 +02:00
soc dt-bindings: soc: bcm: Add bcm2712 compatible 2025-11-05 13:37:57 +01:00
sound ASoC: dt-bindings: ti,tas2781: Add TAS2568/2574/5806M/5806MD/5830 support 2025-11-20 13:12:26 +00:00
soundwire
spi spi: dt-bindings: airoha: add compatible for EN7523 2025-11-27 11:42:16 +00:00
spmi dt-bindings: spmi: Add Apple A11 and T2 compatible 2025-09-18 21:11:15 +02:00
sram dt-bindings: sram: qcom,imem: Document IPQ5424 compatible 2025-08-11 12:13:12 -05:00
thermal dt-bindings: thermal: qcom-tsens: Remove invalid tab character 2025-12-03 08:30:31 -08:00
timer dt-bindings: timer: Add Realtek SYSTIMER 2025-11-26 11:25:15 +01: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: ufs: qcom: dt-bindings: Document the Kaanapali UFS controller 2025-10-06 22:34:45 -04:00
usb dt-bindings: usb: qcom,snps-dwc3: Fix bindings for X1E80100 2025-10-13 09:38:04 +02:00
virtio
w1 dt-bindings: w1: imx: Add an entry for the interrupts property 2025-08-21 09:01:56 +02:00
watchdog linux-watchdog 6.18-rc1 tag 2025-10-06 11:00:30 -07:00
x86
xillybus
.gitignore
.yamllint yamllint: Drop excluding quoted values with ',' from checks 2025-09-03 09:01:25 -05:00
ABI.rst
Makefile
common-properties.txt
dts-coding-style.rst
example-schema.yaml dt-bindings: fix spelling, typos, grammar, duplicated words 2025-09-26 15:53:29 -05:00
graph.txt
incomplete-devices.yaml
index.rst
jailhouse.txt
resource-names.txt
submitting-patches.rst It has been a relatively busy cycle in docsland, with changes all over: 2025-10-03 17:16:13 -07:00
trivial-devices.yaml hwmon updates for v6.19 2025-12-04 12:19:49 -08:00
unittest.txt
vendor-prefixes.yaml regulator: Updates for v6.19 2025-12-04 11:20:29 -08:00
writing-bindings.rst docs: dt: writing-bindings: Document node name ABI and simple-mfd 2025-09-03 09:01:25 -05:00
writing-schema.rst docs: dt: writing-schema: Describe defining properties in top-level 2025-09-09 20:38:31 -05:00
xilinx.txt