]> git.karo-electronics.de Git - karo-tx-linux.git/commit
spi: spi-mxs: Remove check of spi mode bits
authorTrent Piepho <tpiepho@gmail.com>
Tue, 1 Oct 2013 20:15:33 +0000 (13:15 -0700)
committerMark Brown <broonie@linaro.org>
Fri, 18 Oct 2013 00:00:31 +0000 (01:00 +0100)
commitd426eadb1ef166b472b09a223c30d3104fde2586
tree190cb69d1cb17a1b605de9d9f4ef4f7298d455a4
parent9c97e3421fa0aeec131689008181f8ee1dac5e99
spi: spi-mxs: Remove check of spi mode bits

The spi core already checks for a slave setting mode bits that we
didn't list as supported when the master was registered.  There is no
need to do it again in the master driver.

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>
drivers/spi/spi-mxs.c