[GIT PULL] MMC fixes for v6.5-rc7

From: Ulf Hansson
Date: Fri Aug 18 2023 - 05:29:59 EST


Hi Linus,

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

mmc: sdhci-f-sdh30: Replace with sdhci_pltfm (2023-07-14 11:28:55 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 58abdd80b93b09023ca03007b608685c41e3a289:

mmc: f-sdh30: fix order of function calls in sdhci_f_sdh30_remove (2023-08-15 13:24:29 +0200)

----------------------------------------------------------------
MMC core:
- Fix in_flight[issue_type] value error to properly manage requests

MMC host:
- wbsd: Fix double free in the probe error path
- sunplus: Fix error path in probe
- sdhci_f_sdh30: Fix order of function calls in sdhci_f_sdh30_remove

----------------------------------------------------------------
Harshit Mogalapalli (1):
mmc: sunplus: Fix error handling in spmmc_drv_probe()

Wei Chen (1):
mmc: sunplus: fix return value check of mmc_add_host()

Yang Yingliang (1):
mmc: wbsd: fix double mmc_free_host() in wbsd_init()

Yangtao Li (1):
mmc: f-sdh30: fix order of function calls in sdhci_f_sdh30_remove

Yibin Ding (1):
mmc: block: Fix in_flight[issue_type] value error

drivers/mmc/core/block.c | 7 ++++---
drivers/mmc/host/sdhci_f_sdh30.c | 11 +++++++----
drivers/mmc/host/sunplus-mmc.c | 26 +++++++++++++-------------
drivers/mmc/host/wbsd.c | 2 --
4 files changed, 24 insertions(+), 22 deletions(-)