summaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc.c
Commit message (Expand)AuthorAgeLines
* ENGR00119033: System can not find MMC/SD card in SD slot 1Terry Lv2010-03-30-4/+11
* ENGR00122050: mmc can't read data whose size exceeds 32MTerry Lv2010-03-26-55/+71
* ENGR00120830: Add eMMC and eSD fast boot supportTerry Lv2010-02-08-1/+150
* ENGR00118751: Some mmc card can't read and write from right offset.Terry Lv2009-11-27-13/+46
* ENGR00118294: Misc changes for v2009.08 upgrade.Terry Lv2009-11-11-0/+19
* u-boot v2009.08 sd/mmc support.Terry Lv2009-11-03-14/+43
* mmc: set bus width to 1 and clock to minimum early during initializationIlya Yanok2009-07-19-0/+3
* mmc: Fix decoding of SCR & function switch data on little-endian machinesYauhen Kharuzhy2009-06-02-5/+5
* mmc: Remove return from mmc_init for non SD 2.0 compatible cards.Yauhen Kharuzhy2009-06-02-4/+0
* mmc: drop unnecessary castsRabin Vincent2009-06-02-10/+10
* mmc: fix response decoding on little endianRabin Vincent2009-06-02-10/+10
* mmc: use lldiv to fix arm eabi buildRabin Vincent2009-06-02-3/+4
* mmc: check find_mmc_device return valueRabin Vincent2009-06-02-1/+1
* Replace __attribute references with __attribute__Peter Tyser2009-04-28-2/+2
* Add MMC FrameworkAndy Fleming2009-02-16-0/+930