[GIT PULL] MMC fixes for v6.10-rc6

From: Ulf Hansson
Date: Sat Jun 29 2024 - 05:23:59 EST


Hi Linus,

Here's a PR with a couple of MMC fixes intended for v6.10-rc6. 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 6ba59ff4227927d3a8530fc2973b80e94b54d58f:

Linux 6.10-rc4 (2024-06-16 13:40:16 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.10-rc4

for you to fetch changes up to ab069ce125965a5e282f7b53b86aee76ab32975c:

mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro() (2024-06-20 16:42:30 +0200)

----------------------------------------------------------------
MMC host:
- moxart-mmc: Revert "mmc: moxart-mmc: Use sg_miter for PIO"
- sdhci: Do not invert write-protect twice
- sdhci: Do not lock spinlock around mmc_gpio_get_ro()
- sdhci-pci/sdhci-pci-o2micro: Return proper error codes
- sdhci-brcmstb: Fix support for erase/trim/discard

----------------------------------------------------------------
Adrian Hunter (2):
mmc: sdhci: Do not invert write-protect twice
mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro()

Ilpo Järvinen (2):
mmc: sdhci-pci: Convert PCIBIOS_* return codes to errnos
mmc: sdhci-pci-o2micro: Convert PCIBIOS_* return codes to errnos

Kamal Dasu (1):
mmc: sdhci-brcmstb: check R1_STATUS for erase/trim/discard

Linus Walleij (1):
Revert "mmc: moxart-mmc: Use sg_miter for PIO"

drivers/mmc/host/moxart-mmc.c | 78 ++++++++++++++++++++----------------
drivers/mmc/host/sdhci-brcmstb.c | 4 ++
drivers/mmc/host/sdhci-pci-core.c | 11 +++--
drivers/mmc/host/sdhci-pci-o2micro.c | 41 ++++++++++---------
drivers/mmc/host/sdhci.c | 25 +++++++-----
5 files changed, 90 insertions(+), 69 deletions(-)