Re: [U-Boot] [PATCH v9 11/21] spi: Add spi_write_then_read

2016-11-05 Thread Simon Glass
On 30 October 2016 at 12:23, Jagan Teki wrote: > Add support for SPI synchronous write followed by read, > this is common interface call from spi-nor to spi drivers. > > Signed-off-by: Jagan Teki > --- > drivers/spi/spi-uclass.c | 24

[U-Boot] [PATCH v9 11/21] spi: Add spi_write_then_read

2016-10-30 Thread Jagan Teki
Add support for SPI synchronous write followed by read, this is common interface call from spi-nor to spi drivers. Signed-off-by: Jagan Teki --- drivers/spi/spi-uclass.c | 24 include/spi.h| 20 2 files changed, 44