
20 May
2017
20 May
'17
4:29 a.m.
On 18 May 2017 at 13:29, Álvaro Fernández Rojas noltari@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@gmail.com
drivers/mtd/spi/spi_flash.c | 3 +++ include/spi.h | 3 +++ 2 files changed, 6 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org