commit | 210f65fedf1d26d0a1d604fa82425018f7ad6090 | [log] [tgz] |
---|---|---|
author | Trent Piepho <tpiepho@gmail.com> | Tue Oct 01 13:15:11 2013 -0700 |
committer | Mark Brown <broonie@linaro.org> | Fri Oct 18 01:00:30 2013 +0100 |
tree | dc9b845ea140e38b4bbae5a7ff5b9ea55de9f900 | |
parent | 0b782f70b51b9e611a69b9d4533b44d66b2e3e75 [diff] |
spi: spi-mxs: Remove full duplex check, spi core already does it Because the driver sets the SPI_MASTER_HALF_DUPLEX flag, the spi core will check transfers to insure they are not full duplex. It's not necessary to check that in the spi-mxs driver as well. Signed-off-by: Trent Piepho <tpiepho@gmail.com> Cc: Marek Vasut <marex@denx.de> Cc: Fabio Estevam <fabio.estevam@freescale.com> Cc: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>