linux/Documentation/devicetree/bindings
Linus Torvalds 38556294b8 MMC core:
- Add support for Ultra Capacity SD cards (SDUC, 2TB to 128TB)
  - Add support for Ultra High-Speed II SD cards (UHS-II)
  - Use a reset control for pwrseq_simple
  - Add SD card quirk for broken poweroff notification
  - Use GFP_NOIO for SD ACMD22
 
 MMC host:
  - bcm2835: Introduce proper clock handling
  - mtk-sd: Add support for the Host-Software-Queue interface
  - mtk-sd: Add support for the mt7988/mt8196 variants
  - mtk-sd: Fix a couple of error paths in ->probe()
  - sdhci: Add interface to support UHS-II SD cards
  - sdhci_am654: Fixup support for changing the signal voltage level
  - sdhci-cadence: Add support for the Microchip PIC64GX variant
  - sdhci-esdhc-imx: Add support for eMMC HW-reset
  - sdhci-msm: Add support for the X1E80100/IPQ5424/SAR2130P/QCS615 variants
  - sdhci-of-arasan: Add support for eMMC HW-reset
  - sdhci-pci-gli: Add UHS-II support for the GL9767/GL9755 variants
 
 MEMSTICK:
  - A couple of minor updates
 -----BEGIN PGP SIGNATURE-----
 
 iQJLBAABCgA1FiEEugLDXPmKSktSkQsV/iaEJXNYjCkFAmc7NnoXHHVsZi5oYW5z
 c29uQGxpbmFyby5vcmcACgkQ/iaEJXNYjCnQPRAAkxvhptCjKuLBIMBrNZglQElp
 Ncm8fXDiS72CvLwC3bp7rxognCKLVQGWc8GrxcBOxMSB5eiDyPe6xcLLQ2Zrm4l/
 msnfP29VDtmWw3K1iC2Uzo0vlMWYyRFX0OK3fz3d6WL0dE6TXy5adsdy9BmdxGXk
 vpDgiTWkSZcoT/upuXs8/0N87eSgLUFzZ8uPNP+aHtF4AVWIwhJ3Y1MKqdfGrUlw
 7b9bFeh6DelA+jGDxsPsqSwDBh2CDDP3YaPFYf4yyaeTRJmp6DMSEqjDifBa+hDn
 wkwNGj9bN05HeRN3TfsF/Z22LcaPcbWlLYh8p06h+Ws+R/2KxAXdV3oWnKNLQB9R
 5WIdgb7HBD2OS2RymPeHygPPGt6zgxk55UfTBwchg7fHyugXvpcT/JDS2mbPQT4w
 Ty4s217wBn6Kkt4/8fWhHyG/rKBTq02Etmdery4AAM49M2iPvf+edio53FLnskrq
 xB8kYn5UZkk9dQ+GseC4+tXe8A1G/sxh/E2aJ/b15Mc9Mh1/BqL3g2532A+z6x5Q
 8o4nyztCJhKWtfYxo1slnWzF+Axrz6ZXgVYh5MecMk9EjKVcX6oN+FGpiK/cg3dQ
 7FFyzf+YGwdnOhuHhdBG0NTbvKvIRA0rMQ3xvhsfXqCI206j7FZNpWOxXYn36Lgt
 oZlprarw04AoECCg5Ko=
 =LGdl
 -----END PGP SIGNATURE-----

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

