aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/core/sd.c
AgeCommit message (Expand)Author
2013-07-01mmc: sd: Add retries in re-detectionSan Mehat
2013-07-01mmc: sd: When resuming, try a little harder to init the cardSan Mehat
2013-07-01mmc: sd: Add new CONFIG_MMC_PARANOID_SD_INIT for enabling retries during SD d...San Mehat
2013-02-24mmc: sdhci: enhance preset value functionKevin Liu
2013-02-24mmc: core: Fixup signal voltage switchJohan Rudholm
2013-02-24mmc: core: Break out start_signal_voltage_switchJohan Rudholm
2013-02-24mmc: sd: Simplify by using mmc_host_uhsJohan Rudholm
2012-07-22mmc: core: reset signal voltage on power upAaron Lu
2012-07-22mmc: sd: Fix sd current limit settingAaron Lu
2012-07-22mmc: core: Simplify and fix for SD switch processingAaron Lu
2012-07-21mmc: core: correct invalid error checkingAlan Cox
2012-07-21mmc: sdhci: only set 200mA support for 1.8v if 200mA is availablePhilip Rakity
2012-06-06mmc: core: return an error on suspend if mmc_deselect_cards failsJaehoon Chung
2012-03-04mmc: core: Fixup suspend/resume issues for UHS-I cardsUlf Hansson
2012-02-13mmc: core: Ensure clocks are always enabled before host interactionSujit Reddy Thumma
2012-01-12mmc: core: HS200 mode support for eMMC 4.5Girish K S
2012-01-11mmc: allow upper layers to know immediately if card has been removedAdrian Hunter
2012-01-11mmc: sdio: support SDIO UHS cardsPhilip Rakity
2012-01-11mmc: sd: Macro name cleanup for high speed dtrQiang Liu
2011-10-31mmc: Fix implicit use of stat.h header in associated filesPaul Gortmaker
2011-10-26mmc: sd: Handle SD3.0 cards not supporting UHS-I bus speed modeSubhash Jadavani
2011-10-26mmc: replace printk with appropriate display macroGirish K S
2011-10-26mmc: core: Set correct bus mode before card initStefan Nilsson XK
2011-10-26mmc: core: Fix hangs related to insert/remove of cardsUlf Hansson
2011-08-31mmc: sd: UHS-I bus speed should be set last in UHS initializationSubhash Jadavani
2011-07-20mmc: core: Set non-default Drive Strength via platform hookPhilip Rakity
2011-05-25mmc: core: Block CMD23 support for UHS104/SDXC cards.Andrei Warkentin
2011-05-24mmc: core: eMMC signal voltage does not use CMD11Philip Rakity
2011-05-24mmc: sdhci: enable preset value after uhs initializationArindam Nath
2011-05-24mmc: sd: add support for tuning during uhs initializationArindam Nath
2011-05-24mmc: sd: report correct speed and capacity of uhs cardsArindam Nath
2011-05-24mmc: sd: set current limit for uhs cardsArindam Nath
2011-05-24mmc: sd: add support for uhs bus speed mode selectionArindam Nath
2011-05-24mmc: sd: add support for driver type selectionArindam Nath
2011-05-24mmc: sd: query function modes for uhs cardsArindam Nath
2011-05-24mmc: sd: add support for signal voltage switch procedureArindam Nath
2011-03-15mmc: Ensure prototypes for SD API are visible in sd.cMark Brown
2011-01-08mmc: Fix sd/sdio/mmc initialization frequency retriesAndy Ross
2011-01-08mmc: Add support for JMicron 388 SD/MMC controllerTakashi Iwai
2010-10-23mmc: propagate power save/restore ops return valueOhad Ben-Cohen
2010-10-23mmc: Add helper function to check if a card is removableMatt Fleming
2010-08-12mmc: add erase, secure erase, trim and secure trim operationsAdrian Hunter
2010-08-11mmc: split mmc_sd_init_card()Michal Miroslaw
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-15mmc: add module parameter to set whether cards are assumed removableBen Hutchings
2009-09-23mmc: propagate error codes back from bus drivers' suspend/resume methodsNicolas Pitre
2009-09-23mmc_spi: fail gracefully if host or card do not support the switch commandWolfgang Muees
2009-09-23mmc: add ability to save power by powering off cardsAdrian Hunter
2009-09-23mmc: add MMC_CAP_NONREMOVABLE host capabilityAdrian Hunter
2009-09-15driver model: constify attribute groupsDavid Brownell