summaryrefslogtreecommitdiff
path: root/drivers/mmc
Commit message (Expand)AuthorAgeLines
* ATMEL: remove old atmel_mci driverSven Schnelle2012-03-13-534/+0
* ATMEL: use generic mmc frameworkSven Schnelle2012-03-13-245/+0
* mmc: make mmc_send_status() more reliableJan Kloetzke2012-02-15-8/+12
* mmc: fix card busy pollingJan Kloetzke2012-02-15-8/+6
* Tegra: mmc: Fixed handling of interrupts in timeouts.Tom Warren2012-02-15-0/+4
* omap_hsmmc: Wait for CMDI to be clearTom Rini2012-02-15-2/+3
* mmc: access mxcmmc from mx31 boardsHelmut Raiger2012-02-12-5/+3
* tegra: mmc: Support operation with dcache enabledSimon Glass2012-02-12-0/+16
* fsl_esdhc: fix PIO mode transfersIra Snyder2012-01-08-1/+2
* mmc: tegra2: Implement card-detect hook.Thierry Reding2012-01-08-19/+13
* mmc: fsl_esdhc: Implement card-detect hook.Thierry Reding2012-01-08-17/+12
* mmc: Implement card detection.Thierry Reding2012-01-08-0/+31
* mmc: Change board_mmc_getcd() function prototype.Thierry Reding2012-01-08-5/+7
* drivers/mmc/mv_sdhci.c: Fix build warningAnatolij Gustschin2012-01-08-2/+1
* ftsdc010: improve performance and capabilityMacpaul Lin2012-01-08-85/+103
* mmc: add host_caps checking avoid switch card improperlyMacpaul Lin2012-01-08-0/+10
* i.mx: fsl_esdhc: add the i.mx6q supportJason Liu2012-01-08-3/+9
* tegra2: Move tegra2_mmc_init() prototype to public header.Thierry Reding2011-12-24-2/+0
* PXA: Kill last remnants of set_GPIO_mode functionMarek Vasut2011-12-19-5/+0
* tegra2: Modify MMC driver to handle power and cd GPIOsStephen Warren2011-12-09-7/+39
* PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]XMarek Vasut2011-12-06-5/+6
* Revert "mmc: retry the cmd8 to meet 74 clocks requirement in the spec"Macpaul Lin2011-11-25-14/+2
* mmc: mv_sdhci: Fix host version read for Armada100Ajay Bhargav2011-11-25-1/+4
* davinci, mmc: fix gcc 4.6 build warningsHeiko Schocher2011-11-16-4/+3
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2011-11-16-12/+366
|\
| * omap: Checkpatch fixesSricharan2011-11-15-12/+14
| * iMX28: Add SSP MMC driverMarek Vasut2011-11-11-0/+352
* | Tegra2: mmc: Factor out mmc_wait_inhibit functionalityAnton staaf2011-11-12-19/+27
* | Tegra2: mmc: Add data transfer completion timeoutAnton staaf2011-11-12-0/+14
* | Tegra2: mmc: Support DMA restarts at buffer boundariesAnton staaf2011-11-12-2/+11
* | Tegra2: mmc: define register field values in tegra2_mmc.hAnton staaf2011-11-12-27/+85
* | MMC: PL180: Fix infinite loop with VExpress extended fifo implementationJon Medhurst (Tixy)2011-11-08-26/+0
|/
* tegra2: Move MMC clock initialization into MMC driverStephen Warren2011-11-03-3/+9
* mmc: sdhci: fix sdma bug for large file transferLei Wen2011-11-03-1/+1
* mmc: sdhci: add timeout for data transferLei Wen2011-11-03-1/+8
* mmc: sdhci: add mmc structure for hostLei Wen2011-11-03-0/+1
* mmc: sdhci: fix cache flushLei Wen2011-11-03-1/+1
* mmc: CMD7:MMC_CMD_SELECT_CARD response fixAjay Bhargav2011-11-03-1/+1
* mmc: test mmc bus width on startupLei Wen2011-11-03-18/+26
* mmc: change magic number to macro defineLei Wen2011-11-03-9/+12
* mmc: mv_sdhci: fix 8bus width access for 88SV331xV5Lei Wen2011-11-03-0/+33
* mmc: retry the cmd8 to meet 74 clocks requirement in the specLei Wen2011-11-03-2/+14
* PXA: Add MMC driver using the generic MMC frameworkMarek Vasut2011-11-03-0/+443
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2011-10-28-62/+37
|\
| * mmc: omap: Allow OMAP_HSMMC[23]_BASE to be unsetTom Rini2011-10-27-0/+4
| * tegra2: Enable MMC for SeaboardTom Warren2011-10-27-1/+1
| * tegra2: Add more clock functionsSimon Glass2011-10-27-61/+32
* | GCC4.6: Fix warnings in pxa_mmc.cMarek Vasut2011-10-27-16/+16
|/
* mmc: dcache: allocate cache aligned buffers for ext_csdAnton staaf2011-10-25-2/+2
* mmc: dcache: allocate cache aligned buffer for scr and switch_statusAnton staaf2011-10-25-5/+5