summaryrefslogtreecommitdiffstats
path: root/drivers/soc/Kconfig
diff options
context:
space:
mode:
authorHaikun Wang <haikun.wang@freescale.com>2015-05-13 18:12:15 +0800
committerMark Brown <broonie@kernel.org>2015-05-21 21:54:24 +0100
commit9deef024a12ebae4965c89837f662905ac88944b (patch)
tree760d9c16deea663a87606ef5a1b7700580b33660 /drivers/soc/Kconfig
parentb787f68c36d49bb1d9236f403813641efa74a031 (diff)
downloadtalos-op-linux-9deef024a12ebae4965c89837f662905ac88944b.tar.gz
talos-op-linux-9deef024a12ebae4965c89837f662905ac88944b.zip
spi: spi-fsl-dspi: Bug fix incorrect CS de-assert
SPI chip select signal need to keep asserted between several spi_transfer in the same spi_message usually. But the driver will de-assert CS signal and the assert it between serval spi_transfer in the same spi_message under some condiations. This patch fix the bug. Here is an example: Assume you have two variables like the following, struct spi_transfer a; struct spi_transfer b; if you send a spi_message only includes 'a' first, and then you send a spi_message includes 'a' and 'b' but without resetting 'a'. Driver will de-assert CS and then assert CS between 'a' and 'b'. Signed-off-by: Haikun Wang <haikun.wang@freescale.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/soc/Kconfig')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud