mbox series

[GIT,PULL] MMC fixes for v6.11-rc7

Message ID 20240906101456.198887-1-ulf.hansson@linaro.org
State New
Headers show
Series [GIT,PULL] MMC fixes for v6.11-rc7 | expand

Pull-request

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

Message

Ulf Hansson Sept. 6, 2024, 10:14 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Sept. 6, 2024, 7:12 p.m. UTC | #1
The pull request you sent on Fri,  6 Sep 2024 12:14:56 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c3af2256adda212e3c3ff4773623a19a972eaf39

Thank you!