commit | 5cbc7ca987fb3f293203dc14a6c53b91b7c978a5 | [log] [tgz] |
---|---|---|
author | Matthias Brugger <matthias.bgg@gmail.com> | Thu Jan 24 13:40:41 2013 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sat Jan 26 17:00:04 2013 +0800 |
tree | 39e1e84db700dae73cbbe73b4b5fb342a39c2848 | |
parent | 18dd6199fa4527229cede5784244b6eb37a21d62 [diff] |
spi: spi-omap2-mcspi.c: Toggle CS after each word 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>