spi: spi-omap2-mcspi.c: Toggle CS after each word
authorMatthias Brugger <matthias.bgg@gmail.com>
Thu, 24 Jan 2013 12:40:41 +0000 (13:40 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 26 Jan 2013 09:00:04 +0000 (17:00 +0800)
This patch allows the board code to define SPI devices which needs to
toggle the chip select after every word send. This is needed to get a
better resolution reading e.g. an ADC data stream.
Apart from that, as in the normal code CS is controlled by software,
a transfer is done much faster.

Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found