aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.0.52Pawit Pornkitprasan2012-11-201-2/+3
|\
| * PM / Runtime: Clear power.deferred_resume on success in rpm_suspend()Rafael J. Wysocki2012-10-021-1/+1
| * PM / Runtime: Fix rpm_resume() return value for power.no_callbacks setRafael J. Wysocki2012-10-021-1/+2
* | Merge linux-stable 3.0.28 into android-3.0Todd Poynor2012-04-191-2/+16
|\ \ | |/
| * PM / Runtime: Automatically retry failed autosuspendsAlan Stern2011-11-111-2/+16
* | PM: runtime: add might_sleep to PM runtime functionsColin Cross2011-09-231-0/+9
* | Merge commit 'v3.0-rc5' into android-3.0Colin Cross2011-06-292-9/+23
|\ \ | |/
| * PM / Runtime: Handle clocks correctly if CONFIG_PM_RUNTIME is unsetRafael J. Wysocki2011-06-211-2/+2
| * PM: Fix async resume following suspend failureAlan Stern2011-06-211-2/+12
| * PM: Rename dev_pm_info.in_suspend to is_preparedAlan Stern2011-06-211-5/+9
* | Revert "PM: Prevent waiting forever on asynchronous resume after abort"Colin Cross2011-06-291-2/+1
* | Revert "PM: Wait for completion of the parent resume before resuming"Colin Cross2011-06-291-1/+1
* | PM: Increase dpm suspend timeoutBenoit Goby2011-06-141-1/+1
* | PM: Change dpm watchdog to support async suspendBenoit Goby2011-06-141-30/+20
* | PM: Dump suspend thread stack on dpm suspend timeoutBenoit Goby2011-06-141-2/+13
* | PM: Wait for completion of the parent resume before resumingBenoit Goby2011-06-141-1/+1
* | PM: Prevent waiting forever on asynchronous resume after abortColin Cross2011-06-141-1/+2
* | drivers: power: Add watchdog timer to catch drivers which lockup during suspend.San Mehat2011-06-141-0/+45
|/
* PM / Runtime: Fix loops in pm_runtime_clk_notify()Rafael J. Wysocki2011-06-071-8/+8
* PM: Introduce generic prepare and complete callbacks for subsystemsRafael J. Wysocki2011-05-171-0/+39
* PM: Allow drivers to allocate memory from .prepare() callbacks safelyRafael J. Wysocki2011-05-171-6/+12
* PM: Remove CONFIG_PM_VERBOSERafael J. Wysocki2011-05-171-2/+1
* Merge branch 'power-domains' into for-linusRafael J. Wysocki2011-05-174-52/+473
|\
| * PM: Fix build issue in clock_ops.c for CONFIG_PM_RUNTIME unsetRafael J. Wysocki2011-05-161-0/+1
| * PM / Runtime: Generic clock manipulation rountines for runtime PM (v6)Rafael J. Wysocki2011-04-302-0/+431
| * PM: Make power domain callbacks take precedence over subsystem onesRafael J. Wysocki2011-04-292-52/+41
* | PM / Wakeup: Remove useless synchronize_rcu() callEric Dumazet2011-05-171-1/+0
* | PM / Wakeup: Fix build warning related to the "wakeup" sysfs fileRafael J. Wysocki2011-05-171-2/+2
|/
* PM / Wakeup: Fix initialization of wakeup-related device sysfs filesRafael J. Wysocki2011-04-262-1/+2
* PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKSRafael J. Wysocki2011-04-111-4/+4
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* 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/+73
* 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/+3
* PM: Remove CONFIG_PM_OPSRafael J. Wysocki2011-03-151-2/+1
* 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/+2
* 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/+9
* | | PM: Permit registration of parentless devices during system suspendRafael J. Wysocki2010-12-241-22/+3
* | | PM: Replace the device power.status field with a bit fieldRafael J. Wysocki2010-12-241-12/+5
* | | PM: Remove redundant checks from core device resume routinesRafael J. Wysocki2010-12-241-27/+17