Re: [U-Boot] [PATCH V2 15/23] mmc: fsl_esdhc: support i.MX8M

2017-12-16 Thread Fabio Estevam
On Mon, Dec 4, 2017 at 2:31 AM, Peng Fan wrote: > Support i.MX8M in fsl esdhc driver. > > Signed-off-by: Peng Fan Reviewed-by: Fabio Estevam ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH V2 15/23] mmc: fsl_esdhc: support i.MX8M

2017-12-07 Thread Stefano Babic
On 04/12/2017 05:31, Peng Fan wrote: > Support i.MX8M in fsl esdhc driver. > > Signed-off-by: Peng Fan > --- > drivers/mmc/fsl_esdhc.c | 12 > 1 file changed, 8 insertions(+), 4 deletions(-) > > diff --git a/drivers/mmc/fsl_esdhc.c b/drivers/mmc/fsl_esdhc.c > index 499d622c6d..3a56

[U-Boot] [PATCH V2 15/23] mmc: fsl_esdhc: support i.MX8M

2017-12-03 Thread Peng Fan
Support i.MX8M in fsl esdhc driver. Signed-off-by: Peng Fan --- drivers/mmc/fsl_esdhc.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/drivers/mmc/fsl_esdhc.c b/drivers/mmc/fsl_esdhc.c index 499d622c6d..3a56f7c2bc 100644 --- a/drivers/mmc/fsl_esdhc.c +++ b/drive