summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sd.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: Clarify usage of mmc_set_signal_voltage()Ulf Hansson2017-02-131-2/+1
* mmc: core: Move public functions from host.h to private headersUlf Hansson2017-02-131-0/+1
* mmc: core: Move public functions from card.h to private headersUlf Hansson2017-02-131-0/+1
* mmc: sd: Meet alignment requirements for raw_ssr DMAPaul Burton2016-12-211-2/+10
* mmc: core: remove BUG_ONs from sdShawn Lin2016-12-051-14/+0
* mmc: sd: Export SD Status via “ssr” device attributeUri Yanai2016-09-261-18/+19
* mmc: core: Extend sysfs with DSR registerBojan Prtvar2016-07-251-0/+17
* mmc: core: Extend sysfs with OCR registerBojan Prtvar2016-07-251-0/+2
* mmc: core: remove redundant memset of mmc_decode_cidShawn Lin2016-03-171-2/+0
* mmc: core: Enable tuning according to the actual timingCarlo Caione2016-01-141-4/+4
* mmc: sd: limit SD card power limit according to cards capabilitiesRussell King2016-01-131-4/+16
* mmc: It is not an error for the card to be removed while suspendedAdrian Hunter2015-12-281-1/+1
* mmc: core: Make runtime resume default behavior for MMC/SDUlf Hansson2015-12-221-13/+2
* mmc: skip reclaiming host on mmc_add_card() errorSergei Shtylyov2015-10-261-2/+1
* mmc: core: Remove MMC_CLKGATEUlf Hansson2015-10-261-2/+0
* mmc: core: enable CMD19 tuning for DDR50 modeWeijun Yang2015-10-261-2/+18
* mmc: sd: Remove superfluous error code assignmentYousong Zhou2015-10-261-2/+0
* mmc: core: Remove redundant ->power_restore() callback for SDUlf Hansson2015-06-041-13/+1
* mmc: core: Record card drive strengthAdrian Hunter2015-06-011-0/+3
* mmc: core: Factor out common code in drive strength selectionAdrian Hunter2015-06-011-24/+3
* mmc: core: Add 'card' to drive strength selection callbackAdrian Hunter2015-06-011-1/+1
* mmc: core: Simplify card drive strength maskAdrian Hunter2015-06-011-10/+2
* mmc: core: Allow card drive strength to be different to hostAdrian Hunter2015-06-011-20/+13
* mmc: Add support for disabling write-protect detectionLars-Peter Clausen2015-06-011-7/+23
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-141-2/+2
|\
| * treewide: Fix typo in printk messagesMasanari Iida2015-03-061-2/+2
* | mmc: core: Simplify by adding mmc_execute_tuning()Adrian Hunter2015-01-191-9/+4
* | mmc: sd: add reset bus_ops callbackJohan Rudholm2015-01-191-0/+7
* | mmc: core: Support the optional init_card() callback for MMC and SDDoug Anderson2015-01-191-1/+6
|/
* mmc: Convert pr_warning to pr_warnJoe Perches2014-09-241-19/+14
* mmc: implement Driver Stage Register handlingSascha Hauer2014-09-091-0/+8
* mmc: drop the speed mode of card's stateSeungwon Jeon2014-05-121-13/+3
* mmc: Convert to use ATTRIBUTE_GROUPSAxel Lin2014-04-221-10/+2
* mmc: core: Use MMC_UNSAFE_RESUME as default behaviorUlf Hansson2014-02-131-22/+1
* mmc: core: sd: implement proper support for sd3.0 au sizesWolfram Sang2014-01-131-15/+22
* mmc: core: Add MMC_CAP_RUNTIME_RESUME to resume at runtime_resumeUlf Hansson2013-10-301-5/+7
* mmc: core: Improve runtime PM support during suspend/resume for sd/mmcUlf Hansson2013-10-301-9/+36
* mmc: core: Remove redundant mmc_power_up|off at runtime callbacksUlf Hansson2013-10-301-12/+1
* mmc: Don't force card to active state when entering suspend/shutdownUlf Hansson2013-10-301-4/+17
* mmc: core: Collect common code for card ocr validationUlf Hansson2013-10-301-19/+0
* mmc: core: Prevent violation of specs while initializing cardsUlf Hansson2013-10-301-1/+0
* mmc: core: Move cached value of the negotiated ocr mask to card structUlf Hansson2013-10-301-10/+12
* mmc: core: Let mmc_set_signal_voltage take ocr as parameterUlf Hansson2013-10-301-1/+2
* mmc: core: Let mmc_power_up|cycle take ocr as parameterUlf Hansson2013-10-301-2/+2
* mmc: sd: fix the maximum au_size for SD3.0Jaehoon Chung2013-08-241-2/+5
* mmc: core: free mmc_card if cmd 3,9,7 fails in mmc_sd_init_cardWei WANG2013-08-241-3/+3
* mmc: core: Add shutdown callback for SD bus_opsUlf Hansson2013-06-271-0/+2
* mmc: core: Push common suspend|resume code into each bus_opsUlf Hansson2013-06-271-0/+4
* mmc: core: Support aggressive power management for (e)MMC/SDUlf Hansson2013-05-261-0/+49
* mmc: block: Enable runtime pm for mmc blkdeviceUlf Hansson2013-05-261-2/+2