aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-15mmc: fix the condition for MMC version 4Yoshihiro Shimoda1-4/+11
2011-07-15MMC: add marvell sdhci driverLei Wen2-0/+22
2011-07-15MMC: add sdhci generic frameworkLei Wen2-0/+434
2011-07-15MMC: add erase function to both mmc and sdLei Wen1-0/+102
2011-07-15mmc: Tegra2: SD/MMC driver for Seaboard - eMMC on SDMMC4, SDIO on SDMMC3Tom Warren3-0/+592
2011-05-26S5P: add set_mmc_clk for external clock controlJaehoon Chung1-0/+4
2011-05-26MMC S5P: Fix typoDirk Behme1-1/+1
2011-05-19Minor coding style cleanup.Wolfgang Denk1-4/+4
2011-05-18MMC: omap_hsmmc.c: Add missing prototype headerDirk Behme1-0/+1
2011-05-18fsl_esdhc: Initialize mmc->b_maxFabio Estevam1-0/+1
2011-05-18mmc: enable partition switch function for emmcLei Wen1-1/+29
2011-05-18cmd_mmc: eliminate device num in the mmc commandLei Wen1-0/+5
2011-05-18mmc_spi: generate response for send status commandThomas Chou1-0/+5
2011-05-18ATMEL: fix related common atmel driver filesReinhard Meyer1-1/+1
2011-05-18avr32: fixup definitions to ATMEL_BASE_xxxAndreas Bießmann1-2/+2
2011-05-18avr32: rename memory-map.h -> hardware.hAndreas Bießmann1-1/+1
2011-04-29fsl_esdhc: Fix multi-block read restriction on i.MX53 eSDHCv2Jason Liu1-0/+4
2011-04-29MMC: omap_hsmmc.c: disable multiblock rw on old rev omap34xx siliconJohn Rigby1-0/+8
2011-04-29MMC: make b_max unconditionalJohn Rigby8-6/+16
2011-04-29MMC: Add support for PL180 ARM mmc deviceMatt Waddel3-0/+625
2011-04-13MMC may wrongly regconize 2GB eMMC as high capacityRaffaele Recalcati1-3/+0