aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sdio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-02-28mmc: core: Add a debug print when the card may have been replacedhongjiefang1-1/+8
2018-07-16mmc: core: Drop the unused mmc_power_save|restore_host()Ulf Hansson1-1/+0
2018-05-08mmc: core: Implement ->sw_reset bus ops for SDIOUlf Hansson1-0/+13
2018-05-08mmc: core: Rename ->reset() bus ops to ->hw_reset()Ulf Hansson1-2/+2
2018-05-08mmc: core: Re-factor some code for SDIO re-initializationUlf Hansson1-20/+19
2018-05-02mmc: core: Add capability to avoid 3.3V signalingKyle Roeschley1-0/+8
2018-05-02mmc: core: Add a new quirk for limiting clock rateharish_kandiga@mentor.com1-1/+5
2018-03-15mmc: sdio: Check the return value of sdio_enable_4bit_busShawn Lin1-5/+4
2017-06-20mmc: sdio: Keep card runtime resumed while adding function devicesAdrian Hunter1-1/+12
2017-06-20mmc: sdio: Tidy error path in mmc_attach_sdio()Adrian Hunter1-7/+6
2017-02-15mmc: core: improve the quirks for sdio devicesShawn Lin1-1/+1
2017-02-15mmc: core: change quirks.c to be a header fileShawn Lin1-0/+1
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
2017-02-13mmc: sdio: don't use rocr to check if the card could support UHS modeShawn Lin1-7/+17
2017-02-13mmc: sdio: Factor out retry init card helper functionShawn Lin1-4/+10
2016-12-05mmc: core: remove BUG_ONs from sdioShawn Lin1-15/+2
2016-03-17mmc: core: remove redundant memset of sdio_read_cccrShawn Lin1-2/+0
2016-01-14mmc: core: Enable tuning according to the actual timingCarlo Caione1-2/+2
2015-12-22mmc: sdio: Fix invalid vdd in voltage switch power cycleAdrian Hunter1-1/+1
2015-10-26mmc: core: Remove MMC_CLKGATEUlf Hansson1-5/+2
2015-10-26mmc: core: Keep host claimed while invoking mmc_power_off|up()Ulf Hansson1-5/+15
2015-06-01mmc: core: Record card drive strengthAdrian Hunter1-0/+3
2015-06-01mmc: core: Factor out common code in drive strength selectionAdrian Hunter1-22/+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-25/+18
2015-06-01mmc: core: Enable / disable re-tuningAdrian Hunter1-1/+5
2015-05-25mmc: sdio: add reset callback to bus operationsAndreas Fenkart1-0/+7
2015-03-23mmc: core: fold mmc_set_bus_width calls into sdio_enable_4bit_bus.NeilBrown1-20/+12
2015-01-19mmc: core: Simplify by adding mmc_execute_tuning()Adrian Hunter1-10/+4
2014-11-26mmc: core: reset sdio card properly on resume.NeilBrown1-2/+6
2014-11-26mmc: core: use card->ocr when negotiating voltage setting in mmc_sdio_power_restoreNeilBrown1-1/+1
2014-09-24mmc: Convert pr_warning to pr_warnJoe Perches1-4/+3
2014-09-09mmc: core: sdio: Fix unconditional wake_up_process() on sdio threadFu Zhonghui1-2/+10
2014-05-12mmc: drop the speed mode of card's stateSeungwon Jeon1-6/+2
2014-04-22mmc: core: Invoke sdio func driver's PM callbacks from the sdio busUlf Hansson1-41/+4
2013-10-30mmc: core: Collect common code for card ocr validationUlf Hansson1-10/+0
2013-10-30mmc: core: Prevent violation of specs while initializing cardsUlf Hansson1-15/+2
2013-10-30mmc: core: Move cached value of the negotiated ocr mask to card structUlf Hansson1-12/+14
2013-10-30mmc: core: Cleanup code for setting ocr mask for SDIOUlf Hansson1-16/+10
2013-10-30mmc: core: Remove unnecessary retry mechanism at SDIO attachUlf Hansson1-11/+3
2013-10-30mmc: core: Let mmc_set_signal_voltage take ocr as parameterUlf Hansson1-1/+2
2013-10-30mmc: core: Let mmc_power_up|cycle take ocr as parameterUlf Hansson1-2/+2
2013-06-27mmc: core: Push common suspend|resume code into each bus_opsUlf Hansson1-0/+21
2013-06-27mmc: core: Validate suspend prerequisites for SDIO at SUSPEND_PREPAREUlf Hansson1-4/+23
2013-05-26mmc: core: Add bus_ops for runtime pm callbacksUlf Hansson1-0/+16
2013-05-26mmc: core: Only execute tuning for SDR50 and SDR104Fredrik Soderstedt1-2/+10