summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/mmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: CMD7:MMC_CMD_SELECT_CARD response fixAjay Bhargav2011-11-031-1/+1
* mmc: test mmc bus width on startupLei Wen2011-11-031-18/+26
* mmc: change magic number to macro defineLei Wen2011-11-031-9/+12
* mmc: retry the cmd8 to meet 74 clocks requirement in the specLei Wen2011-11-031-2/+14
* mmc: dcache: allocate cache aligned buffers for ext_csdAnton staaf2011-10-251-2/+2
* mmc: dcache: allocate cache aligned buffer for scr and switch_statusAnton staaf2011-10-251-5/+5
* mmc: Fix mmc_send_status()Marek Vasut2011-09-041-1/+2
* disk/part.c: Make features optionalMatthew McClintock2011-07-261-0/+2
* mmc: Access mode validation for eMMC cards > 2 GiBŁukasz Majewski2011-07-151-1/+5
* mmc: fix the condition for MMC version 4Yoshihiro Shimoda2011-07-151-4/+11
* MMC: add erase function to both mmc and sdLei Wen2011-07-151-0/+102
* Minor coding style cleanup.Wolfgang Denk2011-05-191-4/+4
* mmc: enable partition switch function for emmcLei Wen2011-05-181-1/+29
* cmd_mmc: eliminate device num in the mmc commandLei Wen2011-05-181-0/+5
* MMC: make b_max unconditionalJohn Rigby2011-04-291-4/+4
* MMC may wrongly regconize 2GB eMMC as high capacityRaffaele Recalcati2011-04-131-3/+0
* mmc: trace addedRaffaele Recalcati2011-04-131-0/+57
* mmc: SEND_OP_COND considers card capabilities (voltage)Raffaele Recalcati2011-04-131-3/+18
* mmc: checking status after commands with R1b responseRaffaele Recalcati2011-04-131-3/+59
* mmc: remove duplicated header fileMinkyu Kang2011-04-131-1/+0
* mmc: add generic mmc spi driverThomas Chou2011-04-131-20/+73
* mmc: constify & localize dataMike Frysinger2011-04-131-2/+2
* MMC: Max blocks value adjustableMatt Waddel2011-04-131-10/+9
* SD1.00 wide-bus fixAlagu Sankar2011-04-131-3/+3
* mmc: Add multi-block read support to the generic mmc driverAlagu Sankar2010-11-041-71/+39
* mmc: Clean up generic mmc driver multi-block write functionsSteve Sakoman2010-11-041-24/+14
* mmc: seperate block number into small parts for multi-write cmdLei Wen2010-10-271-15/+39
* MMC: Fix for capacity calculation on eMMCSukumar Ghorai2010-10-171-0/+11
* mmc: fix compiler warningsWolfgang Denk2010-09-191-2/+2
* mmc: add boundary check for mmc operationLei Wen2010-09-181-0/+10
* Fix memory leak in mmc_read()Wolfgang Denk2010-03-111-1/+1
* MMC: add weak function to detect MMC/SD cardStefano Babic2010-03-071-0/+7
* mmc: check correctness of the voltage mask in ocrStefano Babic2010-03-071-1/+9
* mmc: set bus width to 1 and clock to minimum early during initializationIlya Yanok2009-07-191-0/+3
* mmc: Fix decoding of SCR & function switch data on little-endian machinesYauhen Kharuzhy2009-06-021-5/+5
* mmc: Remove return from mmc_init for non SD 2.0 compatible cards.Yauhen Kharuzhy2009-06-021-4/+0
* mmc: drop unnecessary castsRabin Vincent2009-06-021-10/+10
* mmc: fix response decoding on little endianRabin Vincent2009-06-021-10/+10
* mmc: use lldiv to fix arm eabi buildRabin Vincent2009-06-021-3/+4
* mmc: check find_mmc_device return valueRabin Vincent2009-06-021-1/+1
* Replace __attribute references with __attribute__Peter Tyser2009-04-281-2/+2
* Add MMC FrameworkAndy Fleming2009-02-161-0/+930
OpenPOWER on IntegriCloud