summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/sdio.c
AgeCommit message (Expand)AuthorFilesLines
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_r...NeilBrown1-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-13mmc: 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-31mmc: core: Collect common code for card ocr validationUlf Hansson1-10/+0
2013-10-31mmc: core: Prevent violation of specs while initializing cardsUlf Hansson1-15/+2
2013-10-31mmc: core: Move cached value of the negotiated ocr mask to card structUlf Hansson1-12/+14
2013-10-31mmc: core: Cleanup code for setting ocr mask for SDIOUlf Hansson1-16/+10
2013-10-31mmc: core: Remove unnecessary retry mechanism at SDIO attachUlf Hansson1-11/+3
2013-10-31mmc: core: Let mmc_set_signal_voltage take ocr as parameterUlf Hansson1-1/+2
2013-10-31mmc: 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-14mmc: core: UHS sdio card that fails should not exceed 50MHzPhilip Rakity1-3/+4
2012-01-13mmc: core: HS200 mode support for eMMC 4.5Girish K S1-1/+3
2012-01-12mmc: allow upper layers to know immediately if card has been removedAdrian Hunter1-1/+10
2012-01-12mmc: sdio: support SDIO UHS cardsPhilip Rakity1-25/+304
2011-10-27mmc: recognise SDIO cards with SDIO_CCCR_REV 3.00Bing Zhao1-1/+1
2011-10-27mmc: replace printk with appropriate display macroGirish K S1-3/+3
2011-10-27mmc: core: Set correct bus mode before card initStefan Nilsson XK1-2/+0
2011-10-27mmc: core: Fix hangs related to insert/remove of cardsUlf Hansson1-0/+1
2011-06-26mmc: sdio: reset card during power_restoreDaniel Drake1-0/+39
2011-05-25mmc: sd: add support for driver type selectionArindam Nath1-2/+2
2011-05-25mmc: quirks: Extends card quirks with MMC/SD quirks matching the CID.Andrei Warkentin1-1/+1
2011-05-25mmc: add MMC_QUIRK_DISABLE_CDOhad Ben-Cohen1-1/+1
2011-05-25mmc: add MMC_QUIRK_NONSTD_FUNC_IFOhad Ben-Cohen1-0/+6
2011-05-25mmc: do not switch to 1-bit mode if not requiredOhad Ben-Cohen1-2/+2
2011-05-25mmc: mmc_card_keep_power cleanupsOhad Ben-Cohen1-5/+5
2011-03-17mmc: sdio: remember new card RCA when redetecting cardStefan Nilsson XK1-0/+8
2011-03-15mmc: add per device quirk placeholderPierre Tardy1-0/+1
2011-03-08mmc: sdio: Allow sdio operations in other threads during sdio_add_func()Dmitry Shmidt1-2/+1
2011-01-09mmc: Fix sd/sdio/mmc initialization frequency retriesAndy Ross1-6/+12
2011-01-09mmc: sdio: don't reinitialize nonremovable powered-resumed cardsOhad Ben-Cohen1-2/+14