Re: [U-Boot] [PATCH 02/10] drivers: spi: add config to consider command bytes when writting to flash

2017-05-30 Thread Álvaro Fernández Rojas
Hi Jagan, El 30/05/2017 a las 7:04, Jagan Teki escribió: > On Sat, May 20, 2017 at 1:36 PM, Álvaro Fernández Rojas > wrote: >> Hi Simon, >> >> El 20/05/2017 a las 4:29, Simon Glass escribió: >>> Hi Alvaro, >>> >>> On 18 May 2017 at 13:29, Álvaro Fernández Rojas

Re: [U-Boot] [PATCH 02/10] drivers: spi: add config to consider command bytes when writting to flash

2017-05-29 Thread Jagan Teki
On Sat, May 20, 2017 at 1:36 PM, Álvaro Fernández Rojas wrote: > Hi Simon, > > El 20/05/2017 a las 4:29, Simon Glass escribió: >> Hi Alvaro, >> >> On 18 May 2017 at 13:29, Álvaro Fernández Rojas wrote: >>> Command bytes are part of the written bytes and they

Re: [U-Boot] [PATCH 02/10] drivers: spi: add config to consider command bytes when writting to flash

2017-05-20 Thread Álvaro Fernández Rojas
Hi Simon, El 20/05/2017 a las 4:29, Simon Glass escribió: > Hi Alvaro, > > On 18 May 2017 at 13:29, Álvaro Fernández Rojas wrote: >> Command bytes are part of the written bytes and they should be taken into >> account when sending a spi transfer. >> >> Signed-off-by: Álvaro

Re: [U-Boot] [PATCH 02/10] drivers: spi: add config to consider command bytes when writting to flash

2017-05-19 Thread Simon Glass
Hi Alvaro, On 18 May 2017 at 13:29, Álvaro Fernández Rojas wrote: > Command bytes are part of the written bytes and they should be taken into > account when sending a spi transfer. > > Signed-off-by: Álvaro Fernández Rojas > --- >

[U-Boot] [PATCH 02/10] drivers: spi: add config to consider command bytes when writting to flash

2017-05-18 Thread Álvaro Fernández Rojas
Command bytes are part of the written bytes and they should be taken into account when sending a spi transfer. Signed-off-by: Álvaro Fernández Rojas --- drivers/mtd/spi/spi_flash.c | 2 +- drivers/spi/Kconfig | 3 +++ include/spi.h | 8 +++- 3 files