linux/arch/arm/boot/dts
Linus Torvalds f96718fc1f MMC core:
- Reject invalid perdev_minors for the block device before division
  - Document DT fixed-layout NVMEM provider support for eMMC cards
 
 MMC host:
  - Convert a couple of plain text DT bindings to the yaml format
  - bcm2835: DMA mapping improvements
  - cqhci: Fix sparse warnings for endian conversions
  - dw_mmc: Stop and complete DMA also in busy state
  - dw_mmc-rockchip: Add support for the RV1106 variant
  - litex_mmc: Add dynamic bus width support
  - moxart: Propagate error for DMA completion timeout
  - pxamci: Remove PXA remnants for the PXA93x support
  - rtsx_usb_sdmmc: Avoid USB I/O in runtime autosuspend
  - rtsx_usb_sdmmc: Suppress false CD after init timeout
  - sdhci_am654: Add Judith Mendez as maintainer
  - sdhci-esdhc-mcf: Do not use readl()/writel() on ColdFire
  - sdhci-msm: Extend the DT bindings for ICE
  - sdhci-tegra: Add support for Tegra264/Tegra238 variants
  - sunxi: Add support for the Allwinner A733 variant
  - via-sdmmc: Clean up card detect work at remove and in probe error path
 -----BEGIN PGP SIGNATURE-----
 
 iQJEBAABCgAuFiEEugLDXPmKSktSkQsV/iaEJXNYjCkFAmqIRy0QHHVsZmhAa2Vy
 bmVsLm9yZwAKCRD+JoQlc1iMKVRSD/9d0JSLTRbCQ/XkNvRXfmVXCFJ8XLZCMu1M
 YCuJfO1+O1R+P3XVjMCIclqNwYzrETp1f96YRJ7AF0lkkPa890Cuq8p2ZGhElT6M
 o1mes+qaK6T2hg4Yw2H7auKZdlN7Xl3ez4cxrYq17n2RUcrzzdUbmGR87eym3el7
 E07INRzGDFZ2n8/JS13yf1BRCvkP1bRnrHCOHAll8d7xvscCaZFUdz2TpfGjrmDV
 7SsnN4Yns/2y9Xq5MOmc5kh8hglNclIpA3D7MGsKkfj6JMxmOR5iUytgMxnXZQYz
 YUEopIJ2nbEGv4umhTHnIEQBB1UNWO+akz5KnCEY+juKS/MhQ7VpBleGfS5WPCNr
 954VcUXvjIN+5QIgK1ZlhWyL9056+MEApYSkqSoAfYtDX05LkFbD5Xmir8G/RtpK
 FJ9K/ps6YOMliGwCls5zfv1HO1jhjDiaToJxSSwXIfJN6uUNP9+64BVtI6no3XvU
 nQIDFF1rDbCwZTaHRvvbKhogR1Rja/bMUXnDzxH/8Pvk5jAteDmbMpR7q6CZdn6J
 OZ85gMm1XxTfbfmVk0rW027jUn7s4D7TX3G1W9CsZKB1QZd4FRnZ4snnoYOYNHWO
 aRBHIUkio+20BEqXjHz5A9+LSw627/PoZIiQUQsl7JTrMvaYIB1AUDWdoJ0wc9vU
 TLxdIpM/GQ==
 =RjJ2
 -----END PGP SIGNATURE-----

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

Pull MMC updates from Ulf Hansson:
 "MMC core:
   - Reject invalid perdev_minors for the block device before division
   - Document DT fixed-layout NVMEM provider support for eMMC cards

  MMC host:
   - Convert a couple of plain text DT bindings to the yaml format
   - bcm2835: DMA mapping improvements
   - cqhci: Fix sparse warnings for endian conversions
   - dw_mmc: Stop and complete DMA also in busy state
   - dw_mmc-rockchip: Add support for the RV1106 variant
   - litex_mmc: Add dynamic bus width support
   - moxart: Propagate error for DMA completion timeout
   - pxamci: Remove PXA remnants for the PXA93x support
   - rtsx_usb_sdmmc: Avoid USB I/O in runtime autosuspend
   - rtsx_usb_sdmmc: Suppress false CD after init timeout
   - sdhci_am654: Add Judith Mendez as maintainer
   - sdhci-esdhc-mcf: Do not use readl()/writel() on ColdFire
   - sdhci-msm: Extend the DT bindings for ICE
   - sdhci-tegra: Add support for Tegra264/Tegra238 variants
   - sunxi: Add support for the Allwinner A733 variant
   - via-sdmmc: Clean up card detect work at remove and in probe error path"

* tag 'mmc-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc: (35 commits)
  ARM: PXA: Fix build error for PXA93x
  dt-bindings: mmc: sunxi: add compatible string for Allwinner A733 MMC0/1/2
  dt-bindings: mmc: Document fixed-layout NVMEM provider support
  mmc: sdhci-tegra: Add Tegra264 SoC data
  dt-bindings: mmc: tegra: Document Tegra264 SDHCI
  mmc: sdhci-tegra: Add Tegra238 SoC data
  dt-bindings: mmc: tegra: Document Tegra238 SDHCI
  mmc: omap_hsmmc: use platform_get_irq_optional for wake IRQ
  mmc: via-sdmmc: cancel card-detect work on remove
  mmc: via-sdmmc: stop card-detect handling on probe failure
  mmc: moxart: use platform helpers for resource and IRQ
  mmc: host: Remove redundant dev_err()/dev_err_probe()
  mmc: bcm2835: DMA mapping improvements
  mmc: dw_mmc: move declaration of dw_mci_pmops
  dt-bindings: mmc: rockchip-dw-mshc: Add RV1106 compatible
  mmc: rtsx_usb_sdmmc: suppress false CD after init timeout
  misc: rtsx_usb: avoid USB I/O in runtime autosuspend
  mmc: sdhci-of-dwcmshc: Log eMMC reset calls
  mmc: block: reject invalid perdev_minors before division
  mmc: sdhci-of-ma35d1: add missing MODULE_DEVICE_TABLE()
  ...
