Re: [U-Boot] [U-Boot,v2 6/6] sf: Set QUAD enable bit support

2013-01-31 Thread Jagan Teki
Hi Simon, On Fri, Feb 1, 2013 at 10:00 AM, Simon Glass wrote: > Hi, > > On Thu, Jan 31, 2013 at 10:49 AM, Jagan Teki wrote: >> Hi Mike/Simon, >> >> Any further comments on this. > > No further comment. It looks OK to me. > > For all the other patches, it might be worth putting them in a single >

Re: [U-Boot] [U-Boot,v2 6/6] sf: Set QUAD enable bit support

2013-01-31 Thread Simon Glass
Hi, On Thu, Jan 31, 2013 at 10:49 AM, Jagan Teki wrote: > Hi Mike/Simon, > > Any further comments on this. No further comment. It looks OK to me. For all the other patches, it might be worth putting them in a single series and sending them again once comments are addressed. Acked-by: Simon Gla

Re: [U-Boot] [U-Boot,v2 6/6] sf: Set QUAD enable bit support

2013-01-31 Thread Jagan Teki
Hi Mike/Simon, Any further comments on this. I have tested on real h/w target as well. Thanks, Jagan. On Sun, Dec 23, 2012 at 11:23 PM, Jagan Teki wrote: > Tested on real hardware, works fine. > > Tested-by: Jagannadha Sutradharudu Teki > > Thanks, > Jagan. > > On Wed, Dec 19, 2012 at 9:57 PM

Re: [U-Boot] [U-Boot,v2 6/6] sf: Set QUAD enable bit support

2012-12-23 Thread Jagan Teki
Tested on real hardware, works fine. Tested-by: Jagannadha Sutradharudu Teki Thanks, Jagan. On Wed, Dec 19, 2012 at 9:57 PM, Jagannadha Sutradharudu Teki wrote: > This patch provides support to set the QUAD enable bit on flash. > > QUAD enable bit needs to set before performing any QUAD IO ope

[U-Boot] [U-Boot,v2 6/6] sf: Set QUAD enable bit support

2012-12-19 Thread Jagannadha Sutradharudu Teki
This patch provides support to set the QUAD enable bit on flash. QUAD enable bit needs to set before performing any QUAD IO operations on respective SPI flashes. User need to use spi_flash_set_quad_enable_bit() to set the QUAD enable bit based on their usage. Signed-off-by: Jagannadha Sutradharu