summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sd.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: Ensure prototypes for SD API are visible in sd.cMark Brown2011-03-151-0/+1
* mmc: Fix sd/sdio/mmc initialization frequency retriesAndy Ross2011-01-081-3/+8
* mmc: Add support for JMicron 388 SD/MMC controllerTakashi Iwai2011-01-081-1/+4
* mmc: propagate power save/restore ops return valueOhad Ben-Cohen2010-10-231-2/+6
* 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-0/+82
* mmc: split mmc_sd_init_card()Michal Miroslaw2010-08-111-104/+145
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* mmc: add module parameter to set whether cards are assumed removableBen Hutchings2009-12-151-20/+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: 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_spi: do not check CID and CSD blocks with CRC16Wolfgang Muees2009-04-081-9/+12
* MMC: Trivial comment cleanupDeepak Saxena2008-07-151-1/+1
* mmc: change .get_ro() callback semanticsAnton Vorontsov2008-07-151-2/+2
* mmc: use sysfs groups to handle conditional attributesPierre Ossman2008-03-221-53/+42
* MMC core learns about SPIDavid Brownell2007-09-231-10/+38
* mmc: replace BUG_ON with WARN_ONPierre Ossman2007-09-231-4/+2
* mmc: improve error code feedbackPierre Ossman2007-09-231-5/+17
* mmc: remove custom error codesPierre Ossman2007-09-231-28/+28
* mmc: add missing printk levelsPierre Ossman2007-07-261-8/+6
* 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: refactor bus operationsPierre Ossman2007-07-091-8/+55
* mmc: get back read-only switch functionPierre Ossman2007-06-131-0/+15
* mmc: don't call switch on old cardsPierre Ossman2007-06-071-4/+20
* mmc: fix broken if clausePierre Ossman2007-06-071-1/+1
* mmc: remove old card statesPierre Ossman2007-05-011-8/+15
* mmc: support unsafe resume of cardsPierre Ossman2007-05-011-110/+208
* mmc: break apart switch functionPierre Ossman2007-05-011-8/+41
* MMC: Fix handling of low-voltage cardsPhilip Langdale2007-05-011-0/+18
* mmc: add bus handlerPierre Ossman2007-05-011-0/+431
OpenPOWER on IntegriCloud