[GIT PULL] MMC fixes for v6.11-rc7
From: Ulf Hansson
Date: Fri Sep 06 2024 - 06:15:08 EST
Hi Linus,
Here's a PR with a couple of MMC fixes intended for v6.11-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 5be63fc19fcaa4c236b307420483578a56986a37:
Linux 6.11-rc5 (2024-08-25 19:07:11 +1200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.11-rc5
for you to fetch changes up to aea62c744a9ae2a8247c54ec42138405216414da:
mmc: cqhci: Fix checking of CQHCI_HALT state (2024-09-03 14:20:51 +0200)
----------------------------------------------------------------
MMC core:
- Apply SD quirks earlier during probe so they become relevant
MMC host:
- cqhci: Fix checking of CQHCI_HALT state
- dw_mmc: Fix IDMAC operation with pages bigger than 4K
- sdhci-of-aspeed: Fix module autoloading
----------------------------------------------------------------
Jonathan Bell (1):
mmc: core: apply SD quirks earlier during probe
Liao Chen (1):
mmc: sdhci-of-aspeed: fix module autoloading
Sam Protsenko (1):
mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K
Seunghwan Baek (1):
mmc: cqhci: Fix checking of CQHCI_HALT state
drivers/mmc/core/quirks.h | 22 +++++++++++++---------
drivers/mmc/core/sd.c | 4 ++++
drivers/mmc/host/cqhci-core.c | 2 +-
drivers/mmc/host/dw_mmc.c | 4 ++--
drivers/mmc/host/sdhci-of-aspeed.c | 1 +
5 files changed, 21 insertions(+), 12 deletions(-)