[GIT PULL] MMC fixes for v5.7-rc4
From: Ulf Hansson
Date: Thu Apr 30 2020 - 02:57:48 EST
Hi Linus,
Here's a PR with a couple of MMC fixes intended for v5.7-rc4. 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 ae83d0b416db002fe95601e7f97f64b59514d936:
Linux 5.7-rc2 (2020-04-19 14:35:30 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.7-rc2
for you to fetch changes up to 1a8eb6b373c2af6533c13d1ea11f504e5010ed9a:
mmc: sdhci-pci: Fix eMMC driver strength for BYT-based controllers (2020-04-22 17:57:17 +0200)
----------------------------------------------------------------
MMC host:
- meson-mx-sdio: Fix support for HW busy detection
- sdhci-msm: Fix support for HW busy detection
- cqhci: Fix polling loop by converting to readx_poll_timeout()
- sdhci-xenon: Fix annoying 1.8V regulator warning
- sdhci-pci: Fix eMMC driver strength for BYT-based controllers
----------------------------------------------------------------
Adrian Hunter (1):
mmc: sdhci-pci: Fix eMMC driver strength for BYT-based controllers
Douglas Anderson (1):
mmc: cqhci: Avoid false "cqhci: CQE stuck on" by not open-coding timeout loop
Jason Yan (1):
mmc: core: make mmc_interrupt_hpi() static
Marek BehÃn (1):
mmc: sdhci-xenon: fix annoying 1.8V regulator warning
Martin Blumenstingl (2):
mmc: meson-mx-sdio: Set MMC_CAP_WAIT_WHILE_BUSY
mmc: meson-mx-sdio: remove the broken ->card_busy() op
Veerabhadrarao Badiganti (1):
mmc: sdhci-msm: Enable host capabilities pertains to R1b response
drivers/mmc/core/mmc_ops.c | 2 +-
drivers/mmc/host/cqhci.c | 21 ++++++++++-----------
drivers/mmc/host/meson-mx-sdio.c | 11 +----------
drivers/mmc/host/sdhci-msm.c | 2 ++
drivers/mmc/host/sdhci-pci-core.c | 3 +++
drivers/mmc/host/sdhci-xenon.c | 10 ++++++++++
6 files changed, 27 insertions(+), 22 deletions(-)