aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-08mmc: core: Rename ->reset() bus ops to ->hw_reset()Ulf Hansson1-2/+2
2018-05-02mmc: core: Add capability to avoid 3.3V signalingKyle Roeschley1-0/+8
2018-03-15mmc: core: Export card RCA register via sysfsHarish Jenny K N1-0/+2
2018-03-15mmc: sd: Remove redundant err assignment from mmc_read_switchShawn Lin1-2/+0
2018-03-15mmc: core: Don't try UHS-I mode if 4-bit mode isn't supportedShawn Lin1-11/+5
2017-11-29mmc: core: prepend 0x to OCR entry in sysfsBastian Stender1-1/+1
2017-10-30mmc: sd: Fix signal voltage when there is no power cycleAdrian Hunter1-2/+45
2017-10-30mmc: core: Introduce host claiming by contextAdrian Hunter1-2/+2
2017-08-30mmc: core: correct taac parameter according to the specificationShawn Lin1-6/+6
2017-06-20mmc: core: Re-factor code for sending CIDUlf Hansson1-5/+1
2017-06-20mmc: core: Delete error messages for failed memory allocationsMarkus Elfring1-13/+3
2017-04-24mmc: core: add proper be32 annotationWinkler, Tomas1-2/+2
2017-02-13mmc: core: Clarify usage of mmc_set_signal_voltage()Ulf Hansson1-2/+1
2017-02-13mmc: core: Move public functions from host.h to private headersUlf Hansson1-0/+1
2017-02-13mmc: core: Move public functions from card.h to private headersUlf Hansson1-0/+1
2016-12-21mmc: sd: Meet alignment requirements for raw_ssr DMAPaul Burton1-2/+10
2016-12-05mmc: core: remove BUG_ONs from sdShawn Lin1-14/+0
2016-09-26mmc: sd: Export SD Status via “ssr” device attributeUri Yanai1-18/+19
2016-07-25mmc: core: Extend sysfs with DSR registerBojan Prtvar1-0/+17
2016-07-25mmc: core: Extend sysfs with OCR registerBojan Prtvar1-0/+2
2016-03-17mmc: core: remove redundant memset of mmc_decode_cidShawn Lin1-2/+0
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/jikos/trivialLinus Torvalds1-2/+2
2015-03-06treewide: 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-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