Re: [U-Boot] [PATCH] mmc: sdhci: Add the programmable clock mode support

2016-08-21 Thread Jaehoon Chung
Hi Wenyou, On 08/16/2016 10:02 AM, Jaehoon Chung wrote: > Hi Andreas, > > On 08/15/2016 01:17 AM, Andreas Bießmann wrote: >> Dear Pantelis, >> >> On 20.06.16 03:58, Wenyou Yang wrote: >>> Add the programmable clock mode for the clock generator. >>> Sorry for reviewing too late. First, this

Re: [U-Boot] [PATCH] mmc: sdhci: Add the programmable clock mode support

2016-08-15 Thread Jaehoon Chung
Hi Andreas, On 08/15/2016 01:17 AM, Andreas Bießmann wrote: > Dear Pantelis, > > On 20.06.16 03:58, Wenyou Yang wrote: >> Add the programmable clock mode for the clock generator. >> > > this one is delegated to me, but I think it is out of my scope. Could > you please have a look? I will be

Re: [U-Boot] [PATCH] mmc: sdhci: Add the programmable clock mode support

2016-08-14 Thread Andreas Bießmann
Dear Pantelis, On 20.06.16 03:58, Wenyou Yang wrote: > Add the programmable clock mode for the clock generator. > this one is delegated to me, but I think it is out of my scope. Could you please have a look? Andreas > Signed-off-by: Wenyou Yang > --- > >

[U-Boot] [PATCH] mmc: sdhci: Add the programmable clock mode support

2016-06-19 Thread Wenyou Yang
Add the programmable clock mode for the clock generator. Signed-off-by: Wenyou Yang --- drivers/mmc/sdhci.c | 49 +++-- include/sdhci.h | 15 +++ 2 files changed, 54 insertions(+), 10 deletions(-) diff --git