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