Re: [U-Boot] [PATCH V2] MMC: DWMMC: Add DWMMC driver

2012-08-30 Thread Andy Fleming
On Thu, Jun 14, 2012 at 6:36 AM, Jaehoon Chung wrote: > Hi Rajeshwari, > > This patch has too many dependence with other patches. > (Pinmux and PeripID, patches for MSHCI setting). > And as i mentioned, designWare controller isn't exynos specific. > > I think good that separate two files. (dw_mmc.

Re: [U-Boot] [PATCH V2] MMC: DWMMC: Add DWMMC driver

2012-06-15 Thread Rajeshwari Birje
Hi Jaehoon Chung, Thank you for comments. On Thu, Jun 14, 2012 at 7:06 PM, Jaehoon Chung wrote: > Hi Rajeshwari, > > This patch has too many dependence with other patches. > (Pinmux and PeripID, patches for MSHCI setting). > And as i mentioned, designWare controller isn't exynos specific. > > I

Re: [U-Boot] [PATCH V2] MMC: DWMMC: Add DWMMC driver

2012-06-14 Thread Jaehoon Chung
Hi Rajeshwari, This patch has too many dependence with other patches. (Pinmux and PeripID, patches for MSHCI setting). And as i mentioned, designWare controller isn't exynos specific. I think good that separate two files. (dw_mmc.c and exynos_dw_mmc.c) Like this...dw_mmc.c is generic code and exy

Re: [U-Boot] [PATCH V2] MMC: DWMMC: Add DWMMC driver

2012-06-12 Thread Rajeshwari Birje
Hi Chander, Thank you for comments will do the correction. Regards, Rajeshwari Shinde. On Tue, Jun 12, 2012 at 11:44 AM, Chander Kashyap wrote: > Hi, > > On 11 June 2012 19:26, Rajeshwari Birje wrote: >> Hi  All, >> >> ccing Jaehoon Chung >> >> Regards, >> Rajeshwari Shinde. >> >> >> On Mon, J

Re: [U-Boot] [PATCH V2] MMC: DWMMC: Add DWMMC driver

2012-06-12 Thread Rajeshwari Birje
Hi Jaehoon Chung, Yes you need to apply the following patchset http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132754 Regards, Rajeshwari Shinde. On Tue, Jun 12, 2012 at 2:07 PM, Jaehoon Chung wrote: > Hi Rajeshwari, > > Before applied this patch, it must apply your patch for PINMUX. r

Re: [U-Boot] [PATCH V2] MMC: DWMMC: Add DWMMC driver

2012-06-12 Thread Jaehoon Chung
Hi Rajeshwari, Before applied this patch, it must apply your patch for PINMUX. right? Best Regards, Jaehoon Chung On 06/12/2012 03:14 PM, Chander Kashyap wrote: > Hi, > > On 11 June 2012 19:26, Rajeshwari Birje wrote: >> Hi All, >> >> ccing Jaehoon Chung >> >> Regards, >> Rajeshwari Shinde.

Re: [U-Boot] [PATCH V2] MMC: DWMMC: Add DWMMC driver

2012-06-11 Thread Chander Kashyap
Hi, On 11 June 2012 19:26, Rajeshwari Birje wrote: > Hi  All, > > ccing Jaehoon Chung > > Regards, > Rajeshwari Shinde. > > > On Mon, Jun 11, 2012 at 6:18 PM, Rajeshwari Shinde > wrote: >> Add DWMMC driver support and resgister description for same. >> >> Signed-off-by: Alim Akhtar >> Signed-of

Re: [U-Boot] [PATCH V2] MMC: DWMMC: Add DWMMC driver

2012-06-11 Thread Rajeshwari Birje
Hi All, ccing Jaehoon Chung Regards, Rajeshwari Shinde. On Mon, Jun 11, 2012 at 6:18 PM, Rajeshwari Shinde wrote: > Add DWMMC driver support and resgister description for same. > > Signed-off-by: Alim Akhtar > Signed-off-by: Terry Lambert > Signed-off-by: Rajeshwari Shinde > --- > Changes

[U-Boot] [PATCH V2] MMC: DWMMC: Add DWMMC driver

2012-06-11 Thread Rajeshwari Shinde
Add DWMMC driver support and resgister description for same. Signed-off-by: Alim Akhtar Signed-off-by: Terry Lambert Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Incorporated comments from Jaehung Chung. - Renamed MSHCI to DWMMC through out the driver. - Renamed