]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita65a4972f2f5baa5371c26dee641fb8181b1af2f
treeb15b65b27edc43c5aae914f66a111735914a58e7
parentc11d9e5d245078d33e2869a766fb0a76f3711bdb
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]