aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sdio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-26mmc: core: Remove MMC_CLKGATEUlf Hansson1-5/+2
2015-10-26mmc: core: Keep host claimed while invoking mmc_power_off|up()Ulf Hansson1-5/+15
2015-06-01mmc: core: Record card drive strengthAdrian Hunter1-0/+3
2015-06-01mmc: core: Factor out common code in drive strength selectionAdrian Hunter1-22/+3
2015-06-01mmc: core: Add 'card' to drive strength selection callbackAdrian Hunter1-1/+1
2015-06-01mmc: core: Simplify card drive strength maskAdrian Hunter1-10/+2
2015-06-01mmc: core: Allow card drive strength to be different to hostAdrian Hunter1-25/+18
2015-06-01mmc: core: Enable / disable re-tuningAdrian Hunter1-1/+5
2015-05-25mmc: sdio: add reset callback to bus operationsAndreas Fenkart1-0/+7
2015-03-23mmc: core: fold mmc_set_bus_width calls into sdio_enable_4bit_bus.NeilBrown1-20/+12
2015-01-19mmc: core: Simplify by adding mmc_execute_tuning()Adrian Hunter1-10/+4
2014-11-26mmc: core: reset sdio card properly on resume.NeilBrown1-2/+6
2014-11-26mmc: core: use card->ocr when negotiating voltage setting in mmc_sdio_power_restoreNeilBrown1-1/+1
2014-09-24mmc: Convert pr_warning to pr_warnJoe Perches1-4/+3
2014-09-09mmc: core: sdio: Fix unconditional wake_up_process() on sdio threadFu Zhonghui1-2/+10
2014-05-12mmc: drop the speed mode of card's stateSeungwon Jeon1-6/+2
2014-04-22mmc: core: Invoke sdio func driver's PM callbacks from the sdio busUlf Hansson1-41/+4
2013-10-30mmc: core: Collect common code for card ocr validationUlf Hansson1-10/+0
2013-10-30mmc: core: Prevent violation of specs while initializing cardsUlf Hansson1-15/+2
2013-10-30mmc: core: Move cached value of the negotiated ocr mask to card structUlf Hansson1-12/+14
2013-10-30mmc: core: Cleanup code for setting ocr mask for SDIOUlf Hansson1-16/+10
2013-10-30mmc: core: Remove unnecessary retry mechanism at SDIO attachUlf Hansson1-11/+3
2013-10-30mmc: core: Let mmc_set_signal_voltage take ocr as parameterUlf Hansson1-1/+2
2013-10-30mmc: core: Let mmc_power_up|cycle take ocr as parameterUlf Hansson1-2/+2
2013-06-27mmc: core: Push common suspend|resume code into each bus_opsUlf Hansson1-0/+21
2013-06-27mmc: core: Validate suspend prerequisites for SDIO at SUSPEND_PREPAREUlf Hansson1-4/+23
2013-05-26mmc: core: Add bus_ops for runtime pm callbacksUlf Hansson1-0/+16
2013-05-26mmc: core: Only execute tuning for SDR50 and SDR104Fredrik Soderstedt1-2/+10
2013-04-12mmc: core: call pm_runtime_put_noidle in pm_runtime_get_sync failed caseLi Fei1-1/+3
2013-02-24mmc: core: Fixup signal voltage switchJohan Rudholm1-2/+18
2013-02-24mmc: core: Break out start_signal_voltage_switchJohan Rudholm1-2/+1
2013-02-11mmc: sdio: print correct UHS mode during card detectionSubhash Jadavani1-0/+5
2013-02-11mmc: sdio: Fix SDIO 3.0 UHS-I initialization sequenceSujit Reddy Thumma1-11/+11
2013-02-11mmc: sdio: fix resume failure due to lack of CMD52 resetSubhash Jadavani1-2/+4
2012-09-01mmc: fix comment typosMasanari Iida1-1/+1
2012-07-22mmc: core: reset signal voltage on power upAaron Lu1-7/+0
2012-06-06mmc: sdio: fix setting card data bus width as 4-bitYong Ding1-0/+6
2012-04-22mmc: sdio: avoid spurious calls to interrupt handlersNicolas Pitre1-1/+1
2012-03-04mmc: core: Fixup suspend/resume issues for UHS-I cardsUlf Hansson1-0/+8
2012-02-13mmc: core: UHS sdio card that fails should not exceed 50MHzPhilip Rakity1-3/+4
2012-01-12mmc: core: HS200 mode support for eMMC 4.5Girish K S1-1/+3
2012-01-11mmc: allow upper layers to know immediately if card has been removedAdrian Hunter1-1/+10
2012-01-11mmc: sdio: support SDIO UHS cardsPhilip Rakity1-25/+304
2011-10-26mmc: recognise SDIO cards with SDIO_CCCR_REV 3.00Bing Zhao1-1/+1
2011-10-26mmc: replace printk with appropriate display macroGirish K S1-3/+3
2011-10-26mmc: core: Set correct bus mode before card initStefan Nilsson XK1-2/+0
2011-10-26mmc: core: Fix hangs related to insert/remove of cardsUlf Hansson1-0/+1
2011-06-25mmc: sdio: reset card during power_restoreDaniel Drake1-0/+39
2011-05-24mmc: sd: add support for driver type selectionArindam Nath1-2/+2
2011-05-24mmc: quirks: Extends card quirks with MMC/SD quirks matching the CID.Andrei Warkentin1-1/+1