Re: [U-Boot] [PATCH] MMC: DWMMC: Correct the CLKDIV register value

2013-09-26 Thread Rajeshwari Birje
Hi Pantelis, If Jaehoon Chung has no comments we can go with the same patch. @Jaehoon: do let me know if any better suggestions. Regards, Rajeshwari On Tue, Sep 17, 2013 at 8:57 PM, Pantelis Antoniou wrote: > Hi Rajesh, > > I guess we wait for an updated patch here? > > Regards > > -- Pantelis

Re: [U-Boot] [PATCH] MMC: DWMMC: Correct the CLKDIV register value

2013-09-17 Thread Pantelis Antoniou
Hi Rajesh, I guess we wait for an updated patch here? Regards -- Pantelis On Sep 11, 2013, at 4:25 PM, Rajeshwari Birje wrote: > Hi Jaehoon Chung, > > Thank you for comments, > > > > On Wed, Sep 11, 2013 at 11:31 AM, Jaehoon Chung > wrote: >> On 09/11/2013 02:28 PM, Rajeshwari Birje wrot

Re: [U-Boot] [PATCH] MMC: DWMMC: Correct the CLKDIV register value

2013-09-11 Thread Rajeshwari Birje
Hi Jaehoon Chung, Thank you for comments, On Wed, Sep 11, 2013 at 11:31 AM, Jaehoon Chung wrote: > On 09/11/2013 02:28 PM, Rajeshwari Birje wrote: >> Hi All, >> >> Please do let me know if any comments on the same. >> >> Regards, >> Rajeshwari Shinde. >> >> On Thu, Aug 29, 2013 at 4:34 PM, Raj

Re: [U-Boot] [PATCH] MMC: DWMMC: Correct the CLKDIV register value

2013-09-10 Thread Jaehoon Chung
On 09/11/2013 02:28 PM, Rajeshwari Birje wrote: > Hi All, > > Please do let me know if any comments on the same. > > Regards, > Rajeshwari Shinde. > > On Thu, Aug 29, 2013 at 4:34 PM, Rajeshwari Birje > wrote: >> CCing the MMC Maintainer. >> >> On Thu, Aug 29, 2013 at 4:22 PM, Rajeshwari S Shin

Re: [U-Boot] [PATCH] MMC: DWMMC: Correct the CLKDIV register value

2013-09-10 Thread Rajeshwari Birje
Hi All, Please do let me know if any comments on the same. Regards, Rajeshwari Shinde. On Thu, Aug 29, 2013 at 4:34 PM, Rajeshwari Birje wrote: > CCing the MMC Maintainer. > > On Thu, Aug 29, 2013 at 4:22 PM, Rajeshwari S Shinde > wrote: >> This patch corrects the divider value written to CLKD

Re: [U-Boot] [PATCH] MMC: DWMMC: Correct the CLKDIV register value

2013-09-01 Thread Rajeshwari Birje
Hi Simon, On Thu, Aug 29, 2013 at 8:31 PM, Simon Glass wrote: > On Thu, Aug 29, 2013 at 5:04 AM, Rajeshwari Birje > wrote: >> CCing the MMC Maintainer. >> >> On Thu, Aug 29, 2013 at 4:22 PM, Rajeshwari S Shinde >> wrote: >>> This patch corrects the divider value written to CLKDIV register. >>>

Re: [U-Boot] [PATCH] MMC: DWMMC: Correct the CLKDIV register value

2013-08-29 Thread Simon Glass
On Thu, Aug 29, 2013 at 5:04 AM, Rajeshwari Birje wrote: > CCing the MMC Maintainer. > > On Thu, Aug 29, 2013 at 4:22 PM, Rajeshwari S Shinde > wrote: >> This patch corrects the divider value written to CLKDIV register. >> Since SDCLKIN is divided inside controller by the DIVRATIO value set >> in

Re: [U-Boot] [PATCH] MMC: DWMMC: Correct the CLKDIV register value

2013-08-29 Thread Rajeshwari Birje
CCing the MMC Maintainer. On Thu, Aug 29, 2013 at 4:22 PM, Rajeshwari S Shinde wrote: > This patch corrects the divider value written to CLKDIV register. > Since SDCLKIN is divided inside controller by the DIVRATIO value set > in the CLKSEL register, we need to use the same output clock value to

[U-Boot] [PATCH] MMC: DWMMC: Correct the CLKDIV register value

2013-08-29 Thread Rajeshwari S Shinde
This patch corrects the divider value written to CLKDIV register. Since SDCLKIN is divided inside controller by the DIVRATIO value set in the CLKSEL register, we need to use the same output clock value to calculate the CLKDIV value. as per user manual: cclk_in = SDCLKIN / (DIVRATIO + 1) Input para