[GIT PULL] MMC fixes for v5.12-rc3

From: Ulf Hansson
Date: Fri Mar 12 2021 - 06:03:27 EST


Hi Linus,

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

Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.12-rc2

for you to fetch changes up to f06391c45e83f9a731045deb23df7cc3814fd795:

mmc: cqhci: Fix random crash when remove mmc module/card (2021-03-09 10:00:52 +0100)

----------------------------------------------------------------
MMC core:
- Fix partition switch time for eMMC

MMC host:
- mmci: Enforce R1B response to fix busy detection for the stm32 variants
- cqhci: Fix crash when removing mmc module/card

----------------------------------------------------------------
Adrian Hunter (1):
mmc: core: Fix partition switch time for eMMC

Frank Li (1):
mmc: cqhci: Fix random crash when remove mmc module/card

Yann Gautier (1):
mmc: mmci: Add MMC_CAP_NEED_RSP_BUSY for the stm32 variants

drivers/mmc/core/bus.c | 11 +++++------
drivers/mmc/core/mmc.c | 15 +++++++++++----
drivers/mmc/host/mmci.c | 10 +++++++++-
3 files changed, 25 insertions(+), 11 deletions(-)