[GIT PULL] MMC and MEMSTICK updates for v6.11

From: Ulf Hansson
Date: Mon Jul 15 2024 - 06:42:24 EST


Hi Linus,

Here's the pull-request for MMC and MEMSTICK for v6.11. Details about the
highlights are as usual found in the signed tag.

Please pull this in!

Kind regards
Ulf Hansson


The following changes since commit 16198eef11c1929374381d7f6271b4bf6aa44615:

mmc: davinci_mmc: Prevent transmitted data size from exceeding sgm's length (2024-07-11 17:48:54 +0200)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.11

for you to fetch changes up to b85e021853976aaebd3788e7e721020570754199:

MAINTAINERS: add 's32@xxxxxxx' as relevant mailing list for 'sdhci-esdhc-imx' driver (2024-07-12 11:07:54 +0200)

----------------------------------------------------------------
MMC host:
- Convert from using tasklet to the BH workqueue
- dw_mmc-bluefield: Add support for eMMC HW reset
- mmc_spi: Allow spi controllers incapable of lower than 400kHz
- sdhci: Rework code to eliminate SDHCI_QUIRK_UNSTABLE_RO_DETECT
- sdhci-brcmstb: Add support for the BCM2712 variant
- sdhci-esdhc-imx: Disable card-detect as system wakeup on S32G platforms
- sdhci-msm: Add support for the SDX75 variant
- sdhci-of-dwcmshc: Enable CQE support for some Rockchip variants
- sdhci-of-esdhc: Convert DT-bindings to yaml
- sdhci-sprd: Convert DT-bindings to yaml

MEMSTICK:
- rtsx_pci_ms: Remove the unused Realtek PCI memstick driver

----------------------------------------------------------------
Adrian Hunter (1):
mmc: sdhci: Eliminate SDHCI_QUIRK_UNSTABLE_RO_DETECT

Allen Pais (2):
mmc: sdhi: Convert from tasklet to BH workqueue
mmc: Convert from tasklet to BH workqueue

Andrea della Porta (3):
dt-bindings: arm: bcm: Add BCM2712 SoC support
dt-bindings: mmc: Add support for BCM2712 SD host controller
mmc: sdhci-brcmstb: Add BCM2712 support

Bastien Curutchet (1):
mmc: davinci_mmc: report all possible bus widths

Ciprian Costea (3):
mmc: sdhci-esdhc-imx: disable card detect wake for S32G based platforms
mmc: sdhci-esdhc-imx: obtain the 'per' clock rate after its enablement
MAINTAINERS: add 's32@xxxxxxx' as relevant mailing list for 'sdhci-esdhc-imx' driver

Conor Dooley (1):
mmc: mmc_spi: allow for spi controllers incapable of getting as low as 400k

Frank Li (2):
dt-bindings: mmc: mmc-spi-slot: Change voltage-ranges to uint32-matrix
dt-bindings: mmc: Convert fsl-esdhc.txt to yaml

Geert Uytterhoeven (2):
mfd: tmio: Remove obsolete .set_clk_div() callback
mmc: tmio: Remove obsolete .set_pwr() callback()

Heiko Stuebner (1):
mmc: sdhci-of-dwcmshc: set CQE irq-handler for rockchip variants

Javier Carrasco (1):
mmc: sdhci_am654: Constify struct regmap_config

Jeff Johnson (1):
mmc: add missing MODULE_DESCRIPTION() macros

Kai-Heng Feng (1):
memstick: rtsx_pci_ms: Remove Realtek PCI memstick driver

Liming Sun (2):
mmc: dw_mmc: Add support for platform specific eMMC HW reset
mmc: dw_mmc-bluefield: Add support for eMMC HW reset

Naina Mehta (1):
dt-bindings: mmc: sdhci-msm: Document the SDX75 compatible

Neil Armstrong (1):
dt-bindings: mmc: meson-gx: add optional power-domains

Peter Robinson (1):
mmc: sdhci-brcmstb: Add ARCH_BCM2835 option

Stanislav Jakubek (1):
dt-bindings: mmc: sdhci-sprd: convert to YAML

Ulf Hansson (3):
mmc: Merge branch fixes into next
mmc: Merge branch fixes into next
mmc: Merge branch fixes into next

Wolfram Sang (1):
MAINTAINERS: drop entry for VIA SD/MMC controller

.../devicetree/bindings/arm/bcm/bcm2835.yaml | 6 +
.../bindings/mmc/amlogic,meson-gx-mmc.yaml | 3 +
.../bindings/mmc/brcm,sdhci-brcmstb.yaml | 1 +
.../devicetree/bindings/mmc/fsl,esdhc.yaml | 105 ++++
.../devicetree/bindings/mmc/fsl-esdhc.txt | 52 --
.../devicetree/bindings/mmc/mmc-spi-slot.yaml | 16 +-
.../devicetree/bindings/mmc/sdhci-msm.yaml | 1 +
.../devicetree/bindings/mmc/sdhci-sprd.txt | 67 ---
.../devicetree/bindings/mmc/sprd,sdhci-r11.yaml | 112 ++++
MAINTAINERS | 7 +-
drivers/memstick/host/Kconfig | 10 -
drivers/memstick/host/Makefile | 1 -
drivers/memstick/host/rtsx_pci_ms.c | 638 ---------------------
drivers/mmc/core/core.c | 1 +
drivers/mmc/core/pwrseq_emmc.c | 1 +
drivers/mmc/core/pwrseq_sd8787.c | 1 +
drivers/mmc/core/pwrseq_simple.c | 1 +
drivers/mmc/core/sdio_uart.c | 1 +
drivers/mmc/host/Kconfig | 2 +-
drivers/mmc/host/atmel-mci.c | 35 +-
drivers/mmc/host/au1xmmc.c | 37 +-
drivers/mmc/host/cb710-mmc.c | 14 +-
drivers/mmc/host/cb710-mmc.h | 3 +-
drivers/mmc/host/davinci_mmc.c | 11 +-
drivers/mmc/host/dw_mmc-bluefield.c | 18 +-
drivers/mmc/host/dw_mmc.c | 30 +-
drivers/mmc/host/dw_mmc.h | 11 +-
drivers/mmc/host/mmc_spi.c | 5 +-
drivers/mmc/host/of_mmc_spi.c | 1 +
drivers/mmc/host/omap.c | 17 +-
drivers/mmc/host/renesas_sdhi.h | 4 +-
drivers/mmc/host/renesas_sdhi_core.c | 3 +
drivers/mmc/host/renesas_sdhi_internal_dmac.c | 26 +-
drivers/mmc/host/renesas_sdhi_sys_dmac.c | 9 +-
drivers/mmc/host/sdhci-bcm-kona.c | 2 +-
drivers/mmc/host/sdhci-brcmstb.c | 60 ++
drivers/mmc/host/sdhci-esdhc-imx.c | 16 +-
drivers/mmc/host/sdhci-of-dwcmshc.c | 1 +
drivers/mmc/host/sdhci-pci-core.c | 27 +-
drivers/mmc/host/sdhci.c | 31 +-
drivers/mmc/host/sdhci.h | 3 +-
drivers/mmc/host/sdhci_am654.c | 2 +-
drivers/mmc/host/tifm_sd.c | 15 +-
drivers/mmc/host/tmio_mmc.h | 6 +-
drivers/mmc/host/tmio_mmc_core.c | 13 +-
drivers/mmc/host/uniphier-sd.c | 12 +-
drivers/mmc/host/via-sdmmc.c | 25 +-
drivers/mmc/host/wbsd.c | 74 +--
drivers/mmc/host/wbsd.h | 10 +-
include/linux/mfd/tmio.h | 2 -
50 files changed, 556 insertions(+), 993 deletions(-)
create mode 100644 Documentation/devicetree/bindings/mmc/fsl,esdhc.yaml
delete mode 100644 Documentation/devicetree/bindings/mmc/fsl-esdhc.txt
delete mode 100644 Documentation/devicetree/bindings/mmc/sdhci-sprd.txt
create mode 100644 Documentation/devicetree/bindings/mmc/sprd,sdhci-r11.yaml
delete mode 100644 drivers/memstick/host/rtsx_pci_ms.c