aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mxcmmc.c
Commit message (Collapse)AuthorAge
* mxcmmc: Fix missing return value checking in DMA setup code.Martin Fuzzey2009-06-03
| | | | Signed-off-by: Martin Fuzzey <mfuzzey@gmail.com>
* mxcmmc : Reset the SDHC hardware if software timeout occurs.Martin Fuzzey2009-06-03
| | | | | | | When a software timeout occurs in polling mode hardware was left in an indeterminate state causing subsequent operations to block. Signed-off-by: Martin Fuzzey <mfuzzey@gmail.com>
* mxcmmc: decrease minimum frequency to make MMC cards workSascha Hauer2009-06-03
| | | | | | | This is a temporary workaround until the MMC stack can be fixed. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Pierre Ossman <pierre@ossman.eu>
* MX2/MX3 SDHC driver: rename platform driverSascha Hauer2009-03-13
| | | | | | | Rename driver from imx-mmc to mxc-mmc to avoid conflicts with the mx1 mmc driver. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mxcmmc: Do not pass clock name, we have only one clock for this deviceSascha Hauer2009-03-13
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mmc: Add a MX2/MX3 specific SDHC driverSascha Hauer2009-02-02
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>