Re: [PATCH] mmc: sdhci-of-dwcmshc: set MMC_CAP_WAIT_WHILE_BUSY

2021-03-24 Thread Ulf Hansson
On Wed, 24 Mar 2021 at 08:47, Jisheng Zhang wrote: > > 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 Applied for next, thanks! Kind regards Uffe > --- >

[PATCH] mmc: sdhci-of-dwcmshc: set MMC_CAP_WAIT_WHILE_BUSY

2021-03-24 Thread Jisheng Zhang
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 --- drivers/mmc/host/sdhci-of-dwcmshc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/mmc/host/sdhci-of-dwcmshc.c