aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sdio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-24mmc: add MMC_QUIRK_DISABLE_CDOhad Ben-Cohen1-1/+1
2011-05-24mmc: add MMC_QUIRK_NONSTD_FUNC_IFOhad Ben-Cohen1-0/+6
2011-05-24mmc: do not switch to 1-bit mode if not requiredOhad Ben-Cohen1-2/+2
2011-05-24mmc: 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-07mmc: sdio: Allow sdio operations in other threads during sdio_add_func()Dmitry Shmidt1-2/+1
2011-01-08mmc: Fix sd/sdio/mmc initialization frequency retriesAndy Ross1-6/+12
2011-01-08mmc: sdio: don't reinitialize nonremovable powered-resumed cardsOhad Ben-Cohen1-2/+14
2011-01-08mmc: Add support for JMicron 388 SD/MMC controllerTakashi Iwai1-0/+2
2010-11-19mmc: sdio: fix runtime PM anomalies by introducing MMC_CAP_POWER_OFF_CARDOhad Ben-Cohen1-14/+23
2010-11-19mmc: sdio: fix nasty oops in mmc_sdio_detectOhad Ben-Cohen1-3/+13
2010-10-23mmc: sdio: ensure mmc_sdio_detect is poweredOhad Ben-Cohen1-0/+9
2010-10-23mmc: sdio: enable runtime PM for SDIO functionsOhad Ben-Cohen1-0/+5
2010-10-23mmc: sdio: enable runtime PM for SDIO cardsOhad Ben-Cohen1-0/+13
2010-10-23mmc: sdio: add power_restore supportOhad Ben-Cohen1-0/+18
2010-10-23mmc: sdio: fully reconfigure oldcard on resumeOhad Ben-Cohen1-9/+0
2010-09-09mmc: avoid getting CID on SDIO-only cardsDavid Vrabel1-3/+2
2010-08-11sdio: allow non-standard SDIO cardsGrazvydas Ignotas1-6/+30
2010-08-11mmc: implement SD-combo (IO+mem) supportMichal Miroslaw1-21/+114
2010-08-11mmc: split mmc_sd_init_card()Michal Miroslaw1-15/+24
2010-04-14ARM: MXC: mxcmmc: work around a bug in the SDHC busy line handlingDaniel Mack1-0/+6
2010-03-06sdio: put active devices into 1-bit mode during suspendDaniel Drake1-0/+43
2010-03-06sdio: kick the interrupt thread upon a resumeNicolas Pitre1-0/+2
2010-03-06sdio: don't use CMD[357] as part of a powered SDIO resumeChris Ball1-8/+11
2009-12-17sdio: initialise SDIO functions and update card->sdio_funcs in lockstepMatt Fleming1-2/+3
2009-09-23mmc: propagate error codes back from bus drivers' suspend/resume methodsNicolas Pitre1-25/+29
2009-09-23mmc: core SDIO suspend/resume supportNicolas Pitre1-89/+196