[GIT PULL] MMC fixes for v6.8-rc4

From: Ulf Hansson
Date: Fri Feb 09 2024 - 07:45:01 EST


Hi Linus,

Here's a PR with a couple of MMC fixes intended for v6.8-rc4. 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 41bccc98fb7931d63d03f326a746ac4d429c1dd3:

Linux 6.8-rc2 (2024-01-28 17:01:12 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.8-rc2

for you to fetch changes up to cc9432c4fb159a3913e0ce3173b8218cd5bad2e0:

mmc: slot-gpio: Allow non-sleeping GPIO ro (2024-02-06 12:35:44 +0100)

----------------------------------------------------------------
MMC core:
- Allow non-sleeping read-only slot-gpio

MMC host:
- sdhci-pci-o2micro: Fix a warm reboot BIOS issue

----------------------------------------------------------------
Alexander Stein (1):
mmc: slot-gpio: Allow non-sleeping GPIO ro

Fred Ai (1):
mmc: sdhci-pci-o2micro: Fix a warm reboot issue that disk can't be detected by BIOS

drivers/mmc/core/slot-gpio.c | 6 +++++-
drivers/mmc/host/sdhci-pci-o2micro.c | 30 ++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+), 1 deletion(-)