aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31mmc: Fix implicit use of stat.h header in associated filesPaul Gortmaker1-0/+1
2011-10-26mmc: sd: Handle SD3.0 cards not supporting UHS-I bus speed modeSubhash Jadavani1-3/+3
2011-10-26mmc: replace printk with appropriate display macroGirish K S1-20/+20
2011-10-26mmc: core: Set correct bus mode before card initStefan Nilsson XK1-2/+0
2011-10-26mmc: core: Fix hangs related to insert/remove of cardsUlf Hansson1-0/+1
2011-08-31mmc: sd: UHS-I bus speed should be set last in UHS initializationSubhash Jadavani1-28/+53
2011-07-20mmc: core: Set non-default Drive Strength via platform hookPhilip Rakity1-29/+39
2011-05-25mmc: core: Block CMD23 support for UHS104/SDXC cards.Andrei Warkentin1-0/+2
2011-05-24mmc: core: eMMC signal voltage does not use CMD11Philip Rakity1-2/+2
2011-05-24mmc: sdhci: enable preset value after uhs initializationArindam Nath1-0/+11
2011-05-24mmc: sd: add support for tuning during uhs initializationArindam Nath1-0/+6
2011-05-24mmc: sd: report correct speed and capacity of uhs cardsArindam Nath1-1/+9
2011-05-24mmc: sd: set current limit for uhs cardsArindam Nath1-0/+63
2011-05-24mmc: sd: add support for uhs bus speed mode selectionArindam Nath1-0/+65
2011-05-24mmc: sd: add support for driver type selectionArindam Nath1-26/+126
2011-05-24mmc: sd: query function modes for uhs cardsArindam Nath1-10/+58
2011-05-24mmc: sd: add support for signal voltage switch procedureArindam Nath1-2/+34
2011-03-15mmc: Ensure prototypes for SD API are visible in sd.cMark Brown1-0/+1
2011-01-08mmc: Fix sd/sdio/mmc initialization frequency retriesAndy Ross1-3/+8
2011-01-08mmc: Add support for JMicron 388 SD/MMC controllerTakashi Iwai1-1/+4
2010-10-23mmc: propagate power save/restore ops return valueOhad Ben-Cohen1-2/+6
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-0/+82
2010-08-11mmc: split mmc_sd_init_card()Michal Miroslaw1-104/+145
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
2009-12-15mmc: add module parameter to set whether cards are assumed removableBen Hutchings1-20/+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: 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_spi: do not check CID and CSD blocks with CRC16Wolfgang Muees1-9/+12
2008-07-15MMC: Trivial comment cleanupDeepak Saxena1-1/+1
2008-07-15mmc: change .get_ro() callback semanticsAnton Vorontsov1-2/+2
2008-03-22mmc: use sysfs groups to handle conditional attributesPierre Ossman1-53/+42
2007-09-23MMC core learns about SPIDavid Brownell1-10/+38
2007-09-23mmc: replace BUG_ON with WARN_ONPierre Ossman1-4/+2
2007-09-23mmc: improve error code feedbackPierre Ossman1-5/+17
2007-09-23mmc: remove custom error codesPierre Ossman1-28/+28
2007-07-26mmc: add missing printk levelsPierre Ossman1-8/+6
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: refactor bus operationsPierre Ossman1-8/+55
2007-06-13mmc: get back read-only switch functionPierre Ossman1-0/+15
2007-06-07mmc: don't call switch on old cardsPierre Ossman1-4/+20
2007-06-07mmc: fix broken if clausePierre Ossman1-1/+1
2007-05-01mmc: remove old card statesPierre Ossman1-8/+15
2007-05-01mmc: support unsafe resume of cardsPierre Ossman1-110/+208
2007-05-01mmc: break apart switch functionPierre Ossman1-8/+41