[GIT PULL] MMC fixes for v6.14-rc8
From: Ulf Hansson
Date: Thu Mar 20 2025 - 10:25:27 EST
Hi Linus,
Here's a PR with a couple of MMC fixes intended for v6.14-rc8. 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 80e54e84911a923c40d7bee33a34c1b4be148d7a:
Linux 6.14-rc6 (2025-03-09 13:45:25 -1000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.14-rc4
for you to fetch changes up to 723ef0e20dbb2aa1b5406d2bb75374fc48187daa:
mmc: sdhci-brcmstb: add cqhci suspend/resume to PM ops (2025-03-17 11:42:42 +0100)
----------------------------------------------------------------
MMC host:
- sdhci-brcmstb: Fix CQE suspend/resume support
- atmel-mci: Add a missing clk_disable_unprepare() in ->probe()
----------------------------------------------------------------
Gu Bowen (1):
mmc: atmel-mci: Add missing clk_disable_unprepare()
Kamal Dasu (1):
mmc: sdhci-brcmstb: add cqhci suspend/resume to PM ops
drivers/mmc/host/atmel-mci.c | 4 +++-
drivers/mmc/host/sdhci-brcmstb.c | 10 ++++++++++
2 files changed, 13 insertions(+), 1 deletion(-)