summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sdio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mmc: sdio: reset card during power_restoreDaniel Drake2011-06-251-0/+39
* mmc: sd: add support for driver type selectionArindam Nath2011-05-241-2/+2
* mmc: quirks: Extends card quirks with MMC/SD quirks matching the CID.Andrei Warkentin2011-05-241-1/+1
* mmc: add MMC_QUIRK_DISABLE_CDOhad Ben-Cohen2011-05-241-1/+1
* mmc: add MMC_QUIRK_NONSTD_FUNC_IFOhad Ben-Cohen2011-05-241-0/+6
* mmc: do not switch to 1-bit mode if not requiredOhad Ben-Cohen2011-05-241-2/+2
* mmc: mmc_card_keep_power cleanupsOhad Ben-Cohen2011-05-241-5/+5
* mmc: sdio: remember new card RCA when redetecting cardStefan Nilsson XK2011-03-171-0/+8
* mmc: add per device quirk placeholderPierre Tardy2011-03-151-0/+1
* mmc: sdio: Allow sdio operations in other threads during sdio_add_func()Dmitry Shmidt2011-03-071-2/+1
* mmc: Fix sd/sdio/mmc initialization frequency retriesAndy Ross2011-01-081-6/+12
* mmc: sdio: don't reinitialize nonremovable powered-resumed cardsOhad Ben-Cohen2011-01-081-2/+14
* mmc: Add support for JMicron 388 SD/MMC controllerTakashi Iwai2011-01-081-0/+2
* mmc: sdio: fix runtime PM anomalies by introducing MMC_CAP_POWER_OFF_CARDOhad Ben-Cohen2010-11-191-14/+23
* mmc: sdio: fix nasty oops in mmc_sdio_detectOhad Ben-Cohen2010-11-191-3/+13
* mmc: sdio: ensure mmc_sdio_detect is poweredOhad Ben-Cohen2010-10-231-0/+9
OpenPOWER on IntegriCloud