aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/mmc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 implicit slab.h inclusion from percpu.hTejun 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
2007-05-01mmc: separate out reading EXT_CSDPierre Ossman1-40/+35
2007-05-01MMC: Fix handling of low-voltage cardsPhilip Langdale1-0/+11
2007-05-01mmc: add bus handlerPierre Ossman1-0/+430