aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sdio_bus.c
Commit message (Expand)AuthorAge
* mmc: core: silence a shift wrapping warningDan Carpenter2014-11-10
* mmc: core: Don't export the to_sdio_driver macroUlf Hansson2014-11-10
* mmc: core: Remove superfluous ifdefs for SDIO bus' PM callbacksUlf Hansson2014-11-10
* Merge tag 'mmc-v3.18-1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2014-10-11
|\
| * mmc: Convert pr_warning to pr_warnJoe Perches2014-09-24
* | PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.hUlf Hansson2014-09-29
* | mmc: sdio: Convert to dev_pm_domain_attach|detach()Ulf Hansson2014-09-22
|/
* mmc: core: Invoke sdio func driver's PM callbacks from the sdio busUlf Hansson2014-04-22
* ACPI / bind: Redefine acpi_preset_companion()Rafael J. Wysocki2013-12-06
* ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki2013-11-14
* MMC: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-16
* PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki2013-06-03
* mmc: core: call pm_runtime_put_noidle in pm_runtime_get_sync failed caseLi Fei2013-04-12
* mmc: sdio: bind acpi with sdio function deviceAaron Lu2013-03-22
* mmc: Remove redundant null check before kfree in sdio_bus.cSachin Kamat2012-12-06
* mmc: sdio: Add empty bus-level suspend/resume callbacksRafael J. Wysocki2012-12-06
* mmc: sdio: Fix PM_SLEEP related build warningsThierry Reding2012-09-19
* mmc: sdio: Use empty system suspend/resume callbacks at the bus levelRafael J. Wysocki2012-04-05
* mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker2011-10-31
* mmc: replace printk with appropriate display macroGirish K S2011-10-26
* mmc: fix runtime PM with -ENOSYS suspend caseOhad Ben-Cohen2011-07-21
* mmc: sdio: fix runtime PM path during driver removalOhad Ben-Cohen2011-06-25
* mmc: sdio: don't power up cards on system suspendOhad Ben-Cohen2011-01-08
* mmc: sdio: fix runtime PM anomalies by introducing MMC_CAP_POWER_OFF_CARDOhad Ben-Cohen2010-11-19
* mmc: sdio: support suspend/resume while runtime suspendedOhad Ben-Cohen2010-10-23
* mmc: sdio: enable runtime PM for SDIO functionsOhad Ben-Cohen2010-10-23
* mmc: sdio: use the generic runtime PM handlersOhad Ben-Cohen2010-10-23
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* sdio: fix reference counting in sdio_remove_func()Daniel Drake2009-12-17
* mmc: make SDIO device/driver struct accessors publicNicolas Pitre2009-09-23
* mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-08
* uevent environment changes falloutAl Viro2007-10-14
* sdio: store vendor stringsPierre Ossman2007-09-23
* sdio: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-09-23
* sdio: set the functions' block sizeDavid Vrabel2007-09-23
* make struct sdio_dev_attrs[] staticAdrian Bunk2007-09-23
* sdio: core support for SDIO function interruptNicolas Pitre2007-09-23
* sdio: add basic sysfs attributesPierre Ossman2007-09-23
* sdio: add modalias supportPierre Ossman2007-09-23
* sdio: add device id table and matchingPierre Ossman2007-09-23
* sdio: split up common and function CIS parsingPierre Ossman2007-09-23
* sdio: link unknown CIS tuples to the sdio_func structureNicolas Pitre2007-09-23
* mmc: add SDIO driver handlingPierre Ossman2007-09-23
* mmc: basic SDIO device modelPierre Ossman2007-09-23