aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/main.c
Commit message (Expand)AuthorAge
* PM: Fix async resume following suspend failureAlan Stern2011-06-21
* PM: Rename dev_pm_info.in_suspend to is_preparedAlan Stern2011-06-21
* PM: Allow drivers to allocate memory from .prepare() callbacks safelyRafael J. Wysocki2011-05-17
* PM: Make power domain callbacks take precedence over subsystem onesRafael J. Wysocki2011-04-28
* PM / Wakeup: Fix initialization of wakeup-related device sysfs filesRafael J. Wysocki2011-04-26
* PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKSRafael J. Wysocki2011-04-11
* PM: Make system-wide PM and runtime PM treat subsystems consistentlyRafael J. Wysocki2011-03-14
* PM: Add support for device power domainsRafael J. Wysocki2011-03-14
* PM: Allow pm_runtime_suspend() to succeed during system suspendRafael J. Wysocki2011-03-14
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-13
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-12-22
| |\
| * | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-01
* | | PM: Use dev_name() in core device suspend and resume routinesRafael J. Wysocki2010-12-24
* | | PM: Permit registration of parentless devices during system suspendRafael J. Wysocki2010-12-24
* | | PM: Replace the device power.status field with a bit fieldRafael J. Wysocki2010-12-24
* | | PM: Remove redundant checks from core device resume routinesRafael J. Wysocki2010-12-24
* | | PM: Use a different list of devices for each stage of device suspendRafael J. Wysocki2010-12-24
* | | PM: Avoid compiler warning in pm_noirq_op()Rafael J. Wysocki2010-12-24
* | | PM: Use pm_wakeup_pending() in __device_suspend()Rafael J. Wysocki2010-12-24
* | | PM / Wakeup: Replace pm_check_wakeup_events() with pm_wakeup_pending()Rafael J. Wysocki2010-12-24
* | | PM: Prevent dpm_prepare() from returning errors unnecessarilyRafael J. Wysocki2010-12-24
| |/ |/|
* | PM: Allow devices to be removed during late suspend and early resumeRafael J. Wysocki2010-11-10
|/
* PM: Fix potential issue with failing asynchronous suspendRafael J. Wysocki2010-10-16
* PM / Wakeup: Introduce wakeup source objects and event statistics (v3)Rafael J. Wysocki2010-10-16
* PM: Fix signed/unsigned warning in dpm_show_time()Kevin Cernekee2010-10-16
* PM: Prevent waiting forever on asynchronous resume after failing suspendColin Cross2010-09-08
* PM: Make it possible to avoid races between wakeup and system sleepRafael J. Wysocki2010-07-18
* power: support _noirq actions on device types and classesDominik Brodowski2010-03-24
* Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman2010-03-07
* PM: Allow device drivers to use dpm_wait()Rafael J. Wysocki2010-02-26
* PM: Start asynchronous resume threads upfrontRafael J. Wysocki2010-02-26
* PM: Add a switch for disabling/enabling asynchronous suspend/resumeRafael J. Wysocki2010-02-26
* PM: Asynchronous suspend and resume of devicesRafael J. Wysocki2010-02-26
* PM: Add parent information to timing messagesRafael J. Wysocki2010-02-26
* power: fix kernel-doc notationRandy Dunlap2010-01-11
* PM: Use pm_runtime_put_sync in system resumeAlan Stern2009-12-20
* PM: Measure device suspend and resume timesRafael J. Wysocki2009-12-17
* PM: Make the initcall_debug style timing for suspend/resume completeRafael J. Wysocki2009-12-17
* PM: rwsem.h need not be included into main.cRafael J. Wysocki2009-12-15
* PM: Remove unnecessary goto from device_resume_noirq()Rafael J. Wysocki2009-12-15
* PM: Add initcall_debug style timing for suspend/resumeArjan van de Ven2009-12-15
* PM: Fix warning on suspend errorsRomit Dasgupta2009-11-03
* PM: Reset transition_started at dpm_resume_noirqXiaotian Feng2009-09-14
* PM: Update kerneldoc comments in drivers/base/power/main.cRafael J. Wysocki2009-09-14
* PM: Introduce core framework for run-time PM of I/O devices (rev. 17)Rafael J. Wysocki2009-08-22
* Driver Core: Make PM operations a const pointerDmitry Torokhov2009-07-23
* PM: Clear -EAGAIN in dpm_prepareSebastian Ott2009-07-08
* PM: Remove device_type suspend()/resume()Magnus Damm2009-06-12
* PM: Remove bus_type suspend_late()/resume_early() V2Magnus Damm2009-06-12
* PM core: rename suspend and resume functionsAlan Stern2009-06-12