On Thu, 26 Mar 2020 at 03:51, Sasha Levin sashal@kernel.org wrote:
On Tue, Mar 24, 2020 at 07:06:45PM +0100, Ulf Hansson wrote:
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(-)
I've queued this, the 5.4, and the 4.19 series. Thanks!
Hi Sasha,
I've tested all three kernels, but replied to 5.5 and 5.4 with "Tested-by". I did not reply "Tested-by" on 4.19 because I did not get a good result there. I'm investigating why it did not boot. I'm not sure if you should apply the patches yet to 4.19, and if you do, please do not add my "Tested-by" on 4.19.
Cheers, Anders