Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mmc: sdhci-of-dwcmshc: set MMC_CAP_WAIT_WHILE_BUSY

The host supports HW busy detection of the device busy signaling over
dat0 line. Set MMC_CAP_wAIT_WHILE_BUSY host capability.

Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
Link: https://lore.kernel.org/r/20210324154703.69f97fde@xhacker.debian
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

authored by

Jisheng Zhang and committed by
Ulf Hansson
57ac3084 34884c4f

+2
+2
drivers/mmc/host/sdhci-of-dwcmshc.c
··· 416 416 goto err_clk; 417 417 } 418 418 419 + host->mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY; 420 + 419 421 err = sdhci_add_host(host); 420 422 if (err) 421 423 goto err_clk;