[U-Boot] [PATCH v2 1/6] sf: Fix look for the fastest read command
Simon Glass
sjg at chromium.org
Sun Dec 14 06:35:44 CET 2014
On 12 December 2014 at 07:06, Jagannadha Sutradharudu Teki
<jagannadh.teki at 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
> controllers.
>
> Signed-off-by: Jagannadha Sutradharudu Teki <jagannadh.teki at gmail.com>
> Tested-by: Bin Meng <bmeng.cn at gmail.com>
> ---
> drivers/mtd/spi/sf_internal.h | 13 +++---
> drivers/mtd/spi/sf_params.c | 102 +++++++++++++++++++++---------------------
> drivers/mtd/spi/sf_probe.c | 1 +
> 3 files changed, 60 insertions(+), 56 deletions(-)
Applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list