summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sd.c
AgeCommit message (Expand)AuthorLines
2021-10-18block: move struct request to blk-mq.hChristoph Hellwig-0/+1
2021-06-14mmc: core: Allow UHS-I voltage switch for SDSC cards if supportedChristian Löhle-4/+6
2021-06-14mmc: core: Add support for cache ctrl for SD cardsUlf Hansson-0/+100
2021-06-14mmc: core: Add support for Power Off Notification for SD cardsUlf Hansson-3/+133
2021-06-14mmc: core: Read performance enhancements registers for SD cardsUlf Hansson-0/+53
2021-06-14mmc: core: Read the SD function extension registers for power managementUlf Hansson-0/+178
2021-06-14mmc: core: Parse the SD SCR register for support of CMD48/49 and CMD58/59Ulf Hansson-1/+3
2021-03-30mmc: core: Set read only for SD cards with permanent write protect bitSeunghui Lee-0/+6
2021-02-01mmc: core: remove unused host parameter of mmc_sd_get_csd()Yue Hu-2/+2
2020-09-07mmc: sd: Use kobj_to_dev() instead of container_of()Tian Tao-1/+1
2020-09-07mmc: sdio: Export SDIO revision and info strings to userspacePali Rohár-3/+33
2020-05-29mmc: core: Export device/vendor ids from Common CIS for SDIO cardsPali Rohár-1/+25
2020-05-28mmc: sd: use HIGH_SPEED_BUS_SPEED in mmc_sd_switch_hs()Jisheng Zhang-2/+2
2020-03-24mmc: core: Enable the MMC host software queue for the SD cardBaolin Wang-0/+10
2019-08-30mmc: core: Fix init of SD cards reporting an invalid VDD rangeUlf Hansson-0/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-05-06mmc: core: Verify SD bus widthRaul E Rangel-0/+8
2019-02-28mmc: core: Add a debug print when the card may have been replacedhongjiefang-1/+4
2019-02-28mmc: core: Add discard support to sdAvri Altman-1/+9
2019-02-25mmc: core: Indicate SD specs higher than 4.0Avri Altman-0/+5
2019-02-25mmc: core: Calculate the discard arg only onceAvri Altman-0/+2
2018-05-08mmc: core: Rename ->reset() bus ops to ->hw_reset()Ulf Hansson-2/+2
2018-05-02mmc: core: Add capability to avoid 3.3V signalingKyle Roeschley-0/+8
2018-03-15mmc: core: Export card RCA register via sysfsHarish Jenny K N-0/+2
2018-03-15mmc: sd: Remove redundant err assignment from mmc_read_switchShawn Lin-2/+0
2018-03-15mmc: core: Don't try UHS-I mode if 4-bit mode isn't supportedShawn Lin-11/+5
2017-11-29mmc: core: prepend 0x to OCR entry in sysfsBastian Stender-1/+1
2017-10-30mmc: sd: Fix signal voltage when there is no power cycleAdrian Hunter-2/+45
2017-10-30mmc: core: Introduce host claiming by contextAdrian Hunter-2/+2
2017-08-30mmc: core: correct taac parameter according to the specificationShawn Lin-6/+6
2017-06-20mmc: core: Re-factor code for sending CIDUlf Hansson-5/+1
2017-06-20mmc: core: Delete error messages for failed memory allocationsMarkus Elfring-13/+3
2017-04-24mmc: core: add proper be32 annotationWinkler, Tomas-2/+2
2017-02-13mmc: core: Clarify usage of mmc_set_signal_voltage()Ulf Hansson-2/+1
2017-02-13mmc: core: Move public functions from host.h to private headersUlf Hansson-0/+1
2017-02-13mmc: core: Move public functions from card.h to private headersUlf Hansson-0/+1
2016-12-21mmc: sd: Meet alignment requirements for raw_ssr DMAPaul Burton-2/+10
2016-12-05mmc: core: remove BUG_ONs from sdShawn Lin-14/+0
2016-09-26mmc: sd: Export SD Status via “ssr” device attributeUri Yanai-18/+19
2016-07-25mmc: core: Extend sysfs with DSR registerBojan Prtvar-0/+17
2016-07-25mmc: core: Extend sysfs with OCR registerBojan Prtvar-0/+2
2016-03-17mmc: core: remove redundant memset of mmc_decode_cidShawn Lin-2/+0
2016-01-14mmc: core: Enable tuning according to the actual timingCarlo Caione-4/+4
2016-01-13mmc: sd: limit SD card power limit according to cards capabilitiesRussell King-4/+16
2015-12-28mmc: It is not an error for the card to be removed while suspendedAdrian Hunter-1/+1
2015-12-22mmc: core: Make runtime resume default behavior for MMC/SDUlf Hansson-13/+2
2015-10-26mmc: skip reclaiming host on mmc_add_card() errorSergei Shtylyov-2/+1
2015-10-26mmc: core: Remove MMC_CLKGATEUlf Hansson-2/+0
2015-10-26mmc: core: enable CMD19 tuning for DDR50 modeWeijun Yang-2/+18
2015-10-26mmc: sd: Remove superfluous error code assignmentYousong Zhou-2/+0