mmc: Add a MX2/MX3 specific SDHC driver
authorSascha Hauer <s.hauer@pengutronix.de>
Tue, 6 Jan 2009 16:04:14 +0000 (17:04 +0100)
committerPierre Ossman <drzeus@drzeus.cx>
Mon, 2 Feb 2009 19:57:05 +0000 (20:57 +0100)
commitd96be879ff469759af6d7fcebdb66237c18da6f8
treeb15b65b27edc43c5aae914f66a111735914a58e7
parent27421e211a39784694b597dbf35848b88363c248
mmc: Add a MX2/MX3 specific SDHC driver

This patch adds a MX2/MX3 specific SDHC driver. The hardware is basically
the same as in the MX1, but unlike the MX1 controller the MX2
controller just works as expected. Since the MX1 driver has more
workarounds for bugs than anything else I had no success with supporting
MX1 and MX2 in a sane way in one driver.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
arch/arm/plat-mxc/include/mach/mmc.h [new file with mode: 0644]
drivers/mmc/host/Kconfig
drivers/mmc/host/Makefile
drivers/mmc/host/mxcmmc.c [new file with mode: 0644]