mbox series

[0/3] spi: SPI_CS_WORD followup

Message ID 20180918170850.2749-1-david@lechnology.com (mailing list archive)
Headers show
Series spi: SPI_CS_WORD followup | expand

Message

David Lechner Sept. 18, 2018, 5:08 p.m. UTC
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@lechnology.com/

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(-)