aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sdio.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: remove redundant memset of sdio_read_cccrShawn Lin2016-03-171-2/+0
* 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/+2
* 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/+3
* 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/+2
* mmc: core: Allow card drive strength to be different to hostAdrian Hunter2015-06-011-25/+18
* 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/+12
* mmc: core: Simplify by adding mmc_execute_tuning()Adrian Hunter2015-01-191-10/+4
* 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/+3
* 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-121-6/+2
* mmc: core: Invoke sdio func driver's PM callbacks from the sdio busUlf Hansson2014-04-221-41/+4
* mmc: core: Collect common code for card ocr validationUlf Hansson2013-10-301-10/+0
* mmc: core: Prevent violation of specs while initializing cardsUlf Hansson2013-10-301-15/+2
* mmc: core: Move cached value of the negotiated ocr mask to card structUlf Hansson2013-10-301-12/+14
* mmc: core: Cleanup code for setting ocr mask for SDIOUlf Hansson2013-10-301-16/+10
* mmc: core: Remove unnecessary retry mechanism at SDIO attachUlf Hansson2013-10-301-11/+3
* mmc: core: Let mmc_set_signal_voltage take ocr as parameterUlf Hansson2013-10-301-1/+2
* mmc: core: Let mmc_power_up|cycle take ocr as parameterUlf Hansson2013-10-301-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/+1
* 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/+0
* mmc: sdio: fix setting card data bus width as 4-bitYong Ding2012-06-061-0/+6
* mmc: sdio: avoid spurious calls to interrupt handlersNicolas Pitre2012-04-221-1/+1
* mmc: core: Fixup suspend/resume issues for UHS-I cardsUlf Hansson2012-03-041-0/+8
* mmc: core: UHS sdio card that fails should not exceed 50MHzPhilip Rakity2012-02-131-3/+4
* mmc: core: HS200 mode support for eMMC 4.5Girish K S2012-01-121-1/+3
* mmc: allow upper layers to know immediately if card has been removedAdrian Hunter2012-01-111-1/+10
* mmc: sdio: support SDIO UHS cardsPhilip Rakity2012-01-111-25/+304
* mmc: recognise SDIO cards with SDIO_CCCR_REV 3.00Bing Zhao2011-10-261-1/+1
* mmc: replace printk with appropriate display macroGirish K S2011-10-261-3/+3
* mmc: core: Set correct bus mode before card initStefan Nilsson XK2011-10-261-2/+0
* mmc: core: Fix hangs related to insert/remove of cardsUlf Hansson2011-10-261-0/+1