mmc: omap_hsmmc: add DMA engine support
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 13 Apr 2012 11:14:39 +0000 (12:14 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 31 Jul 2012 11:06:22 +0000 (12:06 +0100)
commitc5c98927d74cd6853579e1a5b56cd6eb0d4885f0
tree2d34b3a8f58b838e394899185c2290d0b3d3cffa
parent3a774ea91a5d05e7af58db6ae1ba298263c4a3d3
mmc: omap_hsmmc: add DMA engine support

Add DMA engine support to the OMAP HSMMC 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: Grazvydas Ignotas <notasas@gmail.com>
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_hsmmc.c