imx233: merge sd and mmc drivers, fix dma issues
commit4908b8eb1c60283fbca0c4884e9f0258d1b949ec
authorAmaury Pouly <amaury.pouly@gmail.com>
Sat, 18 Aug 2012 16:24:42 +0000 (18 18:24 +0200)
committerAmaury Pouly <amaury.pouly@gmail.com>
Sat, 18 Aug 2012 16:24:42 +0000 (18 18:24 +0200)
treea66432256aa8e609411366500abcde46b7fdbd2f
parent4604e984e857fc15db22cc78a415efeec172b6e8
imx233: merge sd and mmc drivers, fix dma issues

Merge sd and mmc drivers into a single sdmmc driver. This allows
some factoring of the code and simplify bug fixing. Also fix the
dma/cache related issue by doing all transfers via a correctly
aligned buffer. The current code is not smart enough to take
advantage of large user buffers currently but at least it is safe!

Change-Id: Ib0fd16dc7d52ef7bfe99fd586e03ecf08691edcd
firmware/SOURCES
firmware/export/sdmmc.h
firmware/target/arm/imx233/mmc-imx233.c [deleted file]
firmware/target/arm/imx233/sd-imx233.c [deleted file]
firmware/target/arm/imx233/sdmmc-imx233.c [new file with mode: 0644]