[GIT PULL] MMC fixes for v6.18-rc6
From: Ulf Hansson
Date: Fri Nov 14 2025 - 11:24:19 EST
Hi Linus,
Here's a pull-request with a couple of MMC fixes intended for v6.18-rc6.
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 211ddde0823f1442e4ad052a2f30f050145ccada:
Linux 6.18-rc2 (2025-10-19 15:19:16 -1000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.18-rc2
for you to fetch changes up to 739f04f4a46237536aff07ff223c231da53ed8ce:
mmc: dw_mmc-rockchip: Fix wrong internal phase calculate (2025-11-11 17:47:47 +0100)
----------------------------------------------------------------
MMC host:
- dw_mmc-rockchip: Fix internal phase calculation
- pxamci: Simplify and fix ->probe() error handling
- sdhci-of-dwcmshc: Fix strbin signal delay
- wmt-sdmmc: Fix compile test default
----------------------------------------------------------------
Johan Hovold (1):
mmc: wmt-sdmmc: fix compile test default
Rakuram Eswaran (1):
mmc: pxamci: Simplify pxamci_probe() error handling using devm APIs
Shawn Lin (2):
mmc: sdhci-of-dwcmshc: Change DLL_STRBIN_TAPNUM_DEFAULT to 0x4
mmc: dw_mmc-rockchip: Fix wrong internal phase calculate
drivers/mmc/host/Kconfig | 2 +-
drivers/mmc/host/dw_mmc-rockchip.c | 4 +--
drivers/mmc/host/pxamci.c | 56 ++++++++++++-------------------------
drivers/mmc/host/sdhci-of-dwcmshc.c | 2 +-
4 files changed, 22 insertions(+), 42 deletions(-)