Re: [U-Boot] [PATCH 1/4] sf: Fix look for the fastest read command

2014-12-10 Thread Bin Meng
Hi Jagan, On Tue, Dec 9, 2014 at 11:29 PM, Jagannadha Sutradharudu Teki jagannadh.t...@gmail.com wrote: Few of the spi controllers are only supports array slow read which is quite different behaviour compared to others. So this fix on sf will correctly handle the slow read supported

[U-Boot] [PATCH 1/4] sf: Fix look for the fastest read command

2014-12-09 Thread Jagannadha Sutradharudu Teki
Few of the spi controllers are only supports array slow read which is quite different behaviour compared to others. So this fix on sf will correctly handle the slow read supported controllers. Signed-off-by: Jagannadha Sutradharudu Teki jagannadh.t...@gmail.com --- drivers/mtd/spi/sf_internal.h