summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/sd.c
AgeCommit message (Expand)Author
2020-05-19Merge tag 'v4.9.220' into 4.9-2.3.x-imxMarcel Ziswiler
2019-09-06mmc: core: Fix init of SD cards reporting an invalid VDD rangeUlf Hansson
2019-05-31mmc: core: Verify SD bus widthRaul E Rangel
2018-08-24mmc: core: add proper be32 annotationWinkler, Tomas
2018-08-24mmc: core: Clarify usage of mmc_set_signal_voltage()Ulf Hansson
2018-08-24mmc: core: Move public functions from host.h to private headersUlf Hansson
2018-08-24mmc: core: Move public functions from card.h to private headersUlf Hansson
2018-08-24mmc: core: remove BUG_ONs from sdShawn Lin
2018-08-24MLK-11685-7 mmc: core: add delay for SD3.0 UHS mode switchDong Aisheng
2017-12-05mmc: core: prepend 0x to OCR entry in sysfsBastian Stender
2017-01-09mmc: sd: Meet alignment requirements for raw_ssr DMAPaul Burton
2016-09-26mmc: sd: Export SD Status via “ssr” device attributeUri Yanai
2016-07-25mmc: core: Extend sysfs with DSR registerBojan Prtvar
2016-07-25mmc: core: Extend sysfs with OCR registerBojan Prtvar
2016-03-17mmc: core: remove redundant memset of mmc_decode_cidShawn Lin
2016-01-14mmc: core: Enable tuning according to the actual timingCarlo Caione
2016-01-13mmc: sd: limit SD card power limit according to cards capabilitiesRussell King
2015-12-28mmc: It is not an error for the card to be removed while suspendedAdrian Hunter
2015-12-22mmc: core: Make runtime resume default behavior for MMC/SDUlf Hansson
2015-10-26mmc: skip reclaiming host on mmc_add_card() errorSergei Shtylyov
2015-10-26mmc: core: Remove MMC_CLKGATEUlf Hansson
2015-10-26mmc: core: enable CMD19 tuning for DDR50 modeWeijun Yang
2015-10-26mmc: sd: Remove superfluous error code assignmentYousong Zhou
2015-06-04mmc: core: Remove redundant ->power_restore() callback for SDUlf Hansson
2015-06-01mmc: core: Record card drive strengthAdrian Hunter
2015-06-01mmc: core: Factor out common code in drive strength selectionAdrian Hunter
2015-06-01mmc: core: Add 'card' to drive strength selection callbackAdrian Hunter
2015-06-01mmc: core: Simplify card drive strength maskAdrian Hunter
2015-06-01mmc: core: Allow card drive strength to be different to hostAdrian Hunter
2015-06-01mmc: Add support for disabling write-protect detectionLars-Peter Clausen
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-03-06treewide: Fix typo in printk messagesMasanari Iida
2015-01-19mmc: core: Simplify by adding mmc_execute_tuning()Adrian Hunter
2015-01-19mmc: sd: add reset bus_ops callbackJohan Rudholm
2015-01-19mmc: core: Support the optional init_card() callback for MMC and SDDoug Anderson
2014-09-24mmc: Convert pr_warning to pr_warnJoe Perches
2014-09-09mmc: implement Driver Stage Register handlingSascha Hauer
2014-05-12mmc: drop the speed mode of card's stateSeungwon Jeon
2014-04-22mmc: Convert to use ATTRIBUTE_GROUPSAxel Lin
2014-02-13mmc: core: Use MMC_UNSAFE_RESUME as default behaviorUlf Hansson
2014-01-13mmc: core: sd: implement proper support for sd3.0 au sizesWolfram Sang
2013-10-30mmc: core: Add MMC_CAP_RUNTIME_RESUME to resume at runtime_resumeUlf Hansson
2013-10-30mmc: core: Improve runtime PM support during suspend/resume for sd/mmcUlf Hansson
2013-10-30mmc: core: Remove redundant mmc_power_up|off at runtime callbacksUlf Hansson
2013-10-30mmc: Don't force card to active state when entering suspend/shutdownUlf Hansson
2013-10-30mmc: core: Collect common code for card ocr validationUlf Hansson
2013-10-30mmc: core: Prevent violation of specs while initializing cardsUlf Hansson
2013-10-30mmc: core: Move cached value of the negotiated ocr mask to card structUlf Hansson
2013-10-30mmc: core: Let mmc_set_signal_voltage take ocr as parameterUlf Hansson
2013-10-30mmc: core: Let mmc_power_up|cycle take ocr as parameterUlf Hansson