mbox series

[GIT,PULL] MMC fixes for v6.9-rc6

Message ID 20240426195155.160462-1-ulf.hansson@linaro.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] MMC fixes for v6.9-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.9-rc2

Message

Ulf Hansson April 26, 2024, 7:51 p.m. UTC
Hi Linus,

Here's a PR with a couple of MMC fixes intended for v6.9-rc6. 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 39cd87c4eb2b893354f3b850f916353f2658ae6f:

  Linux 6.9-rc2 (2024-03-31 14:32:39 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.9-rc2

for you to fetch changes up to e027e72ecc1683e04f33aedf0196ad6c3278d309:

  mmc: moxart: fix handling of sgm->consumed, otherwise WARN_ON triggers (2024-04-25 17:48:46 +0200)

----------------------------------------------------------------
MMC host:
 - moxart: Fix regression for sg_miter for PIO mode
 - sdhci-msm: Avoid hang by preventing access to suspended controller
 - sdhci-of-dwcmshc: Fix SD card tuning error for th1520

----------------------------------------------------------------
Maksim Kiselev (1):
      mmc: sdhci-of-dwcmshc: th1520: Increase tuning loop count to 128

Mantas Pucka (1):
      mmc: sdhci-msm: pervent access to suspended controller

Sergei Antonov (1):
      mmc: moxart: fix handling of sgm->consumed, otherwise WARN_ON triggers

 drivers/mmc/host/moxart-mmc.c       |  1 +
 drivers/mmc/host/sdhci-msm.c        | 16 +++++++++++++++-
 drivers/mmc/host/sdhci-of-dwcmshc.c |  1 +
 3 files changed, 17 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org April 26, 2024, 8:25 p.m. UTC | #1
The pull request you sent on Fri, 26 Apr 2024 21:51:55 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.9-rc2

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

Thank you!