summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sdio.c
AgeCommit message (Expand)AuthorLines
2019-09-11mmc: core: Fixup processing of SDIO IRQs during system suspend/resumeUlf Hansson-1/+1
2019-09-11mmc: core: WARN if SDIO IRQs are enabled for non-powered card in suspendUlf Hansson-0/+2
2019-07-10mmc: sdio: Drop unused in-parameter from mmc_sdio_init_card()Ulf Hansson-11/+9
2019-07-10mmc: sdio: Drop unused in-parameter to mmc_sdio_reinit_card()Ulf Hansson-12/+6
2019-07-10mmc: sdio: Don't re-initialize powered-on removable SDIO cards at resumeUlf Hansson-7/+7
2019-07-10mmc: sdio: Drop powered-on re-init at runtime resume and HW resetUlf Hansson-7/+1
2019-07-10mmc: sdio: Move comment about re-initialization to mmc_sdio_reinit_card()Ulf Hansson-17/+17
2019-07-10mmc: sdio: Drop mmc_claim|release_host() in mmc_sdio_power_restore()Ulf Hansson-4/+0
2019-06-18mmc: core: Prevent processing SDIO IRQs when the card is suspendedUlf Hansson-1/+12
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-02-28mmc: core: Add a debug print when the card may have been replacedhongjiefang-1/+8
2018-07-16mmc: core: Drop the unused mmc_power_save|restore_host()Ulf Hansson-1/+0
2018-05-08mmc: core: Implement ->sw_reset bus ops for SDIOUlf Hansson-0/+13
2018-05-08mmc: core: Rename ->reset() bus ops to ->hw_reset()Ulf Hansson-2/+2
2018-05-08mmc: core: Re-factor some code for SDIO re-initializationUlf Hansson-20/+19
2018-05-02mmc: core: Add capability to avoid 3.3V signalingKyle Roeschley-0/+8
2018-05-02mmc: core: Add a new quirk for limiting clock rateharish_kandiga@mentor.com-1/+5
2018-03-15mmc: sdio: Check the return value of sdio_enable_4bit_busShawn Lin-5/+4
2017-06-20mmc: sdio: Keep card runtime resumed while adding function devicesAdrian Hunter-1/+12
2017-06-20mmc: sdio: Tidy error path in mmc_attach_sdio()Adrian Hunter-7/+6
2017-02-15mmc: core: improve the quirks for sdio devicesShawn Lin-1/+1
2017-02-15mmc: core: change quirks.c to be a header fileShawn Lin-0/+1
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
2017-02-13mmc: sdio: don't use rocr to check if the card could support UHS modeShawn Lin-7/+17
2017-02-13mmc: sdio: Factor out retry init card helper functionShawn Lin-4/+10
2016-12-05mmc: core: remove BUG_ONs from sdioShawn Lin-15/+2
2016-03-17mmc: core: remove redundant memset of sdio_read_cccrShawn Lin-2/+0
2016-01-14mmc: core: Enable tuning according to the actual timingCarlo Caione-2/+2
2015-12-22mmc: sdio: Fix invalid vdd in voltage switch power cycleAdrian Hunter-1/+1
2015-10-26mmc: core: Remove MMC_CLKGATEUlf Hansson-5/+2
2015-10-26mmc: core: Keep host claimed while invoking mmc_power_off|up()Ulf Hansson-5/+15
2015-06-01mmc: core: Record card drive strengthAdrian Hunter-0/+3
2015-06-01mmc: core: Factor out common code in drive strength selectionAdrian Hunter-22/+3
2015-06-01mmc: core: Add 'card' to drive strength selection callbackAdrian Hunter-1/+1
2015-06-01mmc: core: Simplify card drive strength maskAdrian Hunter-10/+2
2015-06-01mmc: core: Allow card drive strength to be different to hostAdrian Hunter-25/+18
2015-06-01mmc: core: Enable / disable re-tuningAdrian Hunter-1/+5
2015-05-25mmc: sdio: add reset callback to bus operationsAndreas Fenkart-0/+7
2015-03-23mmc: core: fold mmc_set_bus_width calls into sdio_enable_4bit_bus.NeilBrown-20/+12
2015-01-19mmc: core: Simplify by adding mmc_execute_tuning()Adrian Hunter-10/+4
2014-11-26mmc: core: reset sdio card properly on resume.NeilBrown-2/+6
2014-11-26mmc: core: use card->ocr when negotiating voltage setting in mmc_sdio_power_r...NeilBrown-1/+1
2014-09-24mmc: Convert pr_warning to pr_warnJoe Perches-4/+3
2014-09-09mmc: core: sdio: Fix unconditional wake_up_process() on sdio threadFu Zhonghui-2/+10
2014-05-12mmc: drop the speed mode of card's stateSeungwon Jeon-6/+2
2014-04-22mmc: core: Invoke sdio func driver's PM callbacks from the sdio busUlf Hansson-41/+4
2013-10-30mmc: core: Collect common code for card ocr validationUlf Hansson-10/+0
2013-10-30mmc: core: Prevent violation of specs while initializing cardsUlf Hansson-15/+2