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

From: Ulf Hansson
Date: Fri Oct 11 2024 - 06:13:19 EST


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(-)