mbox series

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

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

Pull-request

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

Message

Ulf Hansson Jan. 5, 2024, 9:51 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Jan. 5, 2024, 8:47 p.m. UTC | #1
The pull request you sent on Fri,  5 Jan 2024 10:51:55 +0100:

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

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

Thank you!