spi-imx: Implements handling of the SPI_READY mode flag.
authorLeif Middelschulte <leif.middelschulte@gmail.com>
Sun, 23 Apr 2017 19:19:58 +0000 (21:19 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 25 Apr 2017 15:37:53 +0000 (16:37 +0100)
commitf72efa7e690ab5c4068ccba31c4da032bc45c29c
tree2ff01c9757a2151e4a5d655889053c854a818cf4
parentc1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201
spi-imx: Implements handling of the SPI_READY mode flag.

This patch implements consideration of the SPI_READY mode flag as
defined in spi.h. It extends the device tree bindings to support
the values defined by the reference manual for the DRCTL field.

Thus supporting edge-triggered and level-triggered bursts.

Signed-off-by: Leif Middelschulte <Leif.Middelschulte@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt
drivers/spi/spi-imx.c