mbox series

[GIT,PULL] MMC fixes for v6.4-rc4

Message ID 20230524085533.124092-1-ulf.hansson@linaro.org
State New
Headers show
Series [GIT,PULL] MMC fixes for v6.4-rc4 | expand

Pull-request

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

Message

Ulf Hansson May 24, 2023, 8:55 a.m. UTC
Hi Linus,

Here's a PR with a couple of MMC fixes intended for v6.4-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 ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 81dce1490e28439c3cd8a8650b862a712f3061ba:

  mmc: sdhci-esdhc-imx: make "no-mmc-hs400" works (2023-05-09 11:55:02 +0200)

----------------------------------------------------------------
MMC core:
 - Fix error propagation for the non-block-device I/O paths

MMC host:
 - sdhci-cadence: Fix an error path during probe
 - sdhci-esdhc-imx: Fix support for the "no-mmc-hs400" DT property

----------------------------------------------------------------
Christian Loehle (1):
      mmc: block: ensure error propagation for non-blk

Christophe JAILLET (1):
      mmc: sdhci-cadence: Fix an error handling path in sdhci_cdns_probe()

Haibo Chen (1):
      mmc: sdhci-esdhc-imx: make "no-mmc-hs400" works

 drivers/mmc/core/block.c           |  5 +++++
 drivers/mmc/host/sdhci-cadence.c   |  8 +++++---
 drivers/mmc/host/sdhci-esdhc-imx.c | 18 ++++++++++--------
 3 files changed, 20 insertions(+), 11 deletions(-)

Comments

pr-tracker-bot@kernel.org May 24, 2023, 6:48 p.m. UTC | #1
The pull request you sent on Wed, 24 May 2023 10:55:33 +0200:

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

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

Thank you!