Re: [RFC 1/7] mmc: fsl_esdhc_imx: add OF_PLATDATA support

2020-04-21 Thread Simon Glass
Hi Walter, On Fri, 17 Apr 2020 at 14:05, Walter Lozano wrote: > > Hi Simon, > > On 9/4/20 16:50, Simon Glass wrote: > > Hi Walter, > > > > On Thu, 9 Apr 2020 at 13:44, Walter Lozano > > wrote: > >> Hi Simon, > >> > >> On 9/4/20 16:36, Simon Glass wrote: > >>> Hi Walter, > >>> > >>> On Thu, 9

Re: [RFC 1/7] mmc: fsl_esdhc_imx: add OF_PLATDATA support

2020-04-17 Thread Walter Lozano
Hi Simon, On 9/4/20 16:50, Simon Glass wrote: Hi Walter, On Thu, 9 Apr 2020 at 13:44, Walter Lozano wrote: Hi Simon, On 9/4/20 16:36, Simon Glass wrote: Hi Walter, On Thu, 9 Apr 2020 at 13:07, Walter Lozano wrote: Hi Simon, On 8/4/20 00:14, Simon Glass wrote: Hi Walter, On Tue, 7 Apr

Re: [RFC 1/7] mmc: fsl_esdhc_imx: add OF_PLATDATA support

2020-04-09 Thread Walter Lozano
On 9/4/20 16:50, Simon Glass wrote: Hi Walter, On Thu, 9 Apr 2020 at 13:44, Walter Lozano wrote: Hi Simon, On 9/4/20 16:36, Simon Glass wrote: Hi Walter, On Thu, 9 Apr 2020 at 13:07, Walter Lozano wrote: Hi Simon, On 8/4/20 00:14, Simon Glass wrote: Hi Walter, On Tue, 7 Apr 2020 at

Re: [RFC 1/7] mmc: fsl_esdhc_imx: add OF_PLATDATA support

2020-04-09 Thread Simon Glass
Hi Walter, On Thu, 9 Apr 2020 at 13:44, Walter Lozano wrote: > > Hi Simon, > > On 9/4/20 16:36, Simon Glass wrote: > > Hi Walter, > > > > On Thu, 9 Apr 2020 at 13:07, Walter Lozano > > wrote: > >> Hi Simon, > >> > >> On 8/4/20 00:14, Simon Glass wrote: > >>> Hi Walter, > >>> > >>> On Tue, 7

Re: [RFC 1/7] mmc: fsl_esdhc_imx: add OF_PLATDATA support

2020-04-09 Thread Walter Lozano
Hi Simon, On 9/4/20 16:36, Simon Glass wrote: Hi Walter, On Thu, 9 Apr 2020 at 13:07, Walter Lozano wrote: Hi Simon, On 8/4/20 00:14, Simon Glass wrote: Hi Walter, On Tue, 7 Apr 2020 at 14:05, Walter Lozano wrote: Hi Simon, Thank you for taking the time to review this series. On

Re: [RFC 1/7] mmc: fsl_esdhc_imx: add OF_PLATDATA support

2020-04-09 Thread Simon Glass
Hi Walter, On Thu, 9 Apr 2020 at 13:07, Walter Lozano wrote: > > Hi Simon, > > On 8/4/20 00:14, Simon Glass wrote: > > Hi Walter, > > > > On Tue, 7 Apr 2020 at 14:05, Walter Lozano > > wrote: > >> Hi Simon, > >> > >> Thank you for taking the time to review this series. > >> > >> On 6/4/20

Re: [RFC 1/7] mmc: fsl_esdhc_imx: add OF_PLATDATA support

2020-04-09 Thread Walter Lozano
Hi Simon, On 8/4/20 00:14, Simon Glass wrote: Hi Walter, On Tue, 7 Apr 2020 at 14:05, Walter Lozano wrote: Hi Simon, Thank you for taking the time to review this series. On 6/4/20 00:42, Simon Glass wrote: Hi Walter, On Sun, 29 Mar 2020 at 21:32, Walter Lozano wrote: Signed-off-by:

Re: [RFC 1/7] mmc: fsl_esdhc_imx: add OF_PLATDATA support

2020-04-07 Thread Simon Glass
Hi Walter, On Tue, 7 Apr 2020 at 14:05, Walter Lozano wrote: > > Hi Simon, > > Thank you for taking the time to review this series. > > On 6/4/20 00:42, Simon Glass wrote: > > Hi Walter, > > > > On Sun, 29 Mar 2020 at 21:32, Walter Lozano > > wrote: > >> Signed-off-by: Walter Lozano > >> --- >

Re: [RFC 1/7] mmc: fsl_esdhc_imx: add OF_PLATDATA support

2020-04-07 Thread Walter Lozano
Hi Simon, Thank you for taking the time to review this series. On 6/4/20 00:42, Simon Glass wrote: Hi Walter, On Sun, 29 Mar 2020 at 21:32, Walter Lozano wrote: Signed-off-by: Walter Lozano --- drivers/mmc/fsl_esdhc_imx.c | 46 + 1 file changed, 42

Re: [RFC 1/7] mmc: fsl_esdhc_imx: add OF_PLATDATA support

2020-04-05 Thread Simon Glass
Hi Walter, On Sun, 29 Mar 2020 at 21:32, Walter Lozano wrote: > > Signed-off-by: Walter Lozano > --- > drivers/mmc/fsl_esdhc_imx.c | 46 + > 1 file changed, 42 insertions(+), 4 deletions(-) > > diff --git a/drivers/mmc/fsl_esdhc_imx.c

[RFC 1/7] mmc: fsl_esdhc_imx: add OF_PLATDATA support

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