Re: [U-Boot] [PATCH V5 03/10] DWMMC: Initialise dwmci and resolve EMMC read write issues

2013-01-28 Thread Amarendra Reddy
Hi Simon, Please find the response below. Thanks & Regards Amarendra On 23 January 2013 05:55, Simon Glass wrote: > On Mon, Jan 21, 2013 at 3:43 AM, Amar wrote: > > This patch enumerates dwmci and set auto stop command during > > dwmci initialisation. > > EMMC read/write is not happening in c

Re: [U-Boot] [PATCH V5 03/10] DWMMC: Initialise dwmci and resolve EMMC read write issues

2013-01-22 Thread Simon Glass
On Mon, Jan 21, 2013 at 3:43 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 EMMC read

Re: [U-Boot] [PATCH V5 03/10] DWMMC: Initialise dwmci and resolve EMMC read write issues

2013-01-21 Thread Jaehoon Chung
On 01/22/2013 02:55 PM, Amarendra Reddy wrote: > Hi Jaehoon, > The 'timeout' value cant be removed as it is being used. Sorry..i missed it. > > Thanks & Regards > Amarendra > > On 22 January 2013 08:14, Jaehoon Chung wrote: > >> Hi Amar, >> >> On 01/21/2013 08:43 PM, Amar wrote: >>> This patch

Re: [U-Boot] [PATCH V5 03/10] DWMMC: Initialise dwmci and resolve EMMC read write issues

2013-01-21 Thread Amarendra Reddy
Hi Jaehoon, The 'timeout' value cant be removed as it is being used. Thanks & Regards Amarendra On 22 January 2013 08:14, Jaehoon Chung wrote: > Hi Amar, > > On 01/21/2013 08:43 PM, Amar wrote: > > This patch enumerates dwmci and set auto stop command during > > dwmci initialisation. > > EMMC r

Re: [U-Boot] [PATCH V5 03/10] DWMMC: Initialise dwmci and resolve EMMC read write issues

2013-01-21 Thread Jaehoon Chung
Hi Amar, On 01/21/2013 08:43 PM, 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 EMMC read

[U-Boot] [PATCH V5 03/10] DWMMC: Initialise dwmci and resolve EMMC read write issues

2013-01-21 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. Signed-off-by: Amar --- Changes since V1