commit | 9298bc727385cd625cdda5e877bd3cba8acff668 | [log] [tgz] |
---|---|---|
author | Chao Fu <B44548@freescale.com> | Tue Jan 27 16:27:22 2015 +0530 |
committer | Mark Brown <broonie@kernel.org> | Wed Jan 28 19:25:17 2015 +0000 |
tree | 1c0a2f51260c16a0a65867db30845c3aae5461c6 | |
parent | 973fbce69ed8e79b5fe3ad19cfecb581a7ef8048 [diff] |
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>