spi: omap2-mcspi: add DMA engine support
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 23 Apr 2012 12:51:48 +0000 (13:51 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 31 Jul 2012 11:06:24 +0000 (12:06 +0100)
commit53741ed8f0a3fc646576b6d7adf563f403ba6c03
tree6124b0c1e9f453810961809c13f772ad0860e306
parent8a23fa1b95b2e3878c16dcc4e18976bc46dd970b
spi: omap2-mcspi: add DMA engine support

Add DMA engine support to the OMAP SPI driver.  This supplements the
private DMA API implementation contained within this driver, and the
driver can be independently switched at build time between using DMA
engine and the private DMA API for the transmit and receive sides.

Tested-by: Shubhrajyoti <shubhrajyoti@ti.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/spi/spi-omap2-mcspi.c
This page took 0.042343 seconds and 5 git commands to generate.