aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-25PM / Runtime: Don't enable interrupts while running in_interruptAlan Stern1-3/+6
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-12-24PM / Runtime: Generic resume shouldn't set RPM_ACTIVE unconditionallyRafael J. Wysocki1-1/+1
2010-12-24PM: Use dev_name() in core device suspend and resume routinesRafael J. Wysocki1-16/+9
2010-12-24PM: Permit registration of parentless devices during system suspendRafael J. Wysocki1-22/+3
2010-12-24PM: Replace the device power.status field with a bit fieldRafael J. Wysocki1-12/+5
2010-12-24PM: Remove redundant checks from core device resume routinesRafael J. Wysocki1-27/+17
2010-12-24PM: Use a different list of devices for each stage of device suspendRafael J. Wysocki1-34/+19
2010-12-24PM: Avoid compiler warning in pm_noirq_op()Rafael J. Wysocki1-1/+1
2010-12-24PM: Use pm_wakeup_pending() in __device_suspend()Rafael J. Wysocki1-0/+5
2010-12-24PM / Wakeup: Replace pm_check_wakeup_events() with pm_wakeup_pending()Rafael J. Wysocki2-11/+11
2010-12-24PM: Prevent dpm_prepare() from returning errors unnecessarilyRafael J. Wysocki1-4/+7
2010-12-24PM / Runtime: Add synchronous runtime interface for interrupt handlers (v3)Alan Stern1-9/+38
2010-12-24PM / Runtime: Fix comments to match runtime callback codeAaro Koskinen1-2/+2
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-4/+30
2010-11-11PM: Allow devices to be removed during late suspend and early resumeRafael J. Wysocki1-4/+30
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
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