spi: spi-fsl-dspi: Remove spi-bitbang
authorChao Fu <B44548@freescale.com>
Tue, 27 Jan 2015 10:57:22 +0000 (16:27 +0530)
committerMark Brown <broonie@kernel.org>
Wed, 28 Jan 2015 19:25:17 +0000 (19:25 +0000)
commit9298bc727385cd625cdda5e877bd3cba8acff668
tree1c0a2f51260c16a0a65867db30845c3aae5461c6
parent973fbce69ed8e79b5fe3ad19cfecb581a7ef8048
spi: spi-fsl-dspi: Remove spi-bitbang

DSPI module need cs change information in
a spi transfer. According to cs change, DSPI
will give last data the right flag. Bitbang
provide cs change behind the last data in
a transfer. So DSPI can not deal the last
data in every transfer properly, so remove
the bitbang in the driver.

Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/Kconfig
drivers/spi/spi-fsl-dspi.c
This page took 0.031766 seconds and 5 git commands to generate.