mbox series

[0/3] inter-word delays for spidev and spi-orion

Message ID cover.1551971833.git.jan.kundrat@cesnet.cz (mailing list archive)
Headers show
Series inter-word delays for spidev and spi-orion | expand

Message

Jan Kundrát March 7, 2019, 3:37 p.m. UTC
This builds on recent work by Jonas Bonn who added a generic way of
inserting interword delays into SPI transfers. I need that on a slave
connected to spi-orion and accessed via spidev, hence this patch series.

I also took the liberty to clean up the spi-orion from my previous, and
now obsolete, effort at moving per-child options into an extra struct.

Jan Kundrát (3):
  spi: spidev: Enable control of inter-word delays
  spi: orion: Support spi_xfer->word_delay_usecs
  Revert "spi: orion: Prepare space for per-child options"

 drivers/spi/spi-orion.c         | 22 +++++++++++-----------
 drivers/spi/spidev.c            |  4 +++-
 include/uapi/linux/spi/spidev.h |  6 +++++-
 3 files changed, 19 insertions(+), 13 deletions(-)