Re: [U-Boot] [U-Boot, v2 3/6] sf: Add status register reading 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 read a flash status register. > > Status register contains a control bits used to verify > the progr

[U-Boot] [U-Boot,v2 3/6] sf: Add status register reading support

2012-12-19 Thread Jagannadha Sutradharudu Teki
This patch provides support to read a flash status register. Status register contains a control bits used to verify the progress of flash program and erase operations. User need to get the data through spi_flash_cmd_read_status() based on their usage. Signed-off-by: Jagannadha Sutradharudu Teki