summaryrefslogtreecommitdiffstats
path: root/drivers/base/power
Commit message (Expand)AuthorAgeFilesLines
* PM / OPP: opp_find_freq_exact() documentation fixNishanth Menon2011-03-151-1/+1
* PM: Make system-wide PM and runtime PM treat subsystems consistentlyRafael J. Wysocki2011-03-152-95/+73Star
* PM: Add support for device power domainsRafael J. Wysocki2011-03-152-2/+54
* PM: Allow pm_runtime_suspend() to succeed during system suspendRafael J. Wysocki2011-03-151-7/+3Star
* PM: Remove CONFIG_PM_OPSRafael J. Wysocki2011-03-151-2/+1Star
* PM: Do not create wakeup sysfs files for devices that cannot wake upRafael J. Wysocki2011-03-153-38/+90
* PM: Use appropriate printk() priority level in trace.cMandeep Singh Baines2011-03-151-3/+3
* PM / Wakeup: Don't update events_check_enabled in pm_get_wakeup_count()Rafael J. Wysocki2011-03-151-5/+2Star
* PM / Wakeup: Make pm_save_wakeup_count() work as documentedRafael J. Wysocki2011-03-151-6/+6
* PM / Wakeup: Combine atomic counters to avoid reordering issuesRafael J. Wysocki2011-03-151-22/+39
* PM / Runtime: Don't enable interrupts while running in_interruptAlan Stern2011-01-251-3/+6
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-12-221-4/+30
| |\
| * | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | | PM / Runtime: Generic resume shouldn't set RPM_ACTIVE unconditionallyRafael J. Wysocki2010-12-241-1/+1
* | | PM: Use dev_name() in core device suspend and resume routinesRafael J. Wysocki2010-12-241-16/+9Star
* | | PM: Permit registration of parentless devices during system suspendRafael J. Wysocki2010-12-241-22/+3Star
* | | PM: Replace the device power.status field with a bit fieldRafael J. Wysocki2010-12-241-12/+5Star
* | | PM: Remove redundant checks from core device resume routinesRafael J. Wysocki2010-12-241-27/+17Star
* | | PM: Use a different list of devices for each stage of device suspendRafael J. Wysocki2010-12-241-34/+19Star
* | | PM: Avoid compiler warning in pm_noirq_op()Rafael J. Wysocki2010-12-241-1/+1
* | | PM: Use pm_wakeup_pending() in __device_suspend()Rafael J. Wysocki2010-12-241-0/+5
* | | PM / Wakeup: Replace pm_check_wakeup_events() with pm_wakeup_pending()Rafael J. Wysocki2010-12-242-11/+11
* | | PM: Prevent dpm_prepare() from returning errors unnecessarilyRafael J. Wysocki2010-12-241-4/+7
* | | PM / Runtime: Add synchronous runtime interface for interrupt handlers (v3)Alan Stern2010-12-241-9/+38
* | | PM / Runtime: Fix comments to match runtime callback codeAaro Koskinen2010-12-241-2/+2
| |/ |/|
* | PM: Allow devices to be removed during late suspend and early resumeRafael J. Wysocki2010-11-111-4/+30
|/
* PM / Runtime: Fix typo in status comparison causing warningKevin Winchester2010-10-291-1/+1
* PM / Runtime: fix recursive locking warning of lockdep from rpm_resume()Ming Lei2010-10-221-1/+1
* PM / Wakeup: Show wakeup sources statistics in debugfsRafael J. Wysocki2010-10-191-0/+85
* PM: Introduce library for device-specific OPPs (v7)Nishanth Menon2010-10-172-0/+629
* PM: Add sysfs attr for rechecking dev hash from PM traceJames Hogan2010-10-171-0/+31
* PM: Lock PM device list mutex in show_dev_hash()James Hogan2010-10-171-1/+4
* PM / Runtime: Remove idle notification after failing suspendRafael J. Wysocki2010-10-171-9/+2Star
* PM / Runtime: Reduce code duplication in core helper functionsRafael J. Wysocki2010-10-171-68/+54Star
* PM / Runtime: Implement autosuspend supportAlan Stern2010-10-172-7/+219
* PM / Runtime: Add no_callbacks flagAlan Stern2010-10-173-8/+103
* PM / Runtime: Combine runtime PM entry pointsAlan Stern2010-10-171-110/+64Star
* PM / Runtime: Merge synchronous and async runtime routinesAlan Stern2010-10-171-235/+140Star
* PM / Runtime: Replace boolean arguments with bitflagsAlan Stern2010-10-171-36/+39
* PM / Runtime: Move code in drivers/base/power/runtime.cAlan Stern2010-10-171-39/+38Star
* PM: Fix potential issue with failing asynchronous suspendRafael J. Wysocki2010-10-171-6/+9
* PM / Wakeup: Introduce wakeup source objects and event statistics (v3)Rafael J. Wysocki2010-10-175-83/+573
* PM: Fix signed/unsigned warning in dpm_show_time()Kevin Cernekee2010-10-171-1/+1
* PM / Runtime: Lenient generic runtime pm callbacksOhad Ben-Cohen2010-10-171-2/+2
* PM: Prevent waiting forever on asynchronous resume after failing suspendColin Cross2010-09-091-0/+1
* PM / Runtime: Add runtime PM statistics (v3)Arjan van de Ven2010-07-192-7/+77
* PM / Runtime: Make runtime_status attribute not debug-only (v. 2)Alan Stern2010-07-191-20/+33
* PM: Do not use dynamically allocated objects in pm_wakeup_event()Rafael J. Wysocki2010-07-191-19/+37
* PM: Make it possible to avoid races between wakeup and system sleepRafael J. Wysocki2010-07-194-1/+246