aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc.c
AgeCommit message (Expand)Author
2012-03-16MMC: Move Samsung specific e-MMC code out of generic codeScott Anderson
2012-03-13MMC: Fix error return on block erase.Scott Anderson
2012-03-03MMC: Change erase to use Secure TrimScott Anderson
2012-03-03MMC: Fix erase group size if ERASE_GRP_DEFScott Anderson
2012-03-03MMC: Fix, enhance and clean up interpretation of CIDScott Anderson
2012-03-03MMC: Keep Samsung Smart command from being compiled for SPLScott Anderson
2012-03-03MMC: Fix code for dumping Samsung MMC Smart ReportScott Anderson
2012-03-03MMC: Add command for dumping Samsung MMC Smart ReportScott Anderson
2012-03-03MMC: Fix a compiler warning and a comment typoScott Anderson
2012-03-03mmc: Change erase to do large contiguous blocks in one cmdMike J. Chen
2012-03-03MMC: Enhance mmc_berase() to handle blks < erase block sizeScott Anderson
2012-03-03Merge remote branch 'denx/master'Mike J. Chen
2012-03-03MMC: Change to lbaint_t for all start addressesMike J. Chen
2012-03-03MMC: fix 8-bit support and OCR_VOLTAGE_MASKMike J. Chen
2011-09-04mmc: Fix mmc_send_status()Marek Vasut
2011-07-26disk/part.c: Make features optionalMatthew McClintock
2011-07-15mmc: Access mode validation for eMMC cards > 2 GiBƁukasz Majewski
2011-07-15mmc: fix the condition for MMC version 4Yoshihiro Shimoda
2011-07-15MMC: add erase function to both mmc and sdLei Wen
2011-05-19Minor coding style cleanup.Wolfgang Denk
2011-05-18mmc: enable partition switch function for emmcLei Wen
2011-05-18cmd_mmc: eliminate device num in the mmc commandLei Wen
2011-04-29MMC: make b_max unconditionalJohn Rigby
2011-04-13MMC may wrongly regconize 2GB eMMC as high capacityRaffaele Recalcati
2011-04-13mmc: trace addedRaffaele Recalcati
2011-04-13mmc: SEND_OP_COND considers card capabilities (voltage)Raffaele Recalcati
2011-04-13mmc: checking status after commands with R1b responseRaffaele Recalcati
2011-04-13mmc: remove duplicated header fileMinkyu Kang
2011-04-13mmc: add generic mmc spi driverThomas Chou
2011-04-13mmc: constify & localize dataMike Frysinger
2011-04-13MMC: Max blocks value adjustableMatt Waddel
2011-04-13SD1.00 wide-bus fixAlagu Sankar
2010-11-04mmc: Add multi-block read support to the generic mmc driverAlagu Sankar
2010-11-04mmc: Clean up generic mmc driver multi-block write functionsSteve Sakoman
2010-10-27mmc: seperate block number into small parts for multi-write cmdLei Wen
2010-10-17MMC: Fix for capacity calculation on eMMCSukumar Ghorai
2010-09-19mmc: fix compiler warningsWolfgang Denk
2010-09-18mmc: add boundary check for mmc operationLei Wen
2010-03-11Fix memory leak in mmc_read()Wolfgang Denk
2010-03-07MMC: add weak function to detect MMC/SD cardStefano Babic
2010-03-07mmc: check correctness of the voltage mask in ocrStefano Babic
2009-07-19mmc: set bus width to 1 and clock to minimum early during initializationIlya Yanok
2009-06-02mmc: Fix decoding of SCR & function switch data on little-endian machinesYauhen Kharuzhy
2009-06-02mmc: Remove return from mmc_init for non SD 2.0 compatible cards.Yauhen Kharuzhy
2009-06-02mmc: drop unnecessary castsRabin Vincent
2009-06-02mmc: fix response decoding on little endianRabin Vincent
2009-06-02mmc: use lldiv to fix arm eabi buildRabin Vincent
2009-06-02mmc: check find_mmc_device return valueRabin Vincent
2009-04-28Replace __attribute references with __attribute__Peter Tyser
2009-02-16Add MMC FrameworkAndy Fleming