aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-12mmc: drop the speed mode of card's stateSeungwon Jeon1-13/+3
2014-04-22mmc: Convert to use ATTRIBUTE_GROUPSAxel Lin1-10/+2
2014-02-13mmc: core: Use MMC_UNSAFE_RESUME as default behaviorUlf Hansson1-22/+1
2014-01-13mmc: core: sd: implement proper support for sd3.0 au sizesWolfram Sang1-15/+22
2013-10-30mmc: core: Add MMC_CAP_RUNTIME_RESUME to resume at runtime_resumeUlf Hansson1-5/+7
2013-10-30mmc: core: Improve runtime PM support during suspend/resume for sd/mmcUlf Hansson1-9/+36
2013-10-30mmc: core: Remove redundant mmc_power_up|off at runtime callbacksUlf Hansson1-12/+1
2013-10-30mmc: Don't force card to active state when entering suspend/shutdownUlf Hansson1-4/+17
2013-10-30mmc: core: Collect common code for card ocr validationUlf Hansson1-19/+0
2013-10-30mmc: core: Prevent violation of specs while initializing cardsUlf Hansson1-1/+0
2013-10-30mmc: core: Move cached value of the negotiated ocr mask to card structUlf Hansson1-10/+12
2013-10-30mmc: core: Let mmc_set_signal_voltage take ocr as parameterUlf Hansson1-1/+2
2013-10-30mmc: core: Let mmc_power_up|cycle take ocr as parameterUlf Hansson1-2/+2
2013-08-24mmc: sd: fix the maximum au_size for SD3.0Jaehoon Chung1-2/+5
2013-08-24mmc: core: free mmc_card if cmd 3,9,7 fails in mmc_sd_init_cardWei WANG1-3/+3
2013-06-27mmc: core: Add shutdown callback for SD bus_opsUlf Hansson1-0/+2
2013-06-27mmc: core: Push common suspend|resume code into each bus_opsUlf Hansson1-0/+4
2013-05-26mmc: core: Support aggressive power management for (e)MMC/SDUlf Hansson1-0/+49
2013-05-26mmc: block: Enable runtime pm for mmc blkdeviceUlf Hansson1-2/+2
2013-05-26mmc: core: Only execute tuning for SDR50 and SDR104Fredrik Soderstedt1-2/+7
2013-02-24mmc: sdhci: enhance preset value functionKevin Liu1-17/+0
2013-02-24mmc: core: Fixup signal voltage switchJohan Rudholm1-5/+16
2013-02-24mmc: core: Break out start_signal_voltage_switchJohan Rudholm1-1/+1
2013-02-24mmc: sd: Simplify by using mmc_host_uhsJohan Rudholm1-4/+2
2012-07-22mmc: core: reset signal voltage on power upAaron Lu1-3/+0
2012-07-22mmc: sd: Fix sd current limit settingAaron Lu1-15/+54
2012-07-22mmc: core: Simplify and fix for SD switch processingAaron Lu1-72/+22
2012-07-21mmc: core: correct invalid error checkingAlan Cox1-1/+1
2012-07-21mmc: sdhci: only set 200mA support for 1.8v if 200mA is availablePhilip Rakity1-11/+12
2012-06-06mmc: core: return an error on suspend if mmc_deselect_cards failsJaehoon Chung1-2/+4
2012-03-04mmc: core: Fixup suspend/resume issues for UHS-I cardsUlf Hansson1-5/+3
2012-02-13mmc: core: Ensure clocks are always enabled before host interactionSujit Reddy Thumma1-4/+18
2012-01-12mmc: core: HS200 mode support for eMMC 4.5Girish K S1-1/+2
2012-01-11mmc: allow upper layers to know immediately if card has been removedAdrian Hunter1-1/+11
2012-01-11mmc: sdio: support SDIO UHS cardsPhilip Rakity1-1/+1
2012-01-11mmc: sd: Macro name cleanup for high speed dtrQiang Liu1-2/+2
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