mbox series

[GIT,PULL] MMC fixes for v6.7-rc4

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

Pull-request

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

Message

Ulf Hansson Nov. 30, 2023, 10:45 a.m. UTC
Hi Linus,

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

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 477865af60b2117ceaa1d558e03559108c15c78c:

  mmc: sdhci-sprd: Fix vqmmc not shutting down after the card was pulled (2023-11-23 18:04:17 +0100)

----------------------------------------------------------------
MMC core:
 - Fix CQE error recovery path

MMC host:
 - cqhci: Fix CQE error recovery path
 - sdhci-pci-gli: Fix initialization of LPM
 - sdhci-sprd: Fix enabling/disabling of the vqmmc regulator

----------------------------------------------------------------
Adrian Hunter (6):
      mmc: block: Do not lose cache flush during CQE error recovery
      mmc: cqhci: Increase recovery halt timeout
      mmc: block: Be sure to wait while busy in CQE error recovery
      mmc: block: Retry commands in CQE error recovery
      mmc: cqhci: Warn of halt or task clear failure
      mmc: cqhci: Fix task clearing in CQE error recovery

Kornel Dulęba (1):
      mmc: sdhci-pci-gli: Disable LPM during initialization

Wenchao Chen (1):
      mmc: sdhci-sprd: Fix vqmmc not shutting down after the card was pulled

 drivers/mmc/core/block.c         |  2 ++
 drivers/mmc/core/core.c          |  9 +++++--
 drivers/mmc/host/cqhci-core.c    | 44 ++++++++++++++++----------------
 drivers/mmc/host/sdhci-pci-gli.c | 54 +++++++++++++++++++++-------------------
 drivers/mmc/host/sdhci-sprd.c    | 25 +++++++++++++++++++
 5 files changed, 85 insertions(+), 49 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 30, 2023, 11:24 p.m. UTC | #1
The pull request you sent on Thu, 30 Nov 2023 11:45:45 +0100:

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

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

Thank you!