spi: spidev: use spi_sync instead of spi_async
authorMartin Sperl <kernel@martin.sperl.org>
Thu, 23 Apr 2015 07:56:01 +0000 (07:56 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 23 Apr 2015 09:34:39 +0000 (10:34 +0100)
commit98d6f479580013b42d179c30ff39107b6728ed82
tree7b4b69e70c890ef836fb6d6c250234dedc8ef0af
parentc517d838eb7d07bbe9507871fab3931deccff539
spi: spidev: use spi_sync instead of spi_async

This has the benefit that the "optimization" of the framework in regards
to spi_sync will also benefit spidev users directly and allow running
spi transfers without a necessary context-switch to message-pump.

Signed-off-by: Martin Sperl <kernel@martin.sperl.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spidev.c
This page took 0.024648 seconds and 5 git commands to generate.