[GIT PULL] MMC fixes for v6.7-rc9

From: Ulf Hansson
Date: Fri Jan 05 2024 - 04:52:12 EST


Hi Linus,

Here's a PR with a couple of MMC fixes intended for v6.7-rc9. 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 33cc938e65a98f1d29d0a18403dbbee050dcad9a:

Linux 6.7-rc4 (2023-12-03 18:52:56 +0900)

are available in the Git repository at:

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

for you to fetch changes up to 8abf77c88929b6d20fa4f9928b18d6448d64e293:

mmc: sdhci-sprd: Fix eMMC init failure after hw reset (2024-01-03 11:24:03 +0100)

----------------------------------------------------------------
MMC core:
- Fix path when releasing the host by canceling the delayed work
- Fix pause retune on all RPMB partitions

MMC host:
- meson-mx-sdhc: Fix HW hang during card initialization
- sdhci-sprd: Fix eMMC init failure after HW reset

----------------------------------------------------------------
Geert Uytterhoeven (1):
mmc: core: Cancel delayed work before releasing host

Jorge Ramirez-Ortiz (1):
mmc: rpmb: fixes pause retune on all RPMB partitions.

Wenchao Chen (1):
mmc: sdhci-sprd: Fix eMMC init failure after hw reset

Ziyang Huang (1):
mmc: meson-mx-sdhc: Fix initialization frozen issue

drivers/mmc/core/block.c | 7 ++++---
drivers/mmc/core/host.c | 1 +
drivers/mmc/host/meson-mx-sdhc-mmc.c | 26 +++++---------------------
drivers/mmc/host/sdhci-sprd.c | 10 +++++++---
4 files changed, 17 insertions(+), 27 deletions(-)