mbox series

[GIT,PULL] MMC fixes for v6.12-rc3

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

Pull-request

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

Message

Ulf Hansson Oct. 11, 2024, 10:13 a.m. UTC
Hi Linus,

Here's a PR with a couple of MMC fixes intended for v6.12-rc3. 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 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 27e8fe0da3b75520edfba9cee0030aeb5aef1505:

  mmc: sdhci-of-dwcmshc: Prevent stale command interrupt handling (2024-10-10 13:30:48 +0200)

----------------------------------------------------------------
MMC core:
 - Prevent splat from warning when setting maximum DMA segment

MMC host:
 - mvsdio: Drop sg_miter support for PIO as it didn't work
 - sdhci-of-dwcmshc: Prevent stale interrupt for the T-Head 1520 variant

----------------------------------------------------------------
Guenter Roeck (1):
      mmc: core: Only set maximum DMA segment size if DMA is supported

Linus Walleij (1):
      Revert "mmc: mvsdio: Use sg_miter for PIO"

Michal Wilczynski (1):
      mmc: sdhci-of-dwcmshc: Prevent stale command interrupt handling

 drivers/mmc/core/queue.c            |  3 +-
 drivers/mmc/host/mvsdio.c           | 71 ++++++++++---------------------------
 drivers/mmc/host/sdhci-of-dwcmshc.c |  8 +++++
 3 files changed, 28 insertions(+), 54 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 11, 2024, 7:33 p.m. UTC | #1
The pull request you sent on Fri, 11 Oct 2024 12:13:05 +0200:

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

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

Thank you!