[GIT PULL] MMC/MEMSTICK fixes for v6.16-rc7
From: Ulf Hansson
Date: Fri Jul 18 2025 - 07:47:43 EST
Hi Linus,
Here's a PR with a couple of MMC and MEMSTICK fixes intended for v6.16-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 ec54c0a20709ed6e56f40a8d59eee725c31a916b:
mtk-sd: reset host->mrq on prepare_data() error (2025-06-25 14:42:51 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.16-rc1-2
for you to fetch changes up to 21b34a3a204ed616373a12ec17dc127ebe51eab3:
memstick: core: Zero initialize id_reg in h_memstick_read_dev_id() (2025-07-16 12:01:09 +0200)
----------------------------------------------------------------
MMC host:
- bcm2835: Fix dma_unmap_sg() nents value
- sdhci_am654: Add workaround for maximum HW timeout
- sdhci-pci: Disable broken CQE Intel GLK-based Positivo models
MEMSTICK:
- Zero initialize id_reg in h_memstick_read_dev_id()
----------------------------------------------------------------
Edson Juliano Drosdeck (1):
mmc: sdhci-pci: Quirk for broken command queuing on Intel GLK-based Positivo models
Judith Mendez (1):
mmc: sdhci_am654: Workaround for Errata i2312
Nathan Chancellor (1):
memstick: core: Zero initialize id_reg in h_memstick_read_dev_id()
Thomas Fourier (1):
mmc: bcm2835: Fix dma_unmap_sg() nents value
drivers/memstick/core/memstick.c | 2 +-
drivers/mmc/host/bcm2835.c | 3 ++-
drivers/mmc/host/sdhci-pci-core.c | 3 ++-
drivers/mmc/host/sdhci_am654.c | 9 ++++++---
4 files changed, 11 insertions(+), 6 deletions(-)