Vignesh R 57c2ecd9bf spi: spi-ti-qspi: switch to polling mode for better r/w performance
Currently word completion interrupt is fired for transfer of every
word(8bit to 128bit in size). This adds a lot of overhead, and decreases
r/w throughput. It hardly takes 3us(@48MHz) for 128bit r/w to complete,
hence its better to poll on word complete bit to be set in
QSPI_SPI_STATUS_REG instead of using interrupts.
This increases the throughput by 30% in both read and write case.

So, switch to polling mode instead of interrupts to determine completion
of word transfer.

Signed-off-by: Vignesh R <vigneshr@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2015-10-16 19:08:06 +01:00
..
2015-08-10 19:07:04 +01:00
2014-12-22 15:32:42 +00:00
2015-07-24 16:08:55 +01:00
2015-03-17 12:15:22 +00:00
2014-12-22 15:32:42 +00:00
2015-03-17 12:15:22 +00:00
2014-12-14 16:10:09 -08:00