aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mxcmmc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-26mxcmmc: convert to pm_ops and enable/disable clockEric Bénard1-14/+18
2010-07-26Merge branch 'imx/for-2.6.36' of git://git.pengutronix.de/git/ukl/linux-2.6 into HEADUwe Kleine-König1-1/+1
2010-07-26mxcmmc: add card detect through DAT3 possibilityEric Bénard1-3/+13
2010-05-27mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming1-1/+1
2010-05-17ARM: mx3: Fix a race condition in mxcmmcDaniel Mack1-1/+12
2010-04-14ARM: MXC: mxcmmc: work around a bug in the SDHC busy line handlingDaniel Mack1-0/+16
2010-04-14ARM: MXC: mxcmmc: Teach the driver SDIO operationsDaniel Mack1-11/+59
2010-04-14ARM: MXC: mxcmmc: misc cleanupsDaniel Mack1-4/+13
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-03-12mxcmmc: fixed max_seg_size value on initializationVladimir Zapolskiy1-1/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2009-12-15mxcmmc: fix error path in mxcmci_probeUwe Kleine-König1-5/+5
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar1-1/+1
2009-06-13mxcmmc: remove frequency workaroundPierre Ossman1-2/+0
2009-06-03mxcmmc: Fix missing return value checking in DMA setup code.Martin Fuzzey1-10/+26
2009-06-03mxcmmc : Reset the SDHC hardware if software timeout occurs.Martin Fuzzey1-1/+6
2009-06-03mxcmmc: decrease minimum frequency to make MMC cards workSascha Hauer1-1/+3
2009-03-13MX2/MX3 SDHC driver: rename platform driverSascha Hauer1-1/+1
2009-03-13mxcmmc: Do not pass clock name, we have only one clock for this deviceSascha Hauer1-1/+1
2009-02-02mmc: Add a MX2/MX3 specific SDHC driverSascha Hauer1-0/+880