[GIT PULL] MMC fixes for v7.0-rc5

From: Ulf Hansson

Date: Fri Mar 20 2026 - 06:47:35 EST


Hi Linus,

Here's a pull-request with a couple of MMC fixes intended for v7.0-rc5.
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 901084c51a0a8fb42a3f37d2e9c62083c495f824:

mmc: core: Avoid bitfield RMW for claim/retune flags (2026-02-23 13:45:50 +0100)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v7.0-rc1-2

for you to fetch changes up to 5e3486e64094c28a526543f1e8aa0d5964b7f02d:

mmc: sdhci: fix timing selection for 1-bit bus width (2026-03-16 16:08:54 +0100)

----------------------------------------------------------------
MMC host:
- sdhci: Fix timing selection for 1-bit bus width
- sdhci-pci-gli: Fix DMA write corruption for GL9750

----------------------------------------------------------------
Luke Wang (1):
mmc: sdhci: fix timing selection for 1-bit bus width

Matthew Schwartz (1):
mmc: sdhci-pci-gli: fix GL9750 DMA write corruption

drivers/mmc/host/sdhci-pci-gli.c | 9 +++++++++
drivers/mmc/host/sdhci.c | 9 ++++++++-
2 files changed, 17 insertions(+), 1 deletion(-)