[GIT PULL] MMC fixes for v5.14-rc7

From: Ulf Hansson
Date: Fri Aug 20 2021 - 09:22:40 EST


Hi Linus,

Here's a PR with a couple of MMC fixes intended for v5.14-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 c500bee1c5b2f1d59b1081ac879d73268ab0ff17:

Linux 5.14-rc4 (2021-08-01 17:04:17 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.14-rc4

for you to fetch changes up to 419dd626e357e89fc9c4e3863592c8b38cfe1571:

mmc: sdhci-iproc: Set SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN on BCM2711 (2021-08-16 12:12:05 +0200)

----------------------------------------------------------------
MMC host:
- dw_mmc: Fix hang on data CRC error
- mmci: Fix voltage switch procedure for the stm32 variant
- sdhci-iproc: Fix some clock issues for BCM2711
- sdhci-msm: Fixup software timeout value

----------------------------------------------------------------
Christophe Kerello (1):
mmc: mmci: stm32: Check when the voltage switch procedure should be done

Nicolas Saenz Julienne (2):
mmc: sdhci-iproc: Cap min clock frequency on BCM2711
mmc: sdhci-iproc: Set SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN on BCM2711

Shaik Sajida Bhanu (1):
mmc: sdhci-msm: Update the software timeout value for sdhc

Vincent Whitchurch (1):
mmc: dw_mmc: Fix hang on data CRC error

drivers/mmc/host/dw_mmc.c | 6 +++---
drivers/mmc/host/mmci_stm32_sdmmc.c | 7 +++++--
drivers/mmc/host/sdhci-iproc.c | 21 ++++++++++++++++++++-
drivers/mmc/host/sdhci-msm.c | 18 ++++++++++++++++++
4 files changed, 46 insertions(+), 6 deletions(-)