summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/mmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: Fix sd/sdio/mmc initialization frequency retriesAndy Ross2011-01-081-4/+9
* mmc: fix mmc_set_bus_width_ddr() call without bus-width-test capTakashi Iwai2011-01-081-2/+2
* mmc: Test bus-width for old MMC devicesAries Lee2011-01-081-29/+47
* mmc: Add support for JMicron 388 SD/MMC controllerTakashi Iwai2011-01-081-0/+2
* mmc: Fix printing of card DDR typePhilip Rakity2010-11-071-2/+6
* mmc: propagate power save/restore ops return valueOhad Ben-Cohen2010-10-231-2/+6
* mmc: refine DDR supportAdrian Hunter2010-10-231-3/+3
* mmc: Fixes for Dual Data Rate (DDR) supportAdrian Hunter2010-10-231-10/+11
* mmc: MMC 4.4 DDR supportHanumath Prasad2010-10-231-2/+35
* mmc: Add helper function to check if a card is removableMatt Fleming2010-10-231-1/+1
* mmc: add erase, secure erase, trim and secure trim operationsAdrian Hunter2010-08-121-1/+46
* mmc: only set blockaddressed for > 2GiB cardsHanumath Prasad2010-08-111-1/+3
* mmc: recognize CSD structureKyungmin Park2010-08-111-7/+19
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* mmc: fix incorrect interpretation of card type bitsAdrian Hunter2010-03-241-2/+1
* mmc: allow for MMC v4.4Adrian Hunter2010-01-111-1/+1
* mmc: add module parameter to set whether cards are assumed removableBen Hutchings2009-12-151-22/+1
* mmc: propagate error codes back from bus drivers' suspend/resume methodsNicolas Pitre2009-09-231-10/+5
* mmc_spi: fail gracefully if host or card do not support the switch commandWolfgang Muees2009-09-231-5/+5
* mmc: check status after MMC SWITCH commandAdrian Hunter2009-09-231-6/+18
* mmc: add mmc card sleep and awake supportJarkko Lavinen2009-09-231-5/+49
* mmc: add ability to save power by powering off cardsAdrian Hunter2009-09-231-0/+11
* mmc: add MMC_CAP_NONREMOVABLE host capabilityAdrian Hunter2009-09-231-7/+34
* driver model: constify attribute groupsDavid Brownell2009-09-151-1/+1
* mmc: Accept EXT_CSD rev 1.3 since it is backwards compatible with 1.2Jarkko Lavinen2009-04-081-1/+1
* mmc: Add 8-bit bus width supportJarkko Lavinen2008-12-311-4/+14
* MMC: Trivial comment cleanupDeepak Saxena2008-07-151-1/+1
* mmc: use sysfs groups to handle conditional attributesPierre Ossman2008-03-221-51/+39
* mmc: possible leak in mmc_read_ext_csdFlorin Malita2007-10-171-1/+2
* MMC core learns about SPIDavid Brownell2007-09-231-13/+37
* mmc: replace BUG_ON with WARN_ONPierre Ossman2007-09-231-2/+2
* mmc: add missing printk levelsPierre Ossman2007-09-231-2/+3
* mmc: read ext_csd version numberPierre Ossman2007-09-231-7/+17
* mmc: improve error code feedbackPierre Ossman2007-09-231-8/+19
* mmc: remove custom error codesPierre Ossman2007-09-231-18/+18
* mmc: add missing printk levelsPierre Ossman2007-07-261-2/+2
* mmc: be more verbose about card insertions/removalPierre Ossman2007-07-261-1/+6
* mmc: Don't hold lock when releasing an added cardPierre Ossman2007-07-261-5/+8
* mmc: update header file pathsPierre Ossman2007-07-261-1/+1
* mmc: fix silly copy-and-paste errorPierre Ossman2007-07-091-3/+3
* mmc: refactor bus operationsPierre Ossman2007-07-091-6/+53
* mmc: remove old card statesPierre Ossman2007-05-011-8/+14
* mmc: support unsafe resume of cardsPierre Ossman2007-05-011-97/+192
* mmc: separate out reading EXT_CSDPierre Ossman2007-05-011-40/+35
* MMC: Fix handling of low-voltage cardsPhilip Langdale2007-05-011-0/+11
* mmc: add bus handlerPierre Ossman2007-05-011-0/+430