spi: qup: Add DMA capabilities
authorAndy Gross <agross@codeaurora.org>
Wed, 4 Mar 2015 10:02:05 +0000 (12:02 +0200)
committerMark Brown <broonie@kernel.org>
Sat, 7 Mar 2015 11:21:20 +0000 (11:21 +0000)
This patch adds DMA capabilities to the spi-qup driver.  If DMA channels are
present, the QUP will use DMA instead of block mode for transfers to/from SPI
peripherals for transactions larger than the length of a block.

Signed-off-by: Andy Gross <agross@codeaurora.org>
Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
Reviewed-by: Ivan T. Ivanov <iivanov@mm-sol.com
Signed-off-by: Mark Brown <broonie@kernel.org>

No differences found