2026-08-21 11:58:08 -07:00
..
actions ARM: dts: Move .dts files to vendor sub-directories 2023-06-21 11:39:50 -06:00
airoha ARM: dts: Move .dts files to vendor sub-directories 2023-06-21 11:39:50 -06:00
allwinner ARM: dts: allwinner: Correct white-space style 2026-08-03 23:37:01 +08:00
alphascale ARM: dts: Move .dts files to vendor sub-directories 2023-06-21 11:39:50 -06:00
amazon arm: dts: Fix dtc interrupt_provider warnings 2024-02-20 21:47:41 +01:00
amlogic ARM: dts: meson: drop iio-hwmon in favour of generic-adc-thermal 2026-01-07 15:02:40 +01:00
arm ARM: dts: arm: Correct indentation 2026-07-25 18:27:20 +02:00
aspeed ARM: dts: aspeed: Correct indentation 2026-07-23 00:52:02 +09:30
axis ARM: dts: Move .dts files to vendor sub-directories 2023-06-21 11:39:50 -06:00
broadcom soc: devicetree updates for 7.3 2026-08-18 19:36:32 -07:00
calxeda ARM: dts: Move .dts files to vendor sub-directories 2023-06-21 11:39:50 -06:00
cirrus ARM: dts: cirrus: ep7211: use recent scl/sda gpio bindings 2025-08-28 12:33:25 +02:00
cnxt ARM: dts: Move .dts files to vendor sub-directories 2023-06-21 11:39:50 -06:00
gemini soc: devicetree updates for 7.2 2026-06-17 11:16:56 -07:00
hisilicon ARM: dts: hisilicon: Fix "status" values 2023-07-19 06:18:24 +00:00
hpe ARM: dts: Move .dts files to vendor sub-directories 2023-06-21 11:39:50 -06:00
intel SoCFPGA DTS updates for v7.3 2026-07-29 15:39:35 +02:00
marvell mvebu dt for 7.3 (part 1) 2026-08-17 15:06:22 +02:00
mediatek ARM: dts: mediatek: mt6323: add AUXADC support 2026-07-28 10:56:55 +02:00
microchip ARM: dts: Correct white-space style 2026-08-04 08:10:31 +02:00
moxa ARM: dts: Move .dts files to vendor sub-directories 2023-06-21 11:39:50 -06:00
nspire ARM: dts: nspire: Add full compatible for watchdog node 2024-06-23 12:55:35 +02:00
nuvoton arm: dts: nuvoton: npcm7xx: Drop redundant FIU clock-names 2026-06-29 09:59:10 +09:30
nvidia ARM: dts: nvidia: tegra114-asus-tf701t: Correct trailing whitespace 2026-07-25 18:30:00 +02:00
nxp ARM: dts: ls1021a-iot: rename display@0 to display0 2026-07-24 16:43:00 -04:00
qcom Merge tag 'qcom-arm32-for-7.3' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/dt 2026-08-10 18:29:45 +02:00
realtek ARM: dts: Move .dts files to vendor sub-directories 2023-06-21 11:39:50 -06:00
renesas ARM: dts: renesas: r9a06g032-rzn1d400-eb: Enable SPI-FRAM 2026-07-14 10:36:37 +02:00
rockchip ARM: dts: rockchip: Correct white-space style 2026-08-02 20:26:21 +02:00
samsung ARM: dts: exynos: Add bluetooth support to manta 2026-06-29 12:23:04 +02:00
sigmastar ARM: dts: sigmastar: Correct indentation 2026-07-25 18:26:11 +02:00
socionext ARM: dts: socionext: Drop "linux,spdif-dit" port node unit-address 2025-09-15 16:43:56 +02:00
st MMC core: 2026-08-21 11:58:08 -07:00
sunplus ARM: dts: Move .dts files to vendor sub-directories 2023-06-21 11:39:50 -06:00
synaptics ARM: dts: Move .dts files to vendor sub-directories 2023-06-21 11:39:50 -06:00
ti ARM: dts: ti/omap: embt2ws: use mulit-led for RGB LED 2026-07-06 11:40:17 -07:00
unisoc ARM: dts: Move .dts files to vendor sub-directories 2023-06-21 11:39:50 -06:00
vt8500 ARM: dts: vt8500: Correct indentation 2026-07-25 18:29:40 +02:00
xen ARM: dts: Move .dts files to vendor sub-directories 2023-06-21 11:39:50 -06:00
xilinx arm64: Xilinx DT changes for 7.3 2026-08-10 18:14:44 +02:00
zte ARM: dts: zte: Add D-Link DWR-932M support 2026-05-14 00:02:39 +03:00
armv7-m.dtsi ARM: dts: Correct white-space style 2026-08-04 08:10:31 +02:00
cros-adc-thermistors.dtsi
cros-ec-keyboard.dtsi
cros-ec-sbs.dtsi
Makefile ARM: dts: zte: Add D-Link DWR-932M support 2026-05-14 00:02:39 +03:00
tps6507x.dtsi
tps65217.dtsi
tps65910.dtsi ARM: dts: tps65910: Add gpio & interrupt properties 2026-01-05 12:03:35 -08:00