aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-07PM / Runtime: Fix loops in pm_runtime_clk_notify()Rafael J. Wysocki1-8/+8
2011-05-17PM: Introduce generic prepare and complete callbacks for subsystemsRafael J. Wysocki1-0/+39
2011-05-17PM: Allow drivers to allocate memory from .prepare() callbacks safelyRafael J. Wysocki1-6/+12
2011-05-17PM: Remove CONFIG_PM_VERBOSERafael J. Wysocki1-2/+1
2011-05-17Merge branch 'power-domains' into for-linusRafael J. Wysocki4-52/+473
2011-05-17PM / Wakeup: Remove useless synchronize_rcu() callEric Dumazet1-1/+0
2011-05-17PM / Wakeup: Fix build warning related to the "wakeup" sysfs fileRafael J. Wysocki1-2/+2
2011-05-16PM: Fix build issue in clock_ops.c for CONFIG_PM_RUNTIME unsetRafael J. Wysocki1-0/+1
2011-04-30PM / Runtime: Generic clock manipulation rountines for runtime PM (v6)Rafael J. Wysocki2-0/+431
2011-04-29PM: Make power domain callbacks take precedence over subsystem onesRafael J. Wysocki2-52/+41
2011-04-26PM / Wakeup: Fix initialization of wakeup-related device sysfs filesRafael J. Wysocki2-1/+2
2011-04-11PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKSRafael J. Wysocki1-4/+4
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-15PM / OPP: opp_find_freq_exact() documentation fixNishanth Menon1-1/+1
2011-03-15PM: Make system-wide PM and runtime PM treat subsystems consistentlyRafael J. Wysocki2-95/+73
2011-03-15PM: Add support for device power domainsRafael J. Wysocki2-2/+54
2011-03-15PM: Allow pm_runtime_suspend() to succeed during system suspendRafael J. Wysocki1-7/+3
2011-03-15PM: Remove CONFIG_PM_OPSRafael J. Wysocki1-2/+1
2011-03-15PM: Do not create wakeup sysfs files for devices that cannot wake upRafael J. Wysocki3-38/+90
2011-03-15PM: Use appropriate printk() priority level in trace.cMandeep Singh Baines1-3/+3
2011-03-15PM / Wakeup: Don't update events_check_enabled in pm_get_wakeup_count()Rafael J. Wysocki1-5/+2
2011-03-15PM / Wakeup: Make pm_save_wakeup_count() work as documentedRafael J. Wysocki1-6/+6
2011-03-15PM / Wakeup: Combine atomic counters to avoid reordering issuesRafael J. Wysocki1-22/+39
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