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