summaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc/devices/platform-mxc-mmc.c
AgeCommit message (Collapse)AuthorFilesLines
2010-11-19ARM: mx3: dynamically register mxc-mmc devicesUwe Kleine-König1-5/+15
Compared to the static devices the dynamic have a DMA resource. This should be save as it seems unused in the driver. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
2010-11-17ARM: imx: dynamically register mxc-mmc devicesUwe Kleine-König1-0/+62
... plus a trivial simplification of mx21ads_sdhc_init() Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>