arch/arm/mach-mxs/include/mach/mmc.h
0 → 100644
+18
−0
+9
−0
drivers/mmc/host/mxs-mmc.c
0 → 100644
+874
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
This adds the mmc host driver for Freescale MXS-based SoC i.MX23/28. The driver calls into mxs-dma via generic dmaengine api for both pio and data transfer. Thanks Chris Ball for the indentation patch. Signed-off-by:Shawn Guo <shawn.guo@freescale.com> Reviewed-by:
Arnd Bergmann <arnd@arndb.de> Tested-by:
Wolfram Sang <w.sang@pengutronix.de> Signed-off-by:
Chris Ball <cjb@laptop.org>