All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5.4.28 0/5] mmc: Fix some busy detect problems
@ 2020-03-24 18:07 Ulf Hansson
  2020-03-24 18:07 ` [PATCH 5.4.28 1/5] mmc: core: Allow host controllers to require R1B for CMD6 Ulf Hansson
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Ulf Hansson @ 2020-03-24 18:07 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Sasha Levin, stable
  Cc: linux-mmc, Ulf Hansson, Sowjanya Komatineni, Faiz Abbas,
	Anders Roxell, Naresh Kamboju

This series provides a couple of manually backported mmc changes that fixes some
busy detect issues, for a couple of mmc host drivers (sdhci-tegra|omap).

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: core: Respect MMC_CAP_NEED_RSP_BUSY for eMMC sleep command
  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

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

-- 
2.20.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-03-24 19:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-24 18:07 [PATCH 5.4.28 0/5] mmc: Fix some busy detect problems Ulf Hansson
2020-03-24 18:07 ` [PATCH 5.4.28 1/5] mmc: core: Allow host controllers to require R1B for CMD6 Ulf Hansson
2020-03-24 18:07 ` [PATCH 5.4.28 2/5] mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for erase/trim/discard Ulf Hansson
2020-03-24 18:07 ` [PATCH 5.4.28 3/5] mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for eMMC sleep command Ulf Hansson
2020-03-24 18:07 ` [PATCH 5.4.28 4/5] mmc: sdhci-omap: Fix busy detection by enabling MMC_CAP_NEED_RSP_BUSY Ulf Hansson
2020-03-24 18:07 ` [PATCH 5.4.28 5/5] mmc: sdhci-tegra: " Ulf Hansson
2020-03-24 19:33 ` [PATCH 5.4.28 0/5] mmc: Fix some busy detect problems Anders Roxell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.