Re: [PATCH] spi: ti_qspi: Add support for CS other than CS0

2020-01-26 Thread Jagan Teki
On Wed, Dec 11, 2019 at 6:59 PM Vignesh Raghavendra wrote: > > Make sure corresponding setup registers are updated depending on CS. > This ensures that driver can support QSPI flashes on ChipSelects other > than on CS0 > > Reported-by: Andreas Dannenberg > Signed-off-by: Vignesh Raghavendra > --

[PATCH] spi: ti_qspi: Add support for CS other than CS0

2019-12-11 Thread Vignesh Raghavendra
Make sure corresponding setup registers are updated depending on CS. This ensures that driver can support QSPI flashes on ChipSelects other than on CS0 Reported-by: Andreas Dannenberg Signed-off-by: Vignesh Raghavendra --- drivers/spi/ti_qspi.c | 21 + 1 file changed, 13 ins