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)
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

Simple merge
Simple merge