Trent Piepho 368ca4e0c7 spi: Eliminate 3WIRE spi_transfer check
Checking for SPI_3WIRE isn't needed.  spi_setup() already prevents 3WIRE
mode from being combined with DUAL or QUAD mode support.  So there is no
need to differentiate between a single bit device with SPI_3WIRE set and
one with without.  It doesn't change the allowed bit widths.

Signed-off-by: Trent Piepho <tpiepho@gmail.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
2013-12-30 12:44:18 +00:00
..
2013-11-14 11:04:38 -08:00
2013-08-29 13:56:23 +01:00
2013-05-23 09:09:55 -05:00
2013-08-29 13:56:23 +01:00
2013-12-30 12:44:18 +00:00
2013-10-15 13:15:52 +01:00