summaryrefslogtreecommitdiffstats
path: root/drivers/base/power
AgeCommit message (Expand)AuthorLines
2010-11-11PM: Allow devices to be removed during late suspend and early resumeRafael J. Wysocki-4/+30
2010-10-29PM / Runtime: Fix typo in status comparison causing warningKevin Winchester-1/+1
2010-10-22PM / Runtime: fix recursive locking warning of lockdep from rpm_resume()Ming Lei-1/+1
2010-10-19PM / Wakeup: Show wakeup sources statistics in debugfsRafael J. Wysocki-0/+85
2010-10-17PM: Introduce library for device-specific OPPs (v7)Nishanth Menon-0/+629
2010-10-17PM: Add sysfs attr for rechecking dev hash from PM traceJames Hogan-0/+31
2010-10-17PM: Lock PM device list mutex in show_dev_hash()James Hogan-1/+4
2010-10-17PM / Runtime: Remove idle notification after failing suspendRafael J. Wysocki-9/+2
2010-10-17PM / Runtime: Reduce code duplication in core helper functionsRafael J. Wysocki-68/+54
2010-10-17PM / Runtime: Implement autosuspend supportAlan Stern-7/+219
2010-10-17PM / Runtime: Add no_callbacks flagAlan Stern-8/+103
2010-10-17PM / Runtime: Combine runtime PM entry pointsAlan Stern-110/+64
2010-10-17PM / Runtime: Merge synchronous and async runtime routinesAlan Stern-235/+140
2010-10-17PM / Runtime: Replace boolean arguments with bitflagsAlan Stern-36/+39
2010-10-17PM / Runtime: Move code in drivers/base/power/runtime.cAlan Stern-39/+38
2010-10-17PM: Fix potential issue with failing asynchronous suspendRafael J. Wysocki-6/+9
2010-10-17PM / Wakeup: Introduce wakeup source objects and event statistics (v3)Rafael J. Wysocki-83/+573
2010-10-17PM: Fix signed/unsigned warning in dpm_show_time()Kevin Cernekee-1/+1
2010-10-17PM / Runtime: Lenient generic runtime pm callbacksOhad Ben-Cohen-2/+2
2010-09-09PM: Prevent waiting forever on asynchronous resume after failing suspendColin Cross-0/+1
2010-07-19PM / Runtime: Add runtime PM statistics (v3)Arjan van de Ven-7/+77
2010-07-19PM / Runtime: Make runtime_status attribute not debug-only (v. 2)Alan Stern-20/+33
2010-07-19PM: Do not use dynamically allocated objects in pm_wakeup_event()Rafael J. Wysocki-19/+37
2010-07-19PM: Make it possible to avoid races between wakeup and system sleepRafael J. Wysocki-1/+246
2010-05-10PM / Runtime: Add sysfs debug filesDominik Brodowski-3/+62
2010-05-10PM: Allow runtime_suspend methods to call pm_schedule_suspend()Alan Stern-5/+5
2010-03-24power: support _noirq actions on device types and classesDominik Brodowski-0/+31
2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman-10/+10
2010-03-06PM: Provide generic subsystem-level callbacksRafael J. Wysocki-0/+234
2010-02-26PM: Allow device drivers to use dpm_wait()Rafael J. Wysocki-0/+11
2010-02-26PM: Start asynchronous resume threads upfrontRafael J. Wysocki-19/+24
2010-02-26PM: Add facility for advanced testing of async suspend/resumeRafael J. Wysocki-0/+49
2010-02-26PM: Add a switch for disabling/enabling asynchronous suspend/resumeRafael J. Wysocki-6/+7
2010-02-26PM: Asynchronous suspend and resume of devicesRafael J. Wysocki-6/+109
2010-02-26PM: Add parent information to timing messagesRafael J. Wysocki-2/+3
2010-02-26PM / Runtime: Add sysfs switch for disabling device run-time PMRafael J. Wysocki-0/+96
2010-01-11power: fix kernel-doc notationRandy Dunlap-4/+5
2009-12-22PM / Runtime: Use device type and device class callbacksRafael J. Wysocki-0/+45
2009-12-21PM: Use pm_runtime_put_sync in system resumeAlan Stern-2/+2
2009-12-18PM: Measure device suspend and resume timesRafael J. Wysocki-0/+27
2009-12-18PM: Make the initcall_debug style timing for suspend/resume completeRafael J. Wysocki-20/+77
2009-12-15PM: rwsem.h need not be included into main.cRafael J. Wysocki-1/+0
2009-12-15PM: Remove unnecessary goto from device_resume_noirq()Rafael J. Wysocki-9/+3
2009-12-15PM: Add initcall_debug style timing for suspend/resumeArjan van de Ven-0/+31
2009-12-15PM: allow for usage_count > 0 in pm_runtime_get()Alan Stern-5/+5
2009-12-06PM / Runtime: Remove unnecessary braces in __pm_runtime_set_status()Rafael J. Wysocki-5/+3
2009-12-06PM / Runtime: Ensure timer_expires is nonzero in pm_schedule_suspend()Rafael J. Wysocki-0/+2
2009-12-06PM / Runtime: Use deferred_resume flag in pm_request_resumeAlan Stern-4/+7
2009-12-06PM / Runtime: Fix lockdep warning in __pm_runtime_set_status()Rafael J. Wysocki-1/+1
2009-11-29PM: fix irq enable/disable in runtime PM codeAlan Stern-6/+6