mbox series

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

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

Pull-request

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

Message

Ulf Hansson Aug. 18, 2023, 9:29 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Aug. 18, 2023, 5:48 p.m. UTC | #1
The pull request you sent on Fri, 18 Aug 2023 11:29:16 +0200:

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

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

Thank you!