mbox series

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

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

Pull-request

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

Message

Ulf Hansson June 29, 2024, 9:23 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org June 29, 2024, 4:31 p.m. UTC | #1
The pull request you sent on Sat, 29 Jun 2024 11:23:48 +0200:

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

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

Thank you!