[U-Boot] [PATCH 01/10] drivers: spi: allow limiting reads

Simon Glass sjg at chromium.org
Sat May 20 02:29:11 UTC 2017


On 18 May 2017 at 13:29, Álvaro Fernández Rojas <noltari at gmail.com> wrote:
> For some SPI controllers it's not possible to keep the CS active between
> transfers and they are limited to a known number of bytes.
> This splits spi_flash reads into different iterations in order to respect
> the SPI controller limits.
>
> Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
> ---
>  drivers/mtd/spi/spi_flash.c | 3 +++
>  include/spi.h               | 3 +++
>  2 files changed, 6 insertions(+)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list