[GIT PULL] MMC fixes for v6.0-rc2
From: Ulf Hansson
Date: Fri Aug 19 2022 - 10:39:19 EST
Hi Linus,
Here's a PR with a couple of MMC fixes intended for v6.0-rc2. 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 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:
Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.0-rc1
for you to fetch changes up to a0753ef66c34c1739580219dca664eda648164b7:
mmc: sdhci-of-dwcmshc: Re-enable support for the BlueField-3 SoC (2022-08-15 19:31:04 +0200)
----------------------------------------------------------------
MMC host:
- meson-gx: Fix error handling in ->probe()
- mtk-sd: Fix a command problem when using cqe off/disable
- pxamci: Fix error handling in ->probe()
- sdhci-of-dwcmshc: Fix broken support for the BlueField-3 variant
----------------------------------------------------------------
Christophe JAILLET (3):
mmc: pxamci: Fix an error handling path in pxamci_probe()
mmc: pxamci: Fix another error handling path in pxamci_probe()
mmc: meson-gx: Fix an error handling path in meson_mmc_probe()
Liming Sun (1):
mmc: sdhci-of-dwcmshc: Re-enable support for the BlueField-3 SoC
Wenbin Mei (1):
mmc: mtk-sd: Clear interrupts when cqe off/disable
drivers/mmc/host/meson-gx-mmc.c | 6 ++++--
drivers/mmc/host/mtk-sd.c | 6 ++++++
drivers/mmc/host/pxamci.c | 4 ++--
drivers/mmc/host/sdhci-of-dwcmshc.c | 16 ++++++++++++++--
4 files changed, 26 insertions(+), 6 deletions(-)