aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-08mmc: Change board_mmc_getcd() function prototype.Thierry Reding1-2/+2
2012-01-08mmc: add host_caps checking avoid switch card improperlyMacpaul Lin1-0/+10
2011-11-25Revert "mmc: retry the cmd8 to meet 74 clocks requirement in the spec"Macpaul Lin1-14/+2
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: retry the cmd8 to meet 74 clocks requirement in the specLei Wen1-2/+14
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-04mmc: Fix mmc_send_status()Marek Vasut1-1/+2
2011-07-26disk/part.c: Make features optionalMatthew McClintock1-0/+2
2011-07-15mmc: Access mode validation for eMMC cards > 2 GiBƁukasz Majewski1-1/+5
2011-07-15mmc: fix the condition for MMC version 4Yoshihiro Shimoda1-4/+11
2011-07-15MMC: add erase function to both mmc and sdLei Wen1-0/+102
2011-05-19Minor coding style cleanup.Wolfgang Denk1-4/+4
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-04-29MMC: make b_max unconditionalJohn Rigby1-4/+4
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 Chou1-20/+73
2011-04-13mmc: constify & localize dataMike Frysinger1-2/+2
2011-04-13MMC: Max blocks value adjustableMatt Waddel1-10/+9
2011-04-13SD1.00 wide-bus fixAlagu Sankar1-3/+3
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-27mmc: seperate block number into small parts for multi-write cmdLei Wen1-15/+39
2010-10-17MMC: Fix for capacity calculation on eMMCSukumar Ghorai1-0/+11
2010-09-19mmc: fix compiler warningsWolfgang Denk1-2/+2
2010-09-18mmc: add boundary check for mmc operationLei Wen1-0/+10
2010-03-11Fix memory leak in mmc_read()Wolfgang Denk1-1/+1
2010-03-07MMC: add weak function to detect MMC/SD cardStefano Babic1-0/+7
2010-03-07mmc: check correctness of the voltage mask in ocrStefano Babic1-1/+9
2009-07-19mmc: set bus width to 1 and clock to minimum early during initializationIlya Yanok1-0/+3
2009-06-02mmc: Fix decoding of SCR & function switch data on little-endian machinesYauhen Kharuzhy1-5/+5
2009-06-02mmc: Remove return from mmc_init for non SD 2.0 compatible cards.Yauhen Kharuzhy1-4/+0
2009-06-02mmc: drop unnecessary castsRabin Vincent1-10/+10
2009-06-02mmc: fix response decoding on little endianRabin Vincent1-10/+10
2009-06-02mmc: use lldiv to fix arm eabi buildRabin Vincent1-3/+4
2009-06-02mmc: check find_mmc_device return valueRabin Vincent1-1/+1
2009-04-28Replace __attribute references with __attribute__Peter Tyser1-2/+2
2009-02-16Add MMC FrameworkAndy Fleming1-0/+930