aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sdio.c
AgeCommit message (Expand)Author
2020-06-20mmc: sdio: Fix potential NULL pointer error in mmc_sdio_init_card()Ulf Hansson
2019-06-25mmc: core: Prevent processing SDIO IRQs when the card is suspendedUlf Hansson
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
2014-04-22mmc: core: Invoke sdio func driver's PM callbacks from the sdio busUlf 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: Cleanup code for setting ocr mask for SDIOUlf Hansson
2013-10-30mmc: core: Remove unnecessary retry mechanism at SDIO attachUlf 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
2013-06-27mmc: core: Push common suspend|resume code into each bus_opsUlf Hansson
2013-06-27mmc: core: Validate suspend prerequisites for SDIO at SUSPEND_PREPAREUlf Hansson
2013-05-26mmc: core: Add bus_ops for runtime pm callbacksUlf Hansson
2013-05-26mmc: core: Only execute tuning for SDR50 and SDR104Fredrik Soderstedt
2013-04-12mmc: core: call pm_runtime_put_noidle in pm_runtime_get_sync failed caseLi Fei
2013-02-24mmc: core: Fixup signal voltage switchJohan Rudholm
2013-02-24mmc: core: Break out start_signal_voltage_switchJohan Rudholm
2013-02-11mmc: sdio: print correct UHS mode during card detectionSubhash Jadavani
2013-02-11mmc: sdio: Fix SDIO 3.0 UHS-I initialization sequenceSujit Reddy Thumma
2013-02-11mmc: sdio: fix resume failure due to lack of CMD52 resetSubhash Jadavani
2012-09-01mmc: fix comment typosMasanari Iida