spi: bitbang: switch to the generic implementation of transfer_one_message
authorHeiner Kallweit <hkallweit1@gmail.com>
Tue, 29 Sep 2015 21:15:53 +0000 (23:15 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 5 Oct 2015 13:55:56 +0000 (14:55 +0100)
commit0037686596832572bbca05ab168d9884d7d704c1
tree9f48ab292c90a97303f1a88359e488591cd00f75
parente30d8f23926b70a003d9fb16b49bfe23f01269da
spi: bitbang: switch to the generic implementation of transfer_one_message

Change the bitbang driver to use the generic implementation of
transfer_one_message. This simplifies the bitbang driver code and
provides benefits like the statistics in the generic implementation.

Successfully tested on a IMX6-based system (spi-imx) and on a MIPS-based
router (OpenWRT with spi-ath79).

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-bitbang.c
This page took 0.026215 seconds and 5 git commands to generate.