summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
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-20Minor 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
2011-04-13mmc: trace addedRaffaele Recalcati1-0/+57
2011-04-13mmc: SEND_OP_COND considers card capabilities (voltage)Raffaele Recalcati1-3/+18
2011-04-13mmc: checking status after commands with R1b responseRaffaele Recalcati1-3/+59
2011-04-13mmc: remove duplicated header fileMinkyu Kang1-1/+0
2011-04-13mmc: add generic mmc spi driverThomas Chou3-20/+354
2011-04-13mmc: constify & localize dataMike Frysinger1-2/+2
2011-04-13drivers/mmc/fsl_esdhc.c: reordered testsFrans Meulenbroeks1-3/+3
2011-04-13MMC: Max blocks value adjustableMatt Waddel1-10/+9
2011-04-13SD1.00 wide-bus fixAlagu Sankar1-3/+3
2011-04-10Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk1-4/+4
2011-04-10fsl_esdhc: Deal with watermark level register related changesPriyanka Jain1-4/+4
2011-04-08Blackfin: bfin_sdh: add support for multiblock operationsSonic Zhang1-4/+5
2011-04-08Blackfin: bfin_sdh: set all timer bits before transferCliff Cai1-1/+1
2011-04-08Blackfin: BF50x: new processor portMike Frysinger1-1/+1
2011-03-27S5P: mmc: Resolved interrupt error during mmc_initChander Kashyap1-1/+1
2011-03-07fsl_esdhc: Correcting esdhc timeout counter calculationPriyanka Jain1-1/+15
2011-02-03fsl_esdhc: Add the workaround for erratum ESDHC-A001 (enable on P2020)Kumar Gala1-0/+5
2011-02-03Minor Coding Style Cleanup.Wolfgang Denk1-1/+0
2011-02-02Davinci MMCSD SupportSandeep Paulraj2-0/+405
2011-01-14fsl_esdhc: Add the workaround for erratum ESDHC135 (enable on P4080)Roy Zang1-0/+5
2011-01-14fsl_esdhc: Add the workaround for erratum ESDHC111 (enable on P4080)Jerry Huang1-1/+9
2011-01-14fsl_esdhc: Fix esdhc disabled problem on some platformsChenhui Zhao1-6/+8
2010-12-19fsl_esdhc: Fix the voltage validation processLi Yang1-5/+15
2010-12-19fsl_esdhc: Fix max clock frequencyJerry Huang1-1/+1
2010-12-19fsl_esdhc: Use mmc_set_clock to set initial speedJerry Huang1-1/+1
2010-12-13fsl_esdhc: Set the eSHDC DMACTL[SNOOP] bit after resetting the controllerP.V.Suresh1-4/+4
2010-12-07AT91: gen_atmel_mci.c: fix bug when Slot B is usedReinhard Meyer1-0/+1
2010-11-20mmc: omap: timeout counter fixNishanth Menon1-25/+82
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-11-04mmc: Add multi-block read support to the generic mmc driverAlagu Sankar1-71/+39
2010-11-04mmc: Clean up generic mmc driver multi-block write functionsSteve Sakoman1-24/+14
2010-10-29Merge branch 'master' of git://git.denx.de/u-boot-samsungWolfgang Denk1-5/+14
2010-10-28Coding Style cleanupWolfgang Denk1-1/+0
2010-10-27mmc: seperate block number into small parts for multi-write cmdLei Wen1-15/+39