]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit33a1237d2e6e787935a609632a9042851b6f74fe
tree1c0a2f51260c16a0a65867db30845c3aae5461c6
parentc0fa2b2c07bad9145eebeec199004101296731b9
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