mbox series

[GIT,PULL] MMC fixes for v5.7-rc4

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.7-rc2

Message

Ulf Hansson April 30, 2020, 6:57 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org April 30, 2020, 11:50 p.m. UTC | #1
The pull request you sent on Thu, 30 Apr 2020 08:57:43 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.7-rc2

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

Thank you!