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