[GIT PULL] MMC fixes for v5.15-rc5

From: Ulf Hansson
Date: Fri Oct 08 2021 - 04:45:20 EST


Hi Linus,

Here's a PR with a couple of MMC fixes intended for v5.15-rc5. 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 9e1ff307c779ce1f0f810c7ecce3d95bbae40896:

Linux 5.15-rc4 (2021-10-03 14:08:47 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8a38a4d51c5055d0201542e5ea3c0cb287f6e223:

mmc: meson-gx: do not use memcpy_to/fromio for dram-access-quirk (2021-10-06 17:23:28 +0200)

----------------------------------------------------------------
MMC host:
- meson-gx: Fix read/write access for dram-access-quirk
- sdhci-of-at91: Fix calibration sequence

----------------------------------------------------------------
Claudiu Beznea (2):
mmc: sdhci-of-at91: wait for calibration done before proceed
mmc: sdhci-of-at91: replace while loop with read_poll_timeout

Neil Armstrong (1):
mmc: meson-gx: do not use memcpy_to/fromio for dram-access-quirk

drivers/mmc/host/meson-gx-mmc.c | 73 ++++++++++++++++++++++++++++++++--------
drivers/mmc/host/sdhci-of-at91.c | 22 ++++++------
2 files changed, 70 insertions(+), 25 deletions(-)