Pull MMC updates from Ulf Hansson:
 "MMC core:
   - Add support for Ultra Capacity SD cards (SDUC, 2TB to 128TB)
   - Add support for Ultra High-Speed II SD cards (UHS-II)
   - Use a reset control for pwrseq_simple
   - Add SD card quirk for broken poweroff notification
   - Use GFP_NOIO for SD ACMD22

  MMC host:
   - bcm2835: Introduce proper clock handling
   - mtk-sd: Add support for the Host-Software-Queue interface
   - mtk-sd: Add support for the mt7988/mt8196 variants
   - mtk-sd: Fix a couple of error paths in ->probe()
   - sdhci: Add interface to support UHS-II SD cards
   - sdhci_am654: Fixup support for changing the signal voltage level
   - sdhci-cadence: Add support for the Microchip PIC64GX variant
   - sdhci-esdhc-imx: Add support for eMMC HW-reset
   - sdhci-msm: Add support for the X1E80100/IPQ5424/SAR2130P/QCS615 variants
   - sdhci-of-arasan: Add support for eMMC HW-reset
   - sdhci-pci-gli: Add UHS-II support for the GL9767/GL9755 variants

  MEMSTICK:
   - A couple of minor updates"

* tag 'mmc-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc: (78 commits)
  mmc: pwrseq_simple: Handle !RESET_CONTROLLER properly
  mmc: mtk-sd: Fix MMC_CAP2_CRYPTO flag setting
  mmc: mtk-sd: Fix error handle of probe function
  mmc: core: Correction a warning caused by incorrect type in assignment for UHS-II
  mmc: sdhci-esdhc-imx: Update esdhc sysctl dtocv bitmask
  mmc: sdhci-esdhc-imx: Implement emmc hardware reset
  mmc: core: Correct type in variable assignment for UHS-II
  mmc: sdhci-uhs2: correction a warning caused by incorrect type in argument
  mmc: sdhci-uhs2: Remove unnecessary variables
  mmc: sdhci-uhs2: Correct incorrect type in argument
  mmc: sdhci: Make MMC_SDHCI_UHS2 config symbol invisible
  mmc: sdhci-uhs2: Remove unnecessary NULL check
  mmc: core: Fix error paths for UHS-II card init and re-init
  mmc: core: Add error handling of sd_uhs2_power_up()
  mmc: core: Simplify sd_uhs2_power_up()
  mmc: bcm2835: Introduce proper clock handling
  mmc: bcm2835: Fix type of current clock speed
  dt-bindings: mmc: Add sdhci compatible for QCS615
  mmc: core: Use GFP_NOIO in ACMD22
  dt-bindings: mmc: sdhci-msm: Add SAR2130P compatible
  ...
2024-11-20 12:51:32 -08:00
..
access-controllers dt-bindings: document generic access controllers 2024-04-05 14:38:56 +02:00
arc dt-bindings: arc: convert archs-pct.txt to yaml 2024-08-19 17:04:55 -05:00
arm dt-bindings: arm: pmu: Add Samsung Mongoose core compatible 2024-10-29 13:23:25 +00:00
ata dt-bindings: ata: ahci-platform: add missing iommus property 2024-11-12 12:15:59 +01:00
auxdisplay
board dt-bindings: board: convert fsl-board.txt to yaml 2024-08-19 17:04:55 -05:00
bus dt-bindings: bus: qcom,ebi2: convert to dtschema 2024-07-29 13:37:01 -06:00
cache soc: driver updates for 6.11 2024-07-16 11:35:27 -07:00
chrome
clock The core clk framework is left largely untouched this time around except for 2024-09-23 15:01:48 -07:00
connector
counter dt-bindings: counter: Add new ti,am62-eqep compatible 2024-07-01 10:40:27 +09:00
cpu dt-bindings: cpu: Drop duplicate nvidia,tegra186-ccplex-cluster.yaml 2024-09-13 14:55:24 -05:00
cpufreq dt-bindings: cpufreq: cpufreq-qcom-hw: Add SM4450 compatibles 2024-04-26 18:13:41 +05:30
crypto dt-bindings: crypto: qcom-qce: document the SA8775P crypto engine 2024-10-28 18:33:10 +08:00
csky
devfreq
display Mediatek DRM Fixes - 20241028 2024-11-01 07:34:21 +10:00
dma soc: convert ep93xx to devicetree 2024-09-26 12:00:25 -07:00
dsp
dvfs
edac
eeprom The DesignWare and the Renesas I2C drivers have received most of 2024-09-21 12:46:00 +02:00
extcon dt-bindings: extcon: convert extcon-usb-gpio.txt to yaml format 2024-09-05 00:43:08 +09:00
firmware dt-bindings: firmware: arm,scmi: Add missing vendor string 2024-10-28 14:48:48 +00:00
fpga dt-bindings: fpga: xlnx,fpga-selectmap: add DT schema 2024-03-31 22:42:10 +08:00
fsi dt-bindings: fsi: Document the FSI Hub Controller 2024-07-09 07:40:17 -06:00
fuse dt-bindings: fuse: Document R-Car E-FUSE / OTP_MEM 2024-06-24 16:16:55 +02:00
gnss dt-bindings: gnss: reference serial-peripheral-props.yaml 2024-08-19 17:04:55 -05:00
goldfish
gpio dt-bindings: gpio-mmio: Add ngpios property 2024-10-18 09:45:33 +02:00
gpu dt-bindings: gpu: mali-bifrost: Add compatible for MT8188 SoC 2024-06-19 13:41:27 +02:00
hsi
hwinfo
hwlock dt-bindings: hwlock: sprd-hwspinlock: convert to YAML 2024-08-12 15:27:14 -07:00
hwmon dt-bindings: hwmon: isl68137: add bindings to support voltage dividers 2024-11-13 12:07:39 -08:00
i2c dt-bindings: i2c: i2c-sprd: convert to YAML 2024-09-10 00:36:55 +02:00
i3c dt-bindings: i3c: add header for generic I3C flags 2024-07-26 14:21:30 +02:00
iio dt-bindings: iio: adc: ad7380: fix ad7380-4 reference supply 2024-10-24 18:30:47 +01:00
infiniband
input soc: convert ep93xx to devicetree 2024-09-26 12:00:25 -07:00
interconnect interconnect changes for 6.12 2024-09-06 19:17:16 +02:00
interrupt-controller A set of updates for the interrupt subsystem: 2024-11-19 15:54:19 -08:00
iommu Merge branches 'fixes', 'arm/smmu', 'intel/vt-d', 'amd/amd-vi' and 'core' into next 2024-09-13 12:53:05 +02:00
ipmi
leds - Limited LED current based on thermal conditions in the QCOM flash LED driver. 2024-09-23 14:20:11 -07:00
loongarch
mailbox mhu-v3, omap2+ : fix kconfig dependencies 2024-09-29 09:53:04 -07:00
media media updates for v6.12-rc1 2024-09-23 15:27:58 -07:00
memory-controllers dt-bindings: memory: fsl: Add compatible string nxp,imx9-memory-controller 2024-10-23 16:53:39 +02:00
mfd - Added support for the Analog Devices ADP5585 GPIO and PWM functions. 2024-09-23 14:17:08 -07:00
mips - added support for Realtek RTL9302C 2024-07-20 09:03:36 -07:00
misc dt-bindings: misc: fsl,qoriq-mc: remove ref for msi-parent 2024-10-07 14:53:34 -05:00
mmc MMC core: 2024-11-20 12:51:32 -08:00
mtd soc: convert ep93xx to devicetree 2024-09-26 12:00:25 -07:00
mux
net dt-bindings: net: xlnx,axi-ethernet: Correct phy-mode property value 2024-11-01 19:02:50 -07:00
nios2
nvme
nvmem Merge 6.11-rc7 into char-misc-next 2024-09-09 08:36:23 +02:00
openrisc/opencores
opp dt-bindings: opp: operating-points-v2-ti-cpu: Update maintainers 2024-09-04 20:43:43 +05:30
pci Merge branch 'pci/controller/xilinx' 2024-09-19 14:25:33 -05:00
peci
perf dt-bindings: perf: fsl-imx-ddr: Add i.MX91 compatible 2024-10-24 12:33:46 +01:00
phy dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Fix X1E80100 resets entries 2024-10-21 23:33:25 +05:30
pinctrl This is the bulk of pin control changes for the v6.12 kernel cycle: 2024-09-23 13:15:23 -07:00
platform dt-bindings: platform: Add Surface System Aggregator Module 2024-08-19 13:47:27 +02:00
pmem
power dt-bindings: power: qcom,rpmpd: document the SM8750 RPMh Power Domains 2024-11-12 19:46:51 +01:00
powerpc
pps
ptp dt-binding: ptp: fsl,ptp: add pci1957,ee02 compatible string for fsl,enetc-ptp 2024-08-19 09:48:53 +01:00
pwm dt-bindings: pwm: adi,axi-pwmgen: Increase #pwm-cells to 3 2024-10-25 11:42:37 +02:00
regmap
regulator regulator: dt-bindings: qcom,rpmh: Correct PM8550VE supplies 2024-11-13 13:53:14 +00:00
remoteproc remoteproc updates for v6.12 2024-09-24 12:16:49 -07:00
reserved-memory
reset soc: driver updates for 6.12 2024-09-17 10:48:09 +02:00
riscv RISC-V Patches for the 6.12 Merge Window, Part 1 2024-09-24 10:59:17 -07:00
rng dt-bindings: rng: add binding for BCM74110 RNG 2024-11-10 11:50:54 +08:00
rtc RTC for 6.12 2024-09-25 14:38:37 -07:00
scsi
serial TTY/Serial driver update for 6.12-rc1 2024-09-26 09:59:50 -07:00
serio
sifive
siox
slimbus
soc dt-bindings: power: Add binding for MediaTek MT6735 power controller 2024-10-22 12:57:44 +02:00
sound ASoC: dt-bindings: rockchip,rk3308-codec: add port property 2024-10-29 12:46:31 +00:00
soundwire
spi spi: dt-bindings: apple,spi: Add binding for Apple SPI controllers 2024-11-06 14:15:39 +00:00
spmi dt-bindings: spmi: Deprecate qcom,bus-id 2024-05-08 19:46:10 +01:00
sram soc: dt updates for 6.11 2024-07-16 11:43:51 -07:00
staging/iio/adc
thermal Devicetree updates for v6.12: 2024-09-19 08:38:51 +02:00
timer dt-bindings: timer: actions,owl-timer: convert to YAML 2024-11-13 13:49:33 +01:00
timestamp
tpm Devicetree for v6.10: 2024-05-17 17:27:49 -07:00
ufs dt-bindings: ufs: qcom,ufs: drop source clock entries 2024-06-06 15:00:50 -06:00
usb The core clk framework is left largely untouched this time around except for 2024-09-23 15:01:48 -07:00
virtio
w1
watchdog linux-watchdog 6.12-rc1 tag 2024-09-23 13:19:37 -07:00
x86
xillybus
.gitignore
.yamllint
ABI.rst
common-properties.txt
dts-coding-style.rst docs: dt-bindings: add missing address/size-cells to example 2024-03-25 11:09:12 -05:00
example-schema.yaml
graph.txt
incomplete-devices.yaml dt-bindings: incomplete-devices: And another batch of compatibles 2024-09-05 12:35:09 -05:00
index.rst
jailhouse.txt
Makefile kbuild: use $(src) instead of $(srctree)/$(src) for source directory 2024-05-10 04:34:52 +09:00
numa.txt
resource-names.txt
submitting-patches.rst
trivial-devices.yaml dt-bindings: hwmon: isl68137: add bindings to support voltage dividers 2024-11-13 12:07:39 -08:00
unittest.txt
vendor-prefixes.yaml Char/Misc and other driver changes for 6.12-rc1 2024-09-26 10:13:08 -07:00
writing-bindings.rst
writing-schema.rst
xilinx.txt