[PATCH v2] mmc: fsl_esdhc_imx: add wait_dat0() support

2020-12-08 Thread sbabic
> From: Haibo Chen > Add wait_dat0() support, upper layer will use this callback. > Signed-off-by: Haibo Chen > Reviewed-by: Jaehoon Chung Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software

Re: [PATCH v2] mmc: fsl_esdhc_imx: add wait_dat0() support

2020-11-04 Thread Jaehoon Chung
Dear Haibo, On 11/5/20 3:57 PM, haibo.c...@nxp.com wrote: > From: Haibo Chen > > Add wait_dat0() support, upper layer will use this callback. > > Signed-off-by: Haibo Chen Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > drivers/mmc/fsl_esdhc_imx.c | 15 +++ > 1

[PATCH v2] mmc: fsl_esdhc_imx: add wait_dat0() support

2020-11-04 Thread haibo . chen
From: Haibo Chen Add wait_dat0() support, upper layer will use this callback. Signed-off-by: Haibo Chen --- drivers/mmc/fsl_esdhc_imx.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/mmc/fsl_esdhc_imx.c b/drivers/mmc/fsl_esdhc_imx.c index 22040c67a8..29592d1f2c 10

[PATCH v2] mmc: fsl_esdhc_imx: add wait_dat0() support

2020-11-02 Thread haibo . chen
From: Haibo Chen Add wait_dat0() support, upper layer will use this callback. Signed-off-by: Haibo Chen --- drivers/mmc/fsl_esdhc_imx.c | 23 +++ 1 file changed, 23 insertions(+) diff --git a/drivers/mmc/fsl_esdhc_imx.c b/drivers/mmc/fsl_esdhc_imx.c index 22040c67a8..3843d