Hi Linus, Here's a PR with a couple of MMC fixes intended for v6.13-rc2. 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 40384c840ea1944d7c5a392e8975ed088ecf0b37: Linux 6.13-rc1 (2024-12-01 14:28:56 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.13-rc1 for you to fetch changes up to 87a0d90fcd31c0f36da0332428c9e1a1e0f97432: mmc: core: Further prevent card detect during shutdown (2024-12-02 15:37:16 +0100) ---------------------------------------------------------------- MMC core: - Further prevent card detect during shutdown MMC host: - sdhci-pci: Add DMI quirk for missing CD GPIO on Vexia Edu Atla 10 tablet ---------------------------------------------------------------- Hans de Goede (1): mmc: sdhci-pci: Add DMI quirk for missing CD GPIO on Vexia Edu Atla 10 tablet Ulf Hansson (1): mmc: core: Further prevent card detect during shutdown drivers/mmc/core/bus.c | 2 ++ drivers/mmc/core/core.c | 3 ++ drivers/mmc/host/sdhci-pci-core.c | 72 +++++++++++++++++++++++++++++++++++++++ drivers/mmc/host/sdhci-pci.h | 1 + 4 files changed, 78 insertions(+)