Hi Linus, Here's a PR with a couple of MMC fixes intended for v6.2-rc9. 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 2241ab53cbb5cdb08a6b2d4688feb13971058f65: Linux 6.2-rc5 (2023-01-21 16:27:01 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.2-rc5 for you to fetch changes up to 3f18c5046e633cc4bbad396b74c05d46d353033d: mmc: jz4740: Work around bug on JZ4760(B) (2023-02-14 00:14:05 +0100) ---------------------------------------------------------------- MMC core: - Fix potential resource leaks in SDIO card detection error path MMC host: - jz4740: Decrease maximum clock rate to workaround bug on JZ4760(B) - meson-gx: Fix SDIO support to get some WiFi modules to work again - mmc_spi: Fix error handling in ->probe() ---------------------------------------------------------------- Heiner Kallweit (1): mmc: meson-gx: fix SDIO mode if cap_sdio_irq isn't set Paul Cercueil (1): mmc: jz4740: Work around bug on JZ4760(B) Yang Yingliang (2): mmc: sdio: fix possible resource leaks in some error paths mmc: mmc_spi: fix error handling in mmc_spi_probe() drivers/mmc/core/sdio_bus.c | 17 ++++++++++++++--- drivers/mmc/core/sdio_cis.c | 12 ------------ drivers/mmc/host/jz4740_mmc.c | 10 ++++++++++ drivers/mmc/host/meson-gx-mmc.c | 23 +++++++++++++---------- drivers/mmc/host/mmc_spi.c | 8 ++++---- 5 files changed, 41 insertions(+), 29 deletions(-)