This is a followup to the series "spi: introduce SPI_CS_WORD mode flag" [1] to address some review comments. - The first two patches handle the case for GPIO CS - The last patch is the IIO patch from the previous series with an expanded commit message. [1]: https://lore.kernel.org/lkml/20180913003920.30600-1-david@xxxxxxxxxxxxxx/ David Lechner (3): spi: always use software fallback for SPI_CS_WORD when using cs_gio spi: spi-davinci: Don't error when SPI_CS_WORD and cs_gpio iio: adc: ti-ads7950: use SPI_CS_WORD to reduce CPU usage drivers/iio/adc/ti-ads7950.c | 53 +++++++++++++++++++++--------------- drivers/spi/spi-davinci.c | 3 -- drivers/spi/spi.c | 6 ++-- 3 files changed, 35 insertions(+), 27 deletions(-) -- 2.17.1