RE: [PATCH v2] mmc: fsl_esdhc_imx: check the clock stable status after config the clock rate.

2020-08-27 Thread Peng Fan
> Subject: [PATCH v2] mmc: fsl_esdhc_imx: check the clock stable status after > config the clock rate. > > From: Haibo Chen > > Currently, after config the clock rate, delay 10ms, this is quite a rough > method. > Check the clock stable status in the present s

[PATCH v2] mmc: fsl_esdhc_imx: check the clock stable status after config the clock rate.

2020-08-27 Thread haibo . chen
From: Haibo Chen Currently, after config the clock rate, delay 10ms, this is quite a rough method. Check the clock stable status in the present status register is enough. Tested-by: Ji Luo Signed-off-by: Haibo Chen --- drivers/mmc/fsl_esdhc_imx.c | 7 ++- 1 file changed, 6 insertions(+),