summaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc.c
Commit message (Expand)AuthorAgeLines
* mmc: CMD7:MMC_CMD_SELECT_CARD response fixAjay Bhargav2012-03-29-1/+1
* ENGR00139221 USDHC Add SDXC UHS-I supportAnish Trivedi2011-10-27-15/+210
* ENGR00156670-2 MMC: Fixed some bugs in common codeAnish Trivedi2011-09-13-1/+1
* ENGR00156304 eMMC: Need to update partition config after changing boot partitionAnish Trivedi2011-09-08-32/+33
* ENGR00154666-3: Align u-boot mmc command with communityTerry Lv2011-09-01-309/+540
* ENGR00144424 MX6: enable uboot for ARM2(SABREAUTO) CPU boardAnson Huang2011-06-24-2/+2
* ENGR00140873: MMC may wrongly regconize 2GB eMMC as high capacityTerry Lv2011-03-21-2/+4
* ENGR00136863-1: Change mmc framework architecture.Terry Lv2010-12-29-200/+134
* ENGR00136038: Remove config CONFIG_EMMC_DDR_MODETerry Lv2010-12-10-20/+6
* ENGR00125036 Uboot Add eMMC 4.4 supportAnish Trivedi2010-07-20-4/+105
* ENGR00123782 Fix boot partition problem for emmcAnish Trivedi2010-06-24-52/+66
* 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