commit | 98d6f479580013b42d179c30ff39107b6728ed82 | [log] [tgz] |
---|---|---|
author | Martin Sperl <kernel@martin.sperl.org> | Thu Apr 23 07:56:01 2015 +0000 |
committer | Mark Brown <broonie@kernel.org> | Thu Apr 23 10:34:39 2015 +0100 |
tree | 7b4b69e70c890ef836fb6d6c250234dedc8ef0af | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 [diff] |
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>