summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/sd.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-14mmc: core: Enable tuning according to the actual timingCarlo Caione1-4/+4
2016-01-13mmc: sd: limit SD card power limit according to cards capabilitiesRussell King1-4/+16
2015-12-28mmc: It is not an error for the card to be removed while suspendedAdrian Hunter1-1/+1
2015-12-22mmc: core: Make runtime resume default behavior for MMC/SDUlf Hansson1-13/+2
2015-10-26mmc: skip reclaiming host on mmc_add_card() errorSergei Shtylyov1-2/+1
2015-10-26mmc: core: Remove MMC_CLKGATEUlf Hansson1-2/+0
2015-10-26mmc: core: enable CMD19 tuning for DDR50 modeWeijun Yang1-2/+18
2015-10-26mmc: sd: Remove superfluous error code assignmentYousong Zhou1-2/+0
2015-06-04mmc: core: Remove redundant ->power_restore() callback for SDUlf Hansson1-13/+1
2015-06-01mmc: core: Record card drive strengthAdrian Hunter1-0/+3
2015-06-01mmc: core: Factor out common code in drive strength selectionAdrian Hunter1-24/+3
2015-06-01mmc: core: Add 'card' to drive strength selection callbackAdrian Hunter1-1/+1
2015-06-01mmc: core: Simplify card drive strength maskAdrian Hunter1-10/+2
2015-06-01mmc: core: Allow card drive strength to be different to hostAdrian Hunter1-20/+13
2015-06-01mmc: Add support for disabling write-protect detectionLars-Peter Clausen1-7/+23
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2015-03-07treewide: Fix typo in printk messagesMasanari Iida1-2/+2
2015-01-19mmc: core: Simplify by adding mmc_execute_tuning()Adrian Hunter1-9/+4
2015-01-19mmc: sd: add reset bus_ops callbackJohan Rudholm1-0/+7
2015-01-19mmc: core: Support the optional init_card() callback for MMC and SDDoug Anderson1-1/+6
2014-09-24mmc: Convert pr_warning to pr_warnJoe Perches1-19/+14
2014-09-09mmc: implement Driver Stage Register handlingSascha Hauer1-0/+8
2014-05-13mmc: drop the speed mode of card's stateSeungwon Jeon1-13/+3
2014-04-22mmc: Convert to use ATTRIBUTE_GROUPSAxel Lin1-10/+2
2014-02-14mmc: 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-31mmc: core: Add MMC_CAP_RUNTIME_RESUME to resume at runtime_resumeUlf Hansson1-5/+7
2013-10-31mmc: core: Improve runtime PM support during suspend/resume for sd/mmcUlf Hansson1-9/+36
2013-10-31mmc: core: Remove redundant mmc_power_up|off at runtime callbacksUlf Hansson1-12/+1
2013-10-31mmc: Don't force card to active state when entering suspend/shutdownUlf Hansson1-4/+17
2013-10-31mmc: core: Collect common code for card ocr validationUlf Hansson1-19/+0
2013-10-31mmc: core: Prevent violation of specs while initializing cardsUlf Hansson1-1/+0
2013-10-31mmc: core: Move cached value of the negotiated ocr mask to card structUlf Hansson1-10/+12
2013-10-31mmc: core: Let mmc_set_signal_voltage take ocr as parameterUlf Hansson1-1/+2
2013-10-31mmc: core: Let mmc_power_up|cycle take ocr as parameterUlf Hansson1-2/+2
2013-08-25mmc: sd: fix the maximum au_size for SD3.0Jaehoon Chung1-2/+5
2013-08-25mmc: 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