summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/mmc.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-24mmc: MMC boot partitions support.Andrei Warkentin1-5/+17
2011-05-24mmc: core: Allow setting CMD timeout for CMD6 (SWITCH).Andrei Warkentin1-6/+8
2011-05-24mmc: Reliable write support.Andrei Warkentin1-0/+5
2011-05-24mmc: Ensure linux starts in eMMC user partitionPhilip Rakity1-0/+10
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-16mmc: check if mmc cards < 2GB do sector addressingPhilip Rakity1-1/+11
2011-03-15mmc: export eMMC4.4 enhanced area details to sysfsChuanxiao Dong1-0/+74
2011-01-08mmc: Fix sd/sdio/mmc initialization frequency retriesAndy Ross1-4/+9
2011-01-08mmc: fix mmc_set_bus_width_ddr() call without bus-width-test capTakashi Iwai1-2/+2
2011-01-08mmc: Test bus-width for old MMC devicesAries Lee1-29/+47
2011-01-08mmc: Add support for JMicron 388 SD/MMC controllerTakashi Iwai1-0/+2
2010-11-07mmc: Fix printing of card DDR typePhilip Rakity1-2/+6
2010-10-23mmc: propagate power save/restore ops return valueOhad Ben-Cohen1-2/+6
2010-10-23mmc: refine DDR supportAdrian Hunter1-3/+3
2010-10-23mmc: Fixes for Dual Data Rate (DDR) supportAdrian Hunter1-10/+11
2010-10-23mmc: MMC 4.4 DDR supportHanumath Prasad1-2/+35
2010-10-23mmc: Add helper function to check if a card is removableMatt Fleming1-1/+1
2010-08-12mmc: add erase, secure erase, trim and secure trim operationsAdrian Hunter1-1/+46
2010-08-11mmc: only set blockaddressed for > 2GiB cardsHanumath Prasad1-1/+3
2010-08-11mmc: recognize CSD structureKyungmin Park1-7/+19
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-24mmc: fix incorrect interpretation of card type bitsAdrian Hunter1-2/+1
2010-01-11mmc: allow for MMC v4.4Adrian Hunter1-1/+1
2009-12-15mmc: add module parameter to set whether cards are assumed removableBen Hutchings1-22/+1
2009-09-23mmc: propagate error codes back from bus drivers' suspend/resume methodsNicolas Pitre1-10/+5
2009-09-23mmc_spi: fail gracefully if host or card do not support the switch commandWolfgang Muees1-5/+5
2009-09-23mmc: check status after MMC SWITCH commandAdrian Hunter1-6/+18
2009-09-23mmc: add mmc card sleep and awake supportJarkko Lavinen1-5/+49
2009-09-23mmc: add ability to save power by powering off cardsAdrian Hunter1-0/+11
2009-09-23mmc: add MMC_CAP_NONREMOVABLE host capabilityAdrian Hunter1-7/+34
2009-09-15driver model: constify attribute groupsDavid Brownell1-1/+1
2009-04-08mmc: Accept EXT_CSD rev 1.3 since it is backwards compatible with 1.2Jarkko Lavinen1-1/+1
2008-12-31mmc: Add 8-bit bus width supportJarkko Lavinen1-4/+14
2008-07-15MMC: Trivial comment cleanupDeepak Saxena1-1/+1
2008-03-22mmc: use sysfs groups to handle conditional attributesPierre Ossman1-51/+39
2007-10-17mmc: possible leak in mmc_read_ext_csdFlorin Malita1-1/+2
2007-09-23MMC core learns about SPIDavid Brownell1-13/+37
2007-09-23mmc: replace BUG_ON with WARN_ONPierre Ossman1-2/+2
2007-09-23mmc: add missing printk levelsPierre Ossman1-2/+3
2007-09-23mmc: read ext_csd version numberPierre Ossman1-7/+17
2007-09-23mmc: improve error code feedbackPierre Ossman1-8/+19
2007-09-23mmc: remove custom error codesPierre Ossman1-18/+18
2007-07-26mmc: add missing printk levelsPierre Ossman1-2/+2
2007-07-26mmc: be more verbose about card insertions/removalPierre Ossman1-1/+6
2007-07-26mmc: Don't hold lock when releasing an added cardPierre Ossman1-5/+8
2007-07-26mmc: update header file pathsPierre Ossman1-1/+1
2007-07-09mmc: fix silly copy-and-paste errorPierre Ossman1-3/+3
2007-07-09mmc: refactor bus operationsPierre Ossman1-6/+53
2007-05-01mmc: remove old card statesPierre Ossman1-8/+14
2007-05-01mmc: support unsafe resume of cardsPierre Ossman1-97/+192