aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sdio_bus.c
Commit message (Expand)AuthorAgeFilesLines
* samsung update 1codeworkx2012-06-021-1/+12
* mmc: sdio: fix runtime PM path during driver removalOhad Ben-Cohen2011-06-251-1/+1
* mmc: sdio: don't power up cards on system suspendOhad Ben-Cohen2011-01-081-32/+0
* mmc: sdio: fix runtime PM anomalies by introducing MMC_CAP_POWER_OFF_CARDOhad Ben-Cohen2010-11-191-11/+22
* mmc: sdio: support suspend/resume while runtime suspendedOhad Ben-Cohen2010-10-231-0/+29
* mmc: sdio: enable runtime PM for SDIO functionsOhad Ben-Cohen2010-10-231-3/+35
* mmc: sdio: use the generic runtime PM handlersOhad Ben-Cohen2010-10-231-0/+20
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* sdio: fix reference counting in sdio_remove_func()Daniel Drake2009-12-171-2/+5
* mmc: make SDIO device/driver struct accessors publicNicolas Pitre2009-09-231-3/+0
* mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-081-2/+1
* uevent environment changes falloutAl Viro2007-10-141-11/+4
* sdio: store vendor stringsPierre Ossman2007-09-231-0/+3
* sdio: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-09-231-3/+1
* sdio: set the functions' block sizeDavid Vrabel2007-09-231-0/+9
* make struct sdio_dev_attrs[] staticAdrian Bunk2007-09-231-1/+1
* sdio: core support for SDIO function interruptNicolas Pitre2007-09-231-0/+8
* sdio: add basic sysfs attributesPierre Ossman2007-09-231-0/+32
* sdio: add modalias supportPierre Ossman2007-09-231-1/+20
* sdio: add device id table and matchingPierre Ossman2007-09-231-6/+52
* sdio: split up common and function CIS parsingPierre Ossman2007-09-231-1/+1
* sdio: link unknown CIS tuples to the sdio_func structureNicolas Pitre2007-09-231-0/+3
* mmc: add SDIO driver handlingPierre Ossman2007-09-231-0/+23
* mmc: basic SDIO device modelPierre Ossman2007-09-231-0/+129