aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sdio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-23sdio: add CD disable supportOhad Ben-Cohen1-0/+30
2009-09-23sdio: do not ignore MMC_VDD_165_195Ohad Ben-Cohen1-7/+0
2008-10-12sdio: high-speed supportPierre Ossman1-3/+49
2008-03-22mmc: use sysfs groups to handle conditional attributesPierre Ossman1-1/+1
2007-09-23MMC core learns about SPIDavid Brownell1-8/+21
2007-09-23mmc: replace BUG_ON with WARN_ONPierre Ossman1-1/+1
2007-09-23sdio: add SDIO_FBR_BASE(f) macroDavid Vrabel1-2/+2
2007-09-23sdio: enable wide bus modePierre Ossman1-0/+33
2007-09-23sdio: change clock speedPierre Ossman1-0/+6
2007-09-23sdio: split up common and function CIS parsingPierre Ossman1-1/+8
2007-09-23sdio: initial CIS parsing codeNicolas Pitre1-0/+5
2007-09-23sdio: basic parsing of FBRPierre Ossman1-0/+38
2007-09-23sdio: read and decode interesting parts of the CCCRPierre Ossman1-0/+63
2007-09-23mmc: basic SDIO device modelPierre Ossman1-9/+63
2007-09-23mmc: detect SDIO cardsPierre Ossman1-0/+176