[GIT PULL] MMC fixes for v6.17-rc7
From: Ulf Hansson
Date: Fri Sep 19 2025 - 06:41:01 EST
Hi Linus,
Here's a pull-request with a couple of MMC fixes intended for v6.17-rc7.
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 d2d7a96b29ea6ab093973a1a37d26126db70c79f:
mmc: sdhci_am654: Disable HS400 for AM62P SR1.0 and SR1.1 (2025-08-21 11:07:16 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.17-rc2-2
for you to fetch changes up to 77a436c93d10d68201bfd4941d1ca3230dfd1f40:
mmc: sdhci-pci-gli: GL9767: Fix initializing the UHS-II interface during a power-on (2025-09-12 15:00:52 +0200)
----------------------------------------------------------------
MMC host:
- mvsdio: Fix dma_unmap_sg() nents value
- sdhci: Fix clock management for UHS-II
- sdhci-pci-gli: Fix initialization of UHS-II for GL9767
----------------------------------------------------------------
Ben Chuang (3):
mmc: sdhci: Move the code related to setting the clock from sdhci_set_ios_common() into sdhci_set_ios()
mmc: sdhci-uhs2: Fix calling incorrect sdhci_set_clock() function
mmc: sdhci-pci-gli: GL9767: Fix initializing the UHS-II interface during a power-on
Thomas Fourier (1):
mmc: mvsdio: Fix dma_unmap_sg() nents value
drivers/mmc/host/mvsdio.c | 2 +-
drivers/mmc/host/sdhci-pci-gli.c | 68 +++++++++++++++++++++++++++++++++++++++-
drivers/mmc/host/sdhci-uhs2.c | 3 +-
drivers/mmc/host/sdhci.c | 34 ++++++++++----------
4 files changed, 87 insertions(+), 20 deletions(-)