summaryrefslogtreecommitdiff
path: root/drivers/base/power
AgeCommit message (Expand)AuthorFilesLines
2010-01-11power: fix kernel-doc notationRandy Dunlap1-4/+5
2009-12-22PM / Runtime: Use device type and device class callbacksRafael J. Wysocki1-0/+45
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-12-15PM: allow for usage_count > 0 in pm_runtime_get()Alan Stern1-5/+5
2009-12-06PM / Runtime: Remove unnecessary braces in __pm_runtime_set_status()Rafael J. Wysocki1-5/+3
2009-12-06PM / Runtime: Ensure timer_expires is nonzero in pm_schedule_suspend()Rafael J. Wysocki1-0/+2
2009-12-06PM / Runtime: Use deferred_resume flag in pm_request_resumeAlan Stern1-4/+7
2009-12-06PM / Runtime: Fix lockdep warning in __pm_runtime_set_status()Rafael J. Wysocki1-1/+1
2009-11-29PM: fix irq enable/disable in runtime PM codeAlan Stern1-6/+6
2009-11-03PM: Remove some debug messages producing too much noisePavel Machek1-4/+0
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. Wysocki4-8/+1057
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 Huck2-0/+52
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 Sievers2-3/+3
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...Alan Stern2-12/+10
2008-07-21driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman1-1/+1
2008-07-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds4-158/+526
2008-07-07PCI ACPI: Rework PCI handling of wake-upRafael J. Wysocki1-3/+0
2008-06-12Suspend-related patches for 2.6.27Rafael J. Wysocki1-2/+0
2008-06-10Introduce new top level suspend and hibernation callbacksRafael J. Wysocki3-154/+527
2008-05-25x86: move tracedata to RODATAJan Beulich1-1/+1
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 Stern2-2/+2
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. Wysocki2-51/+29
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