Re: [U-Boot] [PATCH v6 11/12] sf: Divide flash register ops from QEB code

2014-01-06 Thread Sourav Poddar
On Monday 06 January 2014 01:10 PM, Jagan Teki wrote: On Mon, Jan 6, 2014 at 12:39 PM, Sourav Poddar wrote: On Saturday 04 January 2014 08:34 PM, Jagannadha Sutradharudu Teki wrote: QEB code comprises of couple of flash register read/write operations, this patch moved flash register operations

Re: [U-Boot] [PATCH v6 11/12] sf: Divide flash register ops from QEB code

2014-01-05 Thread Jagan Teki
On Mon, Jan 6, 2014 at 12:39 PM, Sourav Poddar wrote: > On Saturday 04 January 2014 08:34 PM, Jagannadha Sutradharudu Teki wrote: >> >> QEB code comprises of couple of flash register read/write operations, >> this patch moved flash register operations on to sf_op >> >> Signed-off-by: Jagannadha Su

Re: [U-Boot] [PATCH v6 11/12] sf: Divide flash register ops from QEB code

2014-01-05 Thread Sourav Poddar
On Saturday 04 January 2014 08:34 PM, Jagannadha Sutradharudu Teki wrote: QEB code comprises of couple of flash register read/write operations, this patch moved flash register operations on to sf_op Signed-off-by: Jagannadha Sutradharudu Teki --- drivers/mtd/spi/sf_internal.h | 11 --- dr

[U-Boot] [PATCH v6 11/12] sf: Divide flash register ops from QEB code

2014-01-04 Thread Jagannadha Sutradharudu Teki
QEB code comprises of couple of flash register read/write operations, this patch moved flash register operations on to sf_op Signed-off-by: Jagannadha Sutradharudu Teki --- drivers/mtd/spi/sf_internal.h | 11 --- drivers/mtd/spi/sf_ops.c | 75 +++