[GIT PULL] MMC fixes for v7.1-rc7

From: Ulf Hansson

Date: Wed Jun 03 2026 - 04:18:27 EST


Hi Linus,

Here's a pull-request with a couple of MMC fixes intended for v7.1-rc7.
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 5d6919055dec134de3c40167a490f33c74c12581:

Linux 7.1-rc3 (2026-05-10 14:08:09 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v7.1-rc3

for you to fetch changes up to f595e8e77a51eee35e331f69321766593a845ef2:

mmc: sdhci: add signal voltage switch in sdhci_resume_host (2026-05-29 15:02:47 +0200)

----------------------------------------------------------------
MMC core:
- Fix host controller programming for eMMC fixed driver type

MMC host:
- dw_mmc-rockchip: Add missing private data for very old controllers
- litex_mmc: Fix clock management
- renesas_sdhi: Add OF entry for RZ/G2H SoC
- sdhci: Manage signal voltage switch during system resume for some hosts
- sdhci-of-dwcmshc: Fix reset, clk and SDIO support for Eswin EIC7700

----------------------------------------------------------------
Heiko Stuebner (1):
mmc: dw_mmc-rockchip: Add missing private data for very old controllers

Huan He (1):
mmc: sdhci-of-dwcmshc: Fix reset, clk, and SDIO support for Eswin EIC7700

Inochi Amaoto (2):
mmc: litex_mmc: Use DIV_ROUND_UP for more accurate clock calculation
mmc: litex_mmc: Set mandatory idle clocks before CMD0

Jisheng Zhang (1):
mmc: sdhci: add signal voltage switch in sdhci_resume_host

Kamal Dasu (1):
mmc: core: Fix host controller programming for fixed driver type

Lad Prabhakar (1):
mmc: renesas_sdhi: Add OF entry for RZ/G2H SoC

drivers/mmc/core/mmc.c | 4 ++-
drivers/mmc/host/dw_mmc-rockchip.c | 17 +++++++++++
drivers/mmc/host/litex_mmc.c | 20 ++++++++++--
drivers/mmc/host/renesas_sdhi_internal_dmac.c | 1 +
drivers/mmc/host/sdhci-of-dwcmshc.c | 44 +++++++++++++--------------
drivers/mmc/host/sdhci.c | 1 +
6 files changed, 61 insertions(+), 26 deletions(-)