Re: [U-Boot] [PATCH V4 3/9] DWMMC: Initialise dwmci and resolve EMMC read write issues

2013-01-15 Thread Amarendra Reddy
Hi Jaehoon, On 11 January 2013 09:31, Jaehoon Chung wrote: > On 01/11/2013 12:26 AM, Simon Glass wrote: > > Hi Amar, > > > > On Fri, Jan 4, 2013 at 1:34 AM, Amar wrote: > >> This patch enumerates dwmci and set auto stop command during > >> dwmci initialisation. > >> EMMC read/write is not happ

Re: [U-Boot] [PATCH V4 3/9] DWMMC: Initialise dwmci and resolve EMMC read write issues

2013-01-10 Thread Simon Glass
Hi Jaehoon, On Thu, Jan 10, 2013 at 8:01 PM, Jaehoon Chung wrote: > On 01/11/2013 12:26 AM, Simon Glass wrote: >> Hi Amar, >> >> On Fri, Jan 4, 2013 at 1:34 AM, Amar wrote: >>> This patch enumerates dwmci and set auto stop command during >>> dwmci initialisation. >>> EMMC read/write is not happe

Re: [U-Boot] [PATCH V4 3/9] DWMMC: Initialise dwmci and resolve EMMC read write issues

2013-01-10 Thread Jaehoon Chung
On 01/11/2013 12:26 AM, Simon Glass wrote: > Hi Amar, > > On Fri, Jan 4, 2013 at 1:34 AM, Amar wrote: >> This patch enumerates dwmci and set auto stop command during >> dwmci initialisation. >> EMMC read/write is not happening in current implementation >> due to improper fifo size computation. He

Re: [U-Boot] [PATCH V4 3/9] DWMMC: Initialise dwmci and resolve EMMC read write issues

2013-01-10 Thread Simon Glass
Hi Amar, On Fri, Jan 4, 2013 at 1:34 AM, Amar wrote: > This patch enumerates dwmci and set auto stop command during > dwmci initialisation. > EMMC read/write is not happening in current implementation > due to improper fifo size computation. Hence Modified the fifo size > computation to resolve E

[U-Boot] [PATCH V4 3/9] DWMMC: Initialise dwmci and resolve EMMC read write issues

2013-01-04 Thread Amar
This patch enumerates dwmci and set auto stop command during dwmci initialisation. EMMC read/write is not happening in current implementation due to improper fifo size computation. Hence Modified the fifo size computation to resolve EMMC read write issues. Changes from V1: 1)Created the ma