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(-)