mbox series

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

Message ID 20200319193925.19656-1-ulf.hansson@linaro.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] MMC fixes for v5.6-rc7 | expand

Pull-request

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

Message

Ulf Hansson March 19, 2020, 7:39 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org March 19, 2020, 7:50 p.m. UTC | #1
The pull request you sent on Thu, 19 Mar 2020 20:39:25 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6c90b86a745a446717fdf408c4a8a4631a5e8ee3

Thank you!