summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2012-04-22Blackfin: bfin_sdh: drop dos part hardcodeMike Frysinger1-1/+0
2012-04-21mmc: Fix warning if CONFIG_MMC_TRACE is enabledDirk Behme1-1/+1
2012-04-16DMA: Split the APBH DMA init into block and channel initMarek Vasut1-0/+5
2012-04-16i.MX28: Allow coexistence of PIO and DMA mode for SD/MMCMarek Vasut1-1/+47
2012-03-31drivers/mmc/mmc.c: Fix build warningAnatolij Gustschin1-1/+1
2012-03-30drivers/mmc/tegra2_mmc.c: fix GCC 4.6 warningAnatolij Gustschin1-1/+1
2012-03-29i.MX28: Do data transfers via DMA in MMC driverMarek Vasut1-30/+40
2012-03-29MMC: Implement generic bounce bufferMarek Vasut1-3/+99
2012-03-13ATMEL: remove old atmel_mci driverSven Schnelle2-534/+0
2012-03-13ATMEL: use generic mmc frameworkSven Schnelle1-245/+0
2012-02-16mmc: make mmc_send_status() more reliableJan Kloetzke1-8/+12
2012-02-16mmc: fix card busy pollingJan Kloetzke1-8/+6
2012-02-16Tegra: mmc: Fixed handling of interrupts in timeouts.Tom Warren1-0/+4
2012-02-16omap_hsmmc: Wait for CMDI to be clearTom Rini1-2/+3
2012-02-12mmc: access mxcmmc from mx31 boardsHelmut Raiger1-5/+3
2012-02-12tegra: mmc: Support operation with dcache enabledSimon Glass1-0/+16
2012-01-09fsl_esdhc: fix PIO mode transfersIra Snyder1-1/+2
2012-01-09mmc: tegra2: Implement card-detect hook.Thierry Reding1-19/+13
2012-01-09mmc: fsl_esdhc: Implement card-detect hook.Thierry Reding1-17/+12
2012-01-09mmc: Implement card detection.Thierry Reding14-0/+31
2012-01-09mmc: Change board_mmc_getcd() function prototype.Thierry Reding2-5/+7
2012-01-09drivers/mmc/mv_sdhci.c: Fix build warningAnatolij Gustschin1-2/+1
2012-01-09ftsdc010: improve performance and capabilityMacpaul Lin1-85/+103
2012-01-09mmc: add host_caps checking avoid switch card improperlyMacpaul Lin1-0/+10
2012-01-09i.mx: fsl_esdhc: add the i.mx6q supportJason Liu1-3/+9
2011-12-24tegra2: Move tegra2_mmc_init() prototype to public header.Thierry Reding1-2/+0
2011-12-19PXA: Kill last remnants of set_GPIO_mode functionMarek Vasut1-5/+0
2011-12-09tegra2: Modify MMC driver to handle power and cd GPIOsStephen Warren2-7/+39
2011-12-07PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]XMarek Vasut2-5/+6
2011-11-26Revert "mmc: retry the cmd8 to meet 74 clocks requirement in the spec"Macpaul Lin1-14/+2
2011-11-26mmc: mv_sdhci: Fix host version read for Armada100Ajay Bhargav1-1/+4
2011-11-16davinci, mmc: fix gcc 4.6 build warningsHeiko Schocher1-4/+3
2011-11-16Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk3-12/+366
2011-11-16omap: Checkpatch fixesSricharan1-12/+14
2011-11-13Tegra2: mmc: Factor out mmc_wait_inhibit functionalityAnton staaf1-19/+27
2011-11-13Tegra2: mmc: Add data transfer completion timeoutAnton staaf1-0/+14
2011-11-13Tegra2: mmc: Support DMA restarts at buffer boundariesAnton staaf1-2/+11
2011-11-13Tegra2: mmc: define register field values in tegra2_mmc.hAnton staaf2-27/+85
2011-11-11iMX28: Add SSP MMC driverMarek Vasut2-0/+352
2011-11-09MMC: PL180: Fix infinite loop with VExpress extended fifo implementationJon Medhurst (Tixy)1-26/+0
2011-11-03tegra2: Move MMC clock initialization into MMC driverStephen Warren1-3/+9
2011-11-03mmc: sdhci: fix sdma bug for large file transferLei Wen1-1/+1
2011-11-03mmc: sdhci: add timeout for data transferLei Wen1-1/+8
2011-11-03mmc: sdhci: add mmc structure for hostLei Wen1-0/+1
2011-11-03mmc: sdhci: fix cache flushLei Wen1-1/+1
2011-11-03mmc: CMD7:MMC_CMD_SELECT_CARD response fixAjay Bhargav1-1/+1
2011-11-03mmc: test mmc bus width on startupLei Wen1-18/+26
2011-11-03mmc: change magic number to macro defineLei Wen1-9/+12
2011-11-03mmc: mv_sdhci: fix 8bus width access for 88SV331xV5Lei Wen1-0/+33
2011-11-03mmc: retry the cmd8 to meet 74 clocks requirement in the specLei Wen1-2/+14