]> git.baikalelectronics.ru Git - kernel.git/commit
Partially revert "staging:iio:gyro:adxrs450 make more use of spi_read and spi_write."
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 31 Jan 2013 14:27:00 +0000 (14:27 +0000)
committerJonathan Cameron <jic23@kernel.org>
Sat, 2 Feb 2013 09:17:26 +0000 (09:17 +0000)
commitac300d1d901c63066335183a1726fd43261561d0
tree1137e5d81c2618740a97a750d4f3d5b29e44322d
parent13eab23ee1bc24cdd559e64c4c5f241be40ee38a
Partially revert "staging:iio:gyro:adxrs450 make more use of spi_read and spi_write."

This partially reverts commit b409cc1fef76ed6420bddd98600daea2bb6d7434. There is
no apparent reason why we should split a transaction which consists out of
multiple transfers into multiple transactions each having one transfer. While
this works it introduces a bunch of unnecessary context switch and additional
setup costs.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/gyro/adxrs450_core.c