Re: [PATCH 1/3] mtd: spi nor: add support for dual and quad bit transfers

2020-12-01 Thread Jean Pihet
Hi Pratyush, On Mon, Nov 30, 2020 at 1:37 PM Pratyush Yadav wrote: > > Hi Jean, > > On 29/11/20 11:39AM, Jean Pihet wrote: > > Use the flags field of the SPI slave struct to pass the dual and quad > > read properties, from the SPI NOR layer to the low level driver. > > Tested with TI QSPI in 1, 2

Re: [PATCH 1/3] mtd: spi nor: add support for dual and quad bit transfers

2020-11-30 Thread Pratyush Yadav
Hi Jean, On 29/11/20 11:39AM, Jean Pihet wrote: > Use the flags field of the SPI slave struct to pass the dual and quad > read properties, from the SPI NOR layer to the low level driver. > Tested with TI QSPI in 1, 2 and 4 bits modes. > > Signed-off-by: Jean Pihet > --- > drivers/mtd/spi/spi-no

[PATCH 1/3] mtd: spi nor: add support for dual and quad bit transfers

2020-11-29 Thread Jean Pihet
Use the flags field of the SPI slave struct to pass the dual and quad read properties, from the SPI NOR layer to the low level driver. Tested with TI QSPI in 1, 2 and 4 bits modes. Signed-off-by: Jean Pihet --- drivers/mtd/spi/spi-nor-core.c | 34 +++--- drivers/spi/s