aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/core/sdio_bus.c
AgeCommit message (Expand)Author
2013-07-01mmc: Add concept of an 'embedded' SDIO device.San Mehat
2013-04-12mmc: core: call pm_runtime_put_noidle in pm_runtime_get_sync failed caseLi Fei
2013-03-22mmc: sdio: bind acpi with sdio function deviceAaron Lu
2012-12-06mmc: Remove redundant null check before kfree in sdio_bus.cSachin Kamat
2012-12-06mmc: sdio: Add empty bus-level suspend/resume callbacksRafael J. Wysocki
2012-09-19mmc: sdio: Fix PM_SLEEP related build warningsThierry Reding
2012-04-05mmc: sdio: Use empty system suspend/resume callbacks at the bus levelRafael J. Wysocki
2011-10-31mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker
2011-10-26mmc: replace printk with appropriate display macroGirish K S
2011-07-21mmc: fix runtime PM with -ENOSYS suspend caseOhad Ben-Cohen
2011-06-25mmc: sdio: fix runtime PM path during driver removalOhad Ben-Cohen
2011-01-08mmc: sdio: don't power up cards on system suspendOhad Ben-Cohen
2010-11-19mmc: sdio: fix runtime PM anomalies by introducing MMC_CAP_POWER_OFF_CARDOhad Ben-Cohen
2010-10-23mmc: sdio: support suspend/resume while runtime suspendedOhad Ben-Cohen
2010-10-23mmc: sdio: enable runtime PM for SDIO functionsOhad Ben-Cohen
2010-10-23mmc: sdio: use the generic runtime PM handlersOhad Ben-Cohen
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-17sdio: fix reference counting in sdio_remove_func()Daniel Drake
2009-09-23mmc: make SDIO device/driver struct accessors publicNicolas Pitre
2008-11-08mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2007-10-14uevent environment changes falloutAl Viro
2007-09-23sdio: store vendor stringsPierre Ossman
2007-09-23sdio: kmalloc + memset conversion to kzallocMariusz Kozlowski
2007-09-23sdio: set the functions' block sizeDavid Vrabel
2007-09-23make struct sdio_dev_attrs[] staticAdrian Bunk
2007-09-23sdio: core support for SDIO function interruptNicolas Pitre
2007-09-23sdio: add basic sysfs attributesPierre Ossman
2007-09-23sdio: add modalias supportPierre Ossman
2007-09-23sdio: add device id table and matchingPierre Ossman
2007-09-23sdio: split up common and function CIS parsingPierre Ossman
2007-09-23sdio: link unknown CIS tuples to the sdio_func structureNicolas Pitre
2007-09-23mmc: add SDIO driver handlingPierre Ossman
2007-09-23mmc: basic SDIO device modelPierre Ossman