Re: [RFC 2/7] mmc: fsl_esdhc_imx: add ofdata_to_platdata support

2020-04-07 Thread Walter Lozano
Hi Simon, On 6/4/20 00:42, Simon Glass wrote: Hi Walter On Sun, 29 Mar 2020 at 21:32, Walter Lozano wrote: All of these commits need a commit message please. Thank you for pointing it. Signed-off-by: Walter Lozano --- drivers/mmc/fsl_esdhc_imx.c | 71

Re: [RFC 2/7] mmc: fsl_esdhc_imx: add ofdata_to_platdata support

2020-04-05 Thread Simon Glass
Hi Walter On Sun, 29 Mar 2020 at 21:32, Walter Lozano wrote: > All of these commits need a commit message please. > Signed-off-by: Walter Lozano > --- > drivers/mmc/fsl_esdhc_imx.c | 71 ++--- > 1 file changed, 42 insertions(+), 29 deletions(-) > Reviewed-by:

[RFC 2/7] mmc: fsl_esdhc_imx: add ofdata_to_platdata support

2020-03-29 Thread Walter Lozano
Signed-off-by: Walter Lozano --- drivers/mmc/fsl_esdhc_imx.c | 71 ++--- 1 file changed, 42 insertions(+), 29 deletions(-) diff --git a/drivers/mmc/fsl_esdhc_imx.c b/drivers/mmc/fsl_esdhc_imx.c index 761a4b46e9..049a1b6ea8 100644 --- a/drivers/mmc/fsl_esdhc_imx.c