summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sd.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: reset signal voltage on power upAaron Lu2012-07-221-3/+0Star
* mmc: sd: Fix sd current limit settingAaron Lu2012-07-221-15/+54
* mmc: core: Simplify and fix for SD switch processingAaron Lu2012-07-221-72/+22Star
* mmc: core: correct invalid error checkingAlan Cox2012-07-211-1/+1
* mmc: sdhci: only set 200mA support for 1.8v if 200mA is availablePhilip Rakity2012-07-211-11/+12
* mmc: core: return an error on suspend if mmc_deselect_cards failsJaehoon Chung2012-06-061-2/+4
* mmc: core: Fixup suspend/resume issues for UHS-I cardsUlf Hansson2012-03-041-5/+3Star
* mmc: core: Ensure clocks are always enabled before host interactionSujit Reddy Thumma2012-02-141-4/+18
* mmc: core: HS200 mode support for eMMC 4.5Girish K S2012-01-121-1/+2
* mmc: allow upper layers to know immediately if card has been removedAdrian Hunter2012-01-121-1/+11
* mmc: sdio: support SDIO UHS cardsPhilip Rakity2012-01-121-1/+1
* mmc: sd: Macro name cleanup for high speed dtrQiang Liu2012-01-121-2/+2
* mmc: Fix implicit use of stat.h header in associated filesPaul Gortmaker2011-11-011-0/+1
* mmc: sd: Handle SD3.0 cards not supporting UHS-I bus speed modeSubhash Jadavani2011-10-261-3/+3
* mmc: replace printk with appropriate display macroGirish K S2011-10-261-20/+20
* mmc: core: Set correct bus mode before card initStefan Nilsson XK2011-10-261-2/+0Star
* mmc: core: Fix hangs related to insert/remove of cardsUlf Hansson2011-10-261-0/+1
* mmc: sd: UHS-I bus speed should be set last in UHS initializationSubhash Jadavani2011-08-311-28/+53
* mmc: core: Set non-default Drive Strength via platform hookPhilip Rakity2011-07-201-29/+39
* mmc: core: Block CMD23 support for UHS104/SDXC cards.Andrei Warkentin2011-05-251-0/+2
* mmc: core: eMMC signal voltage does not use CMD11Philip Rakity2011-05-251-2/+2
* mmc: sdhci: enable preset value after uhs initializationArindam Nath2011-05-251-0/+11
* mmc: sd: add support for tuning during uhs initializationArindam Nath2011-05-251-0/+6
* mmc: sd: report correct speed and capacity of uhs cardsArindam Nath2011-05-251-1/+9
* mmc: sd: set current limit for uhs cardsArindam Nath2011-05-251-0/+63
* mmc: sd: add support for uhs bus speed mode selectionArindam Nath2011-05-251-0/+65
* mmc: sd: add support for driver type selectionArindam Nath2011-05-251-26/+126
* mmc: sd: query function modes for uhs cardsArindam Nath2011-05-251-10/+58
* mmc: sd: add support for signal voltage switch procedureArindam Nath2011-05-251-2/+34
* 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-091-3/+8
* mmc: Add support for JMicron 388 SD/MMC controllerTakashi Iwai2011-01-091-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/+1Star
* mmc: propagate error codes back from bus drivers' suspend/resume methodsNicolas Pitre2009-09-231-10/+5Star
* 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-231-53/+42Star
* MMC core learns about SPIDavid Brownell2007-09-231-10/+38
* mmc: replace BUG_ON with WARN_ONPierre Ossman2007-09-231-4/+2Star
* mmc: improve error code feedbackPierre Ossman2007-09-231-5/+17