]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mmc: remove imxmmc driver
authorSascha Hauer <s.hauer@pengutronix.de>
Wed, 11 Apr 2012 20:24:49 +0000 (22:24 +0200)
committerChris Ball <cjb@laptop.org>
Sun, 22 Apr 2012 15:17:25 +0000 (11:17 -0400)
commit6187fee46f4bc7f18f2caefdc75a073c6a25adab
tree6c855f03b9b75e3a9d5d08cdb5e6bf29377d9ec8
parent021459773d9b93e8d7388086db7b17107bdfc51d
mmc: remove imxmmc driver

This driver is broken since 2.6.31 when the traditional i.MX1
support was removed.

In theory the i.MX1 mmc controller can be supported by the mxcmmc
driver which basically is the same hardware. However, the i.MX1
controller has severe bugs which made several workarounds necessary which
resulted in a different driver structure. At that time it seemed easier
to write a second driver to support hardware without bugs.

As noone cared for the i.MX1 driver for a long time and it does
not compile, remove it.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/Kconfig
drivers/mmc/host/Makefile
drivers/mmc/host/imxmmc.c [deleted file]
drivers/mmc/host/imxmmc.h [deleted file]