]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: omap: add DMA engine support
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 21 Apr 2012 21:35:42 +0000 (22:35 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 1 Jul 2012 13:17:03 +0000 (14:17 +0100)
commitec43f7372fb3f42fe1fd019ed9fdaad9a0c3dc04
treea72f6d17c60044019c7f5f10ea628786df2cf277
parent642e1ea9a9f9e6869779bb7294724a07712ce0d2
mmc: omap: add DMA engine support

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

Tested-by: Tony Lindgren <tony@atomide.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/mmc/host/omap.c
drivers/mmc/host/omap_hsmmc.c