aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2012-01-08mmc: Implement card detection.Thierry Reding14-0/+31
2012-01-08mmc: Change board_mmc_getcd() function prototype.Thierry Reding2-5/+7
2012-01-08drivers/mmc/mv_sdhci.c: Fix build warningAnatolij Gustschin1-2/+1
2012-01-08ftsdc010: improve performance and capabilityMacpaul Lin1-85/+103
2012-01-08mmc: add host_caps checking avoid switch card improperlyMacpaul Lin1-0/+10
2012-01-08i.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-06PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]XMarek Vasut2-5/+6
2011-11-25Revert "mmc: retry the cmd8 to meet 74 clocks requirement in the spec"Macpaul Lin1-14/+2
2011-11-25mmc: 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-15omap: Checkpatch fixesSricharan1-12/+14
2011-11-12Tegra2: mmc: Factor out mmc_wait_inhibit functionalityAnton staaf1-19/+27
2011-11-12Tegra2: mmc: Add data transfer completion timeoutAnton staaf1-0/+14
2011-11-12Tegra2: mmc: Support DMA restarts at buffer boundariesAnton staaf1-2/+11
2011-11-12Tegra2: mmc: define register field values in tegra2_mmc.hAnton staaf2-27/+85
2011-11-11iMX28: Add SSP MMC driverMarek Vasut2-0/+352
2011-11-08MMC: 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
2011-11-03PXA: Add MMC driver using the generic MMC frameworkMarek Vasut2-0/+443
2011-10-28Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk3-62/+37
2011-10-27GCC4.6: Fix warnings in pxa_mmc.cMarek Vasut1-16/+16
2011-10-27mmc: omap: Allow OMAP_HSMMC[23]_BASE to be unsetTom Rini1-0/+4
2011-10-27tegra2: Enable MMC for SeaboardTom Warren1-1/+1
2011-10-27tegra2: Add more clock functionsSimon Glass2-61/+32
2011-10-25mmc: dcache: allocate cache aligned buffers for ext_csdAnton staaf1-2/+2
2011-10-25mmc: dcache: allocate cache aligned buffer for scr and switch_statusAnton staaf1-5/+5
2011-09-30mmc: omap: config VMMC, MMC1_PBIASBalaji T K1-3/+28
2011-09-30mmc: omap: enable high capacityBalaji T K1-1/+2
2011-09-04ftsdc010: add support of ftsdc010 mmc controllerMacpaul Lin2-0/+668
2011-09-04mmc: Fix mmc_send_status()Marek Vasut1-1/+2
2011-09-04OMAP3: Remove legacy mmc driverTom Rini3-804/+0
2011-09-03mmc: S5P: Support DMA restarts at buffer boundariesAnton Staaf1-4/+11
2011-07-28Revert "AT91:mmc:fix multiple read/write error"Andy Fleming2-12/+1
2011-07-26disk/part.c: Make features optionalMatthew McClintock1-0/+2
2011-07-15AT91:mmc:fix multiple read/write errorelen.song2-1/+12
2011-07-15mmc: Access mode validation for eMMC cards > 2 GiBƁukasz Majewski2-2/+6
2011-07-15mmc: sh_mmcif: add support for Renesas MMCIFYoshihiro Shimoda3-0/+847