Re: [PATCH] mmc: dw_mmc: Fix DDR mode support.

2011-08-11 Thread Chris Ball
Hi, On Thu, Aug 04 2011, Seungwon Jeon wrote: > Host driver can't get a hint of DDR mode through ios->ddr flag anymore. > ios->timing is currently used to inform DDR mode as a substitute. > And capability of MMC_CAP_MMC_HIGHSPEED is added for DDR support. > > Signed-off-by: Seungwon Jeon > --- >

RE: [PATCH] mmc: dw_mmc: Fix DDR mode support.

2011-08-07 Thread Seungwon Jeon
Jaehoon Chung wrote: > > Hi Seungwon > > This patch is looks fine to me.. > > Just ask to you...Don't you want to locate MMC_CAP_MMC_HIGHSPEED in > platdata? Thank you for your comment. Of course, I have considered appropriate location for MMC_CAP_MMC_HIGHSPEED. But it seems to be difficult to

Re: [PATCH] mmc: dw_mmc: Fix DDR mode support.

2011-08-05 Thread Jae hoon Chung
Hi Seungwon This patch is looks fine to me.. Just ask to you...Don't you want to locate MMC_CAP_MMC_HIGHSPEED in platdata? Regards, Jaehoon Chung 2011/8/5 Will Newton : > On Fri, Aug 5, 2011 at 4:35 AM, Seungwon Jeon wrote: >> Host driver can't get a hint of DDR mode through ios->ddr flag any

Re: [PATCH] mmc: dw_mmc: Fix DDR mode support.

2011-08-05 Thread Will Newton
On Fri, Aug 5, 2011 at 4:35 AM, Seungwon Jeon wrote: > Host driver can't get a hint of DDR mode through ios->ddr flag anymore. > ios->timing is currently used to inform DDR mode as a substitute. > And capability of MMC_CAP_MMC_HIGHSPEED is added for DDR support. > > Signed-off-by: Seungwon Jeon >