]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
spi: omap2-mcspi: Fix set_cs function for active high
authorMichael Welling <mwelling@ieee.org>
Sun, 24 May 2015 02:13:43 +0000 (21:13 -0500)
committerMark Brown <broonie@kernel.org>
Mon, 25 May 2015 12:00:04 +0000 (13:00 +0100)
commit4373f8b6dab0de16e5ecf527626d958d20a45b3b
tree8cd6e6955a7ebb50ac2c5075da8a73f5a3fc291d
parentbe632f658462f5c80817a383c6d9b9790c0e7d1f
spi: omap2-mcspi: Fix set_cs function for active high

The core spi driver swaps the polarity of the enable based on SPI_CS_HIGH.
The omap2 controller has an internal configuration register bit called
OMAP2_MCSPI_CHCONF_EPOL to handle active high chip selects as well.

So we have to revert swap the polarity back for the correct setting of the
OMAP2_MCSPI_CHCONF_FORCE bit in omap2_mcspi_set_cs.

Signed-off-by: Michael Welling <mwelling@ieee.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-omap2-mcspi.c