aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-17PM: Fix potential issue with failing asynchronous suspendRafael J. Wysocki1-6/+9
2010-10-17PM / Wakeup: Introduce wakeup source objects and event statistics (v3)Rafael J. Wysocki1-1/+3
2010-10-17PM: Fix signed/unsigned warning in dpm_show_time()Kevin Cernekee1-1/+1
2010-09-09PM: Prevent waiting forever on asynchronous resume after failing suspendColin Cross1-0/+1
2010-07-19PM: Make it possible to avoid races between wakeup and system sleepRafael J. Wysocki1-0/+1
2010-03-24power: support _noirq actions on device types and classesDominik Brodowski1-0/+31
2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman1-10/+10
2010-02-26PM: Allow device drivers to use dpm_wait()Rafael J. Wysocki1-0/+11
2010-02-26PM: Start asynchronous resume threads upfrontRafael J. Wysocki1-19/+24
2010-02-26PM: Add a switch for disabling/enabling asynchronous suspend/resumeRafael J. Wysocki1-3/+4
2010-02-26PM: Asynchronous suspend and resume of devicesRafael J. Wysocki1-6/+109
2010-02-26PM: Add parent information to timing messagesRafael J. Wysocki1-2/+3
2010-01-11power: fix kernel-doc notationRandy Dunlap1-4/+5
2009-12-21PM: Use pm_runtime_put_sync in system resumeAlan Stern1-2/+2
2009-12-18PM: Measure device suspend and resume timesRafael J. Wysocki1-0/+27
2009-12-18PM: Make the initcall_debug style timing for suspend/resume completeRafael J. Wysocki1-20/+77
2009-12-15PM: rwsem.h need not be included into main.cRafael J. Wysocki1-1/+0
2009-12-15PM: Remove unnecessary goto from device_resume_noirq()Rafael J. Wysocki1-9/+3
2009-12-15PM: Add initcall_debug style timing for suspend/resumeArjan van de Ven1-0/+31
2009-11-03PM: Fix warning on suspend errorsRomit Dasgupta1-0/+1
2009-09-14PM: Reset transition_started at dpm_resume_noirqXiaotian Feng1-1/+1
2009-09-14PM: Update kerneldoc comments in drivers/base/power/main.cRafael J. Wysocki1-85/+84
2009-08-23PM: Introduce core framework for run-time PM of I/O devices (rev. 17)Rafael J. Wysocki1-1/+21
2009-07-24Driver Core: Make PM operations a const pointerDmitry Torokhov1-3/+5
2009-07-08PM: Clear -EAGAIN in dpm_prepareSebastian Ott1-0/+1
2009-06-12PM: Remove device_type suspend()/resume()Magnus Damm1-7/+0
2009-06-12PM: Remove bus_type suspend_late()/resume_early() V2Magnus Damm1-7/+0
2009-06-12PM core: rename suspend and resume functionsAlan Stern1-46/+34
2009-06-12PM: Rename device_power_down/up()Magnus Damm1-13/+13
2009-05-24PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUsRafael J. Wysocki1-0/+4
2009-03-30PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki1-9/+11
2009-03-24Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck1-0/+44
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki1-3/+0
2009-01-06driver core: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-01-06PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki1-9/+10
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+1
2008-10-16vsprintf: use new vsprintf symbolic function pointer formatBjorn Helgaas1-5/+2
2008-10-16debug: use dev_WARN() rather than WARN_ON() in device_pm_add()Arjan van de Ven1-1/+1
2008-08-21PM: Remove WARN_ON from device_pm_addRafael J. Wysocki1-4/+2
2008-08-21PM: don't skip device PM init when CONFIG_PM_SLEEP isn't set and CONFIG_PM is setAlan Stern1-10/+3
2008-06-12Suspend-related patches for 2.6.27Rafael J. Wysocki1-2/+0
2008-06-10Introduce new top level suspend and hibernation callbacksRafael J. Wysocki1-151/+524
2008-05-15Clean up 'print_fn_descriptor_symbol()' typesLinus Torvalds1-1/+1
2008-04-22Relax check on adding children of suspended devicesRafael J. Wysocki1-9/+6
2008-04-19PM: Remove destroy_suspended_device()Rafael J. Wysocki1-40/+0
2008-04-19PM: Make wakeup flags available whenever CONFIG_PM is setAlan Stern1-2/+0
2008-04-19Driver core: Call device_pm_add() after bus_add_device() in device_add()Rafael J. Wysocki1-1/+3
2008-04-19PM: Handle device registrations during suspend/resumeRafael J. Wysocki1-31/+26
2008-04-19power_state: remove it from driver corePavel Machek1-5/+0
2008-03-04PM: fix new mutex-locking bug in the PM coreAlan Stern1-1/+1