aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sdio_bus.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: enable MMC/SD/SDIO device to suspend/resume asynchronouslyFu, Zhonghui2015-12-221-0/+1
* mmc: core: Attach PM domain prior probing of SDIO func driverUlf Hansson2015-06-041-4/+8
* mmc: Add SDIO function devicetree subnode parsingSascha Hauer2015-01-191-0/+11
* mmc: core: silence a shift wrapping warningDan Carpenter2014-11-101-1/+1
* mmc: core: Don't export the to_sdio_driver macroUlf Hansson2014-11-101-0/+2
* mmc: core: Remove superfluous ifdefs for SDIO bus' PM callbacksUlf Hansson2014-11-101-11/+1
* Merge tag 'mmc-v3.18-1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2014-10-111-2/+2
|\
| * mmc: Convert pr_warning to pr_warnJoe Perches2014-09-241-2/+2
* | PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.hUlf Hansson2014-09-301-0/+1
* | mmc: sdio: Convert to dev_pm_domain_attach|detach()Ulf Hansson2014-09-221-2/+2
|/
* mmc: core: Invoke sdio func driver's PM callbacks from the sdio busUlf Hansson2014-04-221-13/+1
* ACPI / bind: Redefine acpi_preset_companion()Rafael J. Wysocki2013-12-071-1/+1
* ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki2013-11-141-2/+1
* MMC: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-161-9/+12
* PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki2013-06-031-1/+1
* mmc: core: call pm_runtime_put_noidle in pm_runtime_get_sync failed caseLi Fei2013-04-121-2/+1
* mmc: sdio: bind acpi with sdio function deviceAaron Lu2013-03-221-1/+19
* mmc: Remove redundant null check before kfree in sdio_bus.cSachin Kamat2012-12-061-2/+1
* mmc: sdio: Add empty bus-level suspend/resume callbacksRafael J. Wysocki2012-12-061-0/+14
* mmc: sdio: Fix PM_SLEEP related build warningsThierry Reding2012-09-191-7/+0
* mmc: sdio: Use empty system suspend/resume callbacks at the bus levelRafael J. Wysocki2012-04-051-3/+9
* mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker2011-10-311-0/+1
* mmc: replace printk with appropriate display macroGirish K S2011-10-261-1/+1
* mmc: fix runtime PM with -ENOSYS suspend caseOhad Ben-Cohen2011-07-211-6/+2
* 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