Re: [PATCH] Fixes in TI QSPI driver to allow more than one flash chip

2018-03-26 Thread Vignesh R
On Thursday 22 March 2018 06:03 PM, Kwiatkowski, Arkadiusz wrote: > Add checking for which SPI device was memory-mapped to allow more than > one flash device being used on QSPI bus. Fix parameters order in > regmap_update_bits calls. > > Signed-off-by: Arkadiusz Kwiatkowski > --- Thanks for th

[PATCH] Fixes in TI QSPI driver to allow more than one flash chip

2018-03-22 Thread Kwiatkowski, Arkadiusz
Add checking for which SPI device was memory-mapped to allow more than one flash device being used on QSPI bus. Fix parameters order in regmap_update_bits calls. Signed-off-by: Arkadiusz Kwiatkowski --- drivers/spi/spi-ti-qspi.c | 22 +- 1 file changed, 13 insertions(+), 9 de