summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sdio.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdio: Keep card runtime resumed while adding function devicesAdrian Hunter2017-06-201-1/+12
* mmc: sdio: Tidy error path in mmc_attach_sdio()Adrian Hunter2017-06-201-7/+6Star
* mmc: core: improve the quirks for sdio devicesShawn Lin2017-02-151-1/+1
* mmc: core: change quirks.c to be a header fileShawn Lin2017-02-151-0/+1
* mmc: core: Clarify usage of mmc_set_signal_voltage()Ulf Hansson2017-02-131-2/+1Star
* mmc: core: Move public functions from host.h to private headersUlf Hansson2017-02-131-0/+1
* mmc: core: Move public functions from card.h to private headersUlf Hansson2017-02-131-0/+1
* mmc: sdio: don't use rocr to check if the card could support UHS modeShawn Lin2017-02-131-7/+17
* mmc: sdio: Factor out retry init card helper functionShawn Lin2017-02-131-4/+10
* mmc: core: remove BUG_ONs from sdioShawn Lin2016-12-051-15/+2Star
* mmc: core: remove redundant memset of sdio_read_cccrShawn Lin2016-03-171-2/+0Star
* mmc: core: Enable tuning according to the actual timingCarlo Caione2016-01-141-2/+2
* mmc: sdio: Fix invalid vdd in voltage switch power cycleAdrian Hunter2015-12-221-1/+1
* mmc: core: Remove MMC_CLKGATEUlf Hansson2015-10-261-5/+2Star
* mmc: core: Keep host claimed while invoking mmc_power_off|up()Ulf Hansson2015-10-261-5/+15
* mmc: core: Record card drive strengthAdrian Hunter2015-06-011-0/+3
* mmc: core: Factor out common code in drive strength selectionAdrian Hunter2015-06-011-22/+3Star
* mmc: core: Add 'card' to drive strength selection callbackAdrian Hunter2015-06-011-1/+1
* mmc: core: Simplify card drive strength maskAdrian Hunter2015-06-011-10/+2Star
* mmc: core: Allow card drive strength to be different to hostAdrian Hunter2015-06-011-25/+18Star
* mmc: core: Enable / disable re-tuningAdrian Hunter2015-06-011-1/+5
* mmc: sdio: add reset callback to bus operationsAndreas Fenkart2015-05-251-0/+7
* mmc: core: fold mmc_set_bus_width calls into sdio_enable_4bit_bus.NeilBrown2015-03-231-20/+12Star
* mmc: core: Simplify by adding mmc_execute_tuning()Adrian Hunter2015-01-191-10/+4Star
* mmc: core: reset sdio card properly on resume.NeilBrown2014-11-261-2/+6
* mmc: core: use card->ocr when negotiating voltage setting in mmc_sdio_power_r...NeilBrown2014-11-261-1/+1
* mmc: Convert pr_warning to pr_warnJoe Perches2014-09-241-4/+3Star
* mmc: core: sdio: Fix unconditional wake_up_process() on sdio threadFu Zhonghui2014-09-091-2/+10
* mmc: drop the speed mode of card's stateSeungwon Jeon2014-05-131-6/+2Star
* mmc: core: Invoke sdio func driver's PM callbacks from the sdio busUlf Hansson2014-04-221-41/+4Star
* mmc: core: Collect common code for card ocr validationUlf Hansson2013-10-311-10/+0Star
* mmc: core: Prevent violation of specs while initializing cardsUlf Hansson2013-10-311-15/+2Star
* mmc: core: Move cached value of the negotiated ocr mask to card structUlf Hansson2013-10-311-12/+14
* mmc: core: Cleanup code for setting ocr mask for SDIOUlf Hansson2013-10-311-16/+10Star
* mmc: core: Remove unnecessary retry mechanism at SDIO attachUlf Hansson2013-10-311-11/+3Star
* mmc: core: Let mmc_set_signal_voltage take ocr as parameterUlf Hansson2013-10-311-1/+2
* mmc: core: Let mmc_power_up|cycle take ocr as parameterUlf Hansson2013-10-311-2/+2
* mmc: core: Push common suspend|resume code into each bus_opsUlf Hansson2013-06-271-0/+21
* mmc: core: Validate suspend prerequisites for SDIO at SUSPEND_PREPAREUlf Hansson2013-06-271-4/+23
* mmc: core: Add bus_ops for runtime pm callbacksUlf Hansson2013-05-261-0/+16
* mmc: core: Only execute tuning for SDR50 and SDR104Fredrik Soderstedt2013-05-261-2/+10
* mmc: core: call pm_runtime_put_noidle in pm_runtime_get_sync failed caseLi Fei2013-04-121-1/+3
* mmc: core: Fixup signal voltage switchJohan Rudholm2013-02-241-2/+18
* mmc: core: Break out start_signal_voltage_switchJohan Rudholm2013-02-241-2/+1Star
* mmc: sdio: print correct UHS mode during card detectionSubhash Jadavani2013-02-111-0/+5
* mmc: sdio: Fix SDIO 3.0 UHS-I initialization sequenceSujit Reddy Thumma2013-02-111-11/+11
* mmc: sdio: fix resume failure due to lack of CMD52 resetSubhash Jadavani2013-02-111-2/+4
* mmc: fix comment typosMasanari Iida2012-09-011-1/+1
* mmc: core: reset signal voltage on power upAaron Lu2012-07-221-7/+0Star
* mmc: sdio: fix setting card data bus width as 4-bitYong Ding2012-06-061-0/+6