mbox series

[GIT,PULL] MMC fixes for v6.13-rc2

Message ID 20241206084852.119710-1-ulf.hansson@linaro.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] MMC fixes for v6.13-rc2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.13-rc1

Message

Ulf Hansson Dec. 6, 2024, 8:48 a.m. UTC
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(+)

Comments

pr-tracker-bot@kernel.org Dec. 6, 2024, 8:04 p.m. UTC | #1
The pull request you sent on Fri,  6 Dec 2024 09:48:52 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.13-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/35b7b337ffad0bb708faaa24d8a18ab908565f5e

Thank you!