aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/power
AgeCommit message (Expand)Author
2010-05-10PM / Runtime: Add sysfs debug filesDominik Brodowski
2010-05-10PM: Allow runtime_suspend methods to call pm_schedule_suspend()Alan Stern
2010-03-24power: support _noirq actions on device types and classesDominik Brodowski
2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman
2010-03-06PM: Provide generic subsystem-level callbacksRafael J. Wysocki
2010-02-26PM: Allow device drivers to use dpm_wait()Rafael J. Wysocki
2010-02-26PM: Start asynchronous resume threads upfrontRafael J. Wysocki
2010-02-26PM: Add facility for advanced testing of async suspend/resumeRafael J. Wysocki
2010-02-26PM: Add a switch for disabling/enabling asynchronous suspend/resumeRafael J. Wysocki
2010-02-26PM: Asynchronous suspend and resume of devicesRafael J. Wysocki
2010-02-26PM: Add parent information to timing messagesRafael J. Wysocki
2010-02-26PM / Runtime: Add sysfs switch for disabling device run-time PMRafael J. Wysocki
2010-01-11power: fix kernel-doc notationRandy Dunlap
2009-12-22PM / Runtime: Use device type and device class callbacksRafael J. Wysocki
2009-12-21PM: Use pm_runtime_put_sync in system resumeAlan Stern
2009-12-18PM: Measure device suspend and resume timesRafael J. Wysocki
2009-12-18PM: Make the initcall_debug style timing for suspend/resume completeRafael J. Wysocki
2009-12-15PM: rwsem.h need not be included into main.cRafael J. Wysocki
2009-12-15PM: Remove unnecessary goto from device_resume_noirq()Rafael J. Wysocki
2009-12-15PM: Add initcall_debug style timing for suspend/resumeArjan van de Ven
2009-12-15PM: allow for usage_count > 0 in pm_runtime_get()Alan Stern
2009-12-06PM / Runtime: Remove unnecessary braces in __pm_runtime_set_status()Rafael J. Wysocki
2009-12-06PM / Runtime: Ensure timer_expires is nonzero in pm_schedule_suspend()Rafael J. Wysocki
2009-12-06PM / Runtime: Use deferred_resume flag in pm_request_resumeAlan Stern
2009-12-06PM / Runtime: Fix lockdep warning in __pm_runtime_set_status()Rafael J. Wysocki
2009-11-29PM: fix irq enable/disable in runtime PM codeAlan Stern
2009-11-03PM: Remove some debug messages producing too much noisePavel Machek
2009-11-03PM: Fix warning on suspend errorsRomit Dasgupta
2009-09-14PM: Reset transition_started at dpm_resume_noirqXiaotian Feng
2009-09-14PM: Update kerneldoc comments in drivers/base/power/main.cRafael J. Wysocki
2009-08-23PM: Introduce core framework for run-time PM of I/O devices (rev. 17)Rafael J. Wysocki
2009-07-24Driver Core: Make PM operations a const pointerDmitry Torokhov
2009-07-08PM: Clear -EAGAIN in dpm_prepareSebastian Ott
2009-06-12PM: Remove device_type suspend()/resume()Magnus Damm
2009-06-12PM: Remove bus_type suspend_late()/resume_early() V2Magnus Damm
2009-06-12PM core: rename suspend and resume functionsAlan Stern
2009-06-12PM: Rename device_power_down/up()Magnus Damm
2009-05-24PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUsRafael J. Wysocki
2009-03-30PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki
2009-03-24Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki
2009-01-06driver core: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2009-01-06PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2008-10-16vsprintf: use new vsprintf symbolic function pointer formatBjorn Helgaas
2008-10-16debug: use dev_WARN() rather than WARN_ON() in device_pm_add()Arjan van de Ven
2008-08-21PM: Remove WARN_ON from device_pm_addRafael J. Wysocki
2008-08-21PM: don't skip device PM init when CONFIG_PM_SLEEP isn't set and CONFIG_PM is...Alan Stern
2008-07-21driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman
2008-07-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds