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

From: Ulf Hansson
Date: Thu Mar 19 2020 - 15:39:34 EST


Hi Linus,

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

Linux 5.6-rc6 (2020-03-15 15:01:23 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.6-rc6

for you to fetch changes up to 4686392c32361c97e8434adf9cc77ad7991bfa81:

mmc: rtsx_pci: Fix support for speed-modes that relies on tuning (2020-03-18 11:55:02 +0100)

----------------------------------------------------------------
MMC host:
- rtsx_pci: Fix support for some various speed modes
- sdhci-of-at91: Fix support for GPIO card detect on SAMA5D2
- sdhci-cadence: Fix support for DDR52 speed mode for eMMC on UniPhier
- sdhci-acpi: Fix broken WP support on Acer Aspire Switch 10
- sdhci-acpi: Workaround FW bug for suspend on Lenovo Miix 320

----------------------------------------------------------------
Hans de Goede (2):
mmc: sdhci-acpi: Switch signal voltage back to 3.3V on suspend on external microSD on Lenovo Miix 320
mmc: sdhci-acpi: Disable write protect detection on Acer Aspire Switch 10 (SW5-012)

Masahiro Yamada (1):
mmc: sdhci-cadence: set SDHCI_QUIRK2_PRESET_VALUE_BROKEN for UniPhier

MichaÅ MirosÅaw (1):
mmc: sdhci-of-at91: fix cd-gpios for SAMA5D2

Ricky Wu (1):
mmc: rtsx_pci: Fix support for speed-modes that relies on tuning

drivers/misc/cardreader/rts5227.c | 2 +-
drivers/misc/cardreader/rts5249.c | 2 +
drivers/misc/cardreader/rts5260.c | 2 +-
drivers/misc/cardreader/rts5261.c | 2 +-
drivers/mmc/host/rtsx_pci_sdmmc.c | 13 +++---
drivers/mmc/host/sdhci-acpi.c | 84 ++++++++++++++++++++++++++++++++++++++-
drivers/mmc/host/sdhci-cadence.c | 18 ++++++++-
drivers/mmc/host/sdhci-of-at91.c | 8 +++-
8 files changed, 117 insertions(+), 14 deletions(-)