mbox series

[0/3] omap2-mcspi: Add slave mode support

Message ID 20181015063829.26978-1-vigneshr@ti.com (mailing list archive)
Headers show
Series omap2-mcspi: Add slave mode support | expand

Message

Vignesh Raghavendra Oct. 15, 2018, 6:38 a.m. UTC
This series add slave mode support for TI's McSPI controller.

Slave mode tested on Beagle Bone Black with SPI0 in master mode
connected to SPI1 in slave mode. Tested with slave-time,
slave-system-control and spidev as slave clients.

Master mode tested on AM335x ICEv2 with a SPI flash for regression.

Vignesh R (3):
  spi: omap2-mcspi: Switch to readl_poll_timeout()
  spi: omap2-mcspi: Set FIFO DMA trigger level to word length
  spi: omap2-mcspi: Add slave mode support

 drivers/spi/spi-omap2-mcspi.c | 177 +++++++++++++++++++++++++---------
 1 file changed, 131 insertions(+), 46 deletions(-)