summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sd.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: Enable the MMC host software queue for the SD cardBaolin Wang2020-03-241-0/+10
* mmc: core: Fix init of SD cards reporting an invalid VDD rangeUlf Hansson2019-08-301-0/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* mmc: core: Verify SD bus widthRaul E Rangel2019-05-061-0/+8
* mmc: core: Add a debug print when the card may have been replacedhongjiefang2019-02-281-1/+4
* mmc: core: Add discard support to sdAvri Altman2019-02-281-1/+9
* mmc: core: Indicate SD specs higher than 4.0Avri Altman2019-02-251-0/+5
* mmc: core: Calculate the discard arg only onceAvri Altman2019-02-251-0/+2
* mmc: core: Rename ->reset() bus ops to ->hw_reset()Ulf Hansson2018-05-081-2/+2
* mmc: core: Add capability to avoid 3.3V signalingKyle Roeschley2018-05-021-0/+8
* mmc: core: Export card RCA register via sysfsHarish Jenny K N2018-03-151-0/+2
* mmc: sd: Remove redundant err assignment from mmc_read_switchShawn Lin2018-03-151-2/+0
* mmc: core: Don't try UHS-I mode if 4-bit mode isn't supportedShawn Lin2018-03-151-11/+5
* mmc: core: prepend 0x to OCR entry in sysfsBastian Stender2017-11-291-1/+1
* mmc: sd: Fix signal voltage when there is no power cycleAdrian Hunter2017-10-301-2/+45
* mmc: core: Introduce host claiming by contextAdrian Hunter2017-10-301-2/+2
* mmc: core: correct taac parameter according to the specificationShawn Lin2017-08-301-6/+6
* mmc: core: Re-factor code for sending CIDUlf Hansson2017-06-201-5/+1
* mmc: core: Delete error messages for failed memory allocationsMarkus Elfring2017-06-201-13/+3
* mmc: core: add proper be32 annotationWinkler, Tomas2017-04-241-2/+2
* 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