Home
last modified time | relevance | path

Searched hist:e145ac451eb68b51e0ede4c131bd5a539fb675b6 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mmc/host/
H A Dsdhci-of-esdhc.cdiff e145ac451eb68b51e0ede4c131bd5a539fb675b6 Wed Apr 26 04:45:49 CEST 2017 yangbo lu <yangbo.lu@nxp.com> mmc: sdhci-of-esdhc: poll ESDHC_CLOCK_STABLE bit with udelay

The loop to poll ESDHC_CLOCK_STABLE bit with mdelay would waste time
because the time to stabilize is much less than 1 ms. This patch is
to use udelay instead to avoid time wasting.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>