mbox series

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

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

Pull-request

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

Message

Ulf Hansson March 13, 2020, 12:32 p.m. UTC
Hi Linus,

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

  mmc: sdhci-pci-gli: Enable MSI interrupt for GL975x (2020-03-04 15:41:22 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 18d200460cd73636d4f20674085c39e32b4e0097:

  mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for eMMC sleep command (2020-03-12 13:36:55 +0100)

----------------------------------------------------------------
MMC core:
 - Fix HW busy detection support for host controllers requiring the
   MMC_RSP_BUSY response flag (R1B) to be set for the command. In
   particular for CMD6 (eMMC), erase/trim/discard (SD/eMMC) and CMD5
   (eMMC sleep).

MMC host:
 - sdhci-omap|tegra: Fix support for HW busy detection

----------------------------------------------------------------
Ulf Hansson (5):
      mmc: core: Allow host controllers to require R1B for CMD6
      mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for erase/trim/discard
      mmc: sdhci-omap: Fix busy detection by enabling MMC_CAP_NEED_RSP_BUSY
      mmc: sdhci-tegra: Fix busy detection by enabling MMC_CAP_NEED_RSP_BUSY
      mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for eMMC sleep command

 drivers/mmc/core/core.c        | 5 ++++-
 drivers/mmc/core/mmc.c         | 7 +++++--
 drivers/mmc/core/mmc_ops.c     | 6 ++++--
 drivers/mmc/host/sdhci-omap.c  | 3 +++
 drivers/mmc/host/sdhci-tegra.c | 3 +++
 include/linux/mmc/host.h       | 1 +
 6 files changed, 20 insertions(+), 5 deletions(-)

Comments

pr-tracker-bot@kernel.org March 13, 2020, 8:25 p.m. UTC | #1
The pull request you sent on Fri, 13 Mar 2020 13:32:02 +0100:

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

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

Thank you!