summaryrefslogtreecommitdiff
path: root/drivers/base/power/main.c
AgeCommit message (Expand)Author
2010-11-11PM: Allow devices to be removed during late suspend and early resumeRafael J. Wysocki
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
2009-06-12PM core: rename suspend and resume functionsAlan Stern
2009-06-12PM: Rename device_power_down/up()Magnus Damm
2009-05-24PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUsRafael J. Wysocki
2009-03-30PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki
2009-03-24Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki
2009-01-06driver core: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2009-01-06PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2008-10-16vsprintf: use new vsprintf symbolic function pointer formatBjorn Helgaas
2008-10-16debug: use dev_WARN() rather than WARN_ON() in device_pm_add()Arjan van de Ven
2008-08-21PM: Remove WARN_ON from device_pm_addRafael J. Wysocki
2008-08-21PM: don't skip device PM init when CONFIG_PM_SLEEP isn't set and CONFIG_PM is...Alan Stern
2008-06-12Suspend-related patches for 2.6.27Rafael J. Wysocki
2008-06-10Introduce new top level suspend and hibernation callbacksRafael J. Wysocki
2008-05-15Clean up 'print_fn_descriptor_symbol()' typesLinus Torvalds
2008-04-22Relax check on adding children of suspended devicesRafael J. Wysocki
2008-04-19PM: Remove destroy_suspended_device()Rafael J. Wysocki
2008-04-19PM: Make wakeup flags available whenever CONFIG_PM is setAlan Stern
2008-04-19Driver core: Call device_pm_add() after bus_add_device() in device_add()Rafael J. Wysocki
2008-04-19PM: Handle device registrations during suspend/resumeRafael J. Wysocki
2008-04-19power_state: remove it from driver corePavel Machek