[GIT PULL] MMC fixes for v5.10-rc8

From: Ulf Hansson
Date: Fri Dec 11 2020 - 03:58:20 EST


Hi Linus,

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

mmc: sdhci-of-arasan: Issue DLL reset explicitly (2020-11-17 12:44:44 +0100)

are available in the Git repository at:

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

for you to fetch changes up to c0d638a03bc5dfdb08fb95d0a79ecada25f40da8:

mmc: mediatek: mark PM functions as __maybe_unused (2020-12-04 15:35:54 +0100)

----------------------------------------------------------------
MMC core:
- Fixup condition for CMD13 polling for RPMB requests

MMC host:
- mtk-sd: Fix system suspend/resume support for CQHCI
- mtd-sd: Extend SDIO IRQ fix to more variants
- sdhci-of-arasan: Fix clock registration error for Keem Bay SOC
- tmio: Bring HW to a sane state after a power off

----------------------------------------------------------------
Arnd Bergmann (1):
mmc: mediatek: mark PM functions as __maybe_unused

Bean Huo (1):
mmc: block: Fixup condition for CMD13 polling for RPMB requests

Muhammad Husaini Zulkifli (1):
mmc: sdhci-of-arasan: Fix clock registration error for Keem Bay SOC

Wenbin Mei (1):
mmc: mediatek: Fix system suspend/resume support for CQHCI

Wolfram Sang (1):
mmc: tmio: improve bringing HW to a sane state with MMC_POWER_OFF

yong mao (1):
mmc: mediatek: Extend recheck_sdio_irq fix to more variants

drivers/mmc/core/block.c | 2 +-
drivers/mmc/host/mtk-sd.c | 39 +++++++++++++++++++++++++++-----------
drivers/mmc/host/sdhci-of-arasan.c | 3 +++
drivers/mmc/host/tmio_mmc_core.c | 6 +++---
4 files changed, 35 insertions(+), 15 deletions(-)