aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/main.c
Commit message (Expand)AuthorAgeFilesLines
* merge opensource jb u5codeworkx2012-09-221-0/+13
* samsung update 1codeworkx2012-06-021-6/+96
* 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
* PM: Allow drivers to allocate memory from .prepare() callbacks safelyRafael J. Wysocki2011-05-171-6/+12
* PM: Make power domain callbacks take precedence over subsystem onesRafael J. Wysocki2011-04-291-33/+31
* PM / Wakeup: Fix initialization of wakeup-related device sysfs filesRafael J. Wysocki2011-04-261-0/+1
* PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKSRafael J. Wysocki2011-04-111-4/+4
* PM: Make system-wide PM and runtime PM treat subsystems consistentlyRafael J. Wysocki2011-03-151-86/+64
* PM: Add support for device power domainsRafael J. Wysocki2011-03-151-0/+37
* PM: Allow pm_runtime_suspend() to succeed during system suspendRafael J. Wysocki2011-03-151-7/+3
* 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: 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
* | | PM: Use a different list of devices for each stage of device suspendRafael J. Wysocki2010-12-241-34/+19
* | | 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-241-1/+1
* | | PM: Prevent dpm_prepare() from returning errors unnecessarilyRafael J. Wysocki2010-12-241-4/+7
| |/ |/|
* | PM: Allow devices to be removed during late suspend and early resumeRafael J. Wysocki2010-11-111-4/+30
|/
* 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-171-1/+3
* PM: Fix signed/unsigned warning in dpm_show_time()Kevin Cernekee2010-10-171-1/+1
* PM: Prevent waiting forever on asynchronous resume after failing suspendColin Cross2010-09-091-0/+1
* PM: Make it possible to avoid races between wakeup and system sleepRafael J. Wysocki2010-07-191-0/+1
* power: support _noirq actions on device types and classesDominik Brodowski2010-03-241-0/+31
* Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman2010-03-071-10/+10
* PM: Allow device drivers to use dpm_wait()Rafael J. Wysocki2010-02-261-0/+11
* PM: Start asynchronous resume threads upfrontRafael J. Wysocki2010-02-261-19/+24
* PM: Add a switch for disabling/enabling asynchronous suspend/resumeRafael J. Wysocki2010-02-261-3/+4
* PM: Asynchronous suspend and resume of devicesRafael J. Wysocki2010-02-261-6/+109
* PM: Add parent information to timing messagesRafael J. Wysocki2010-02-261-2/+3
* power: fix kernel-doc notationRandy Dunlap2010-01-111-4/+5
* PM: Use pm_runtime_put_sync in system resumeAlan Stern2009-12-211-2/+2
* PM: Measure device suspend and resume timesRafael J. Wysocki2009-12-181-0/+27
* PM: Make the initcall_debug style timing for suspend/resume completeRafael J. Wysocki2009-12-181-20/+77
* PM: rwsem.h need not be included into main.cRafael J. Wysocki2009-12-151-1/+0
* PM: Remove unnecessary goto from device_resume_noirq()Rafael J. Wysocki2009-12-151-9/+3
* PM: Add initcall_debug style timing for suspend/resumeArjan van de Ven2009-12-151-0/+31
* PM: Fix warning on suspend errorsRomit Dasgupta2009-11-031-0/+1
* PM: Reset transition_started at dpm_resume_noirqXiaotian Feng2009-09-141-1/+1
* PM: Update kerneldoc comments in drivers/base/power/main.cRafael J. Wysocki2009-09-141-85/+84
* PM: Introduce core framework for run-time PM of I/O devices (rev. 17)Rafael J. Wysocki2009-08-231-1/+21
* Driver Core: Make PM operations a const pointerDmitry Torokhov2009-07-241-3/+5
* PM: Clear -EAGAIN in dpm_prepareSebastian Ott2009-07-081-0/+1
* PM: Remove device_type suspend()/resume()Magnus Damm2009-06-121-7/+0