aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/power
AgeCommit message (Expand)AuthorFilesLines
2008-03-04PM: fix new mutex-locking bug in the PM coreGravatar Alan Stern 1-1/+1
2008-03-04PM: Do not acquire device semaphores upfront during suspendGravatar Rafael J. Wysocki 1-90/+16
2008-02-21Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 1-1/+1
2008-02-21PM: Remove unbalanced mutex_unlock() from dpm_resume()Gravatar Rafael J. Wysocki 1-1/+0
2008-02-21driver-core: fix kernel-doc function parametersGravatar Randy Dunlap 1-0/+1
2008-02-21PM: Make suspend_device() staticGravatar Adrian Bunk 1-1/+1
2008-02-02PM: Export device_pm_schedule_removalGravatar Rafael J. Wysocki 2-1/+1
2008-02-01PM: Make PM_TRACE more architecture independentGravatar Johannes Berg 1-1/+1
2008-01-28convert drivers/base/power/Makefile to ccflagsGravatar Johannes Berg 1-6/+2
2008-01-24driver core: clean up device_shutdownGravatar Greg Kroah-Hartman 2-44/+0
2008-01-24driver core: clean up shutdown.cGravatar Greg Kroah-Hartman 2-12/+0
2008-01-24kset: convert /sys/devices to use kset_createGravatar Greg Kroah-Hartman 1-1/+1
2008-01-24PM: Acquire device locks on suspendGravatar Rafael J. Wysocki 2-172/+342
2007-11-28create /sys/.../power when CONFIG_PM is setGravatar Daniel Drake 3-15/+24
2007-10-18pm_trace displays the wrong time from the RTCGravatar Rafael J. Wysocki 1-1/+1
2007-10-12PM: merge device power-management source filesGravatar Alan Stern 5-394/+343
2007-10-12drivers/base/power/: make 2 functions staticGravatar Adrian Bunk 3-8/+2
2007-07-29Introduce CONFIG_SUSPEND for suspend-to-Ram and standbyGravatar Rafael J. Wysocki 2-3/+3
2007-07-26Fix ThinkPad T42 poweroff failure introduced by by "PM: Introduce pm_power_of...Gravatar Rafael J. Wysocki 1-2/+0
2007-07-21x86: PM_TRACE supportGravatar Nigel Cunningham 1-1/+4
2007-07-19PM: Do not require dev spew to get PM_DEBUGGravatar Ben Collins 1-1/+1
2007-07-18PM: remove deprecated dpm_runtime_* routinesGravatar Alan Stern 3-91/+1
2007-07-18PM: Remove deprecated sysfs filesGravatar Alan Stern 1-66/+0
2007-07-11PM: Do not check parent state in suspend and resume core codeGravatar Rafael J. Wysocki 2-14/+0
2007-07-11PM: Remove power_state.event checks from suspend core codeGravatar Rafael J. Wysocki 1-7/+4
2007-07-11PM: Remove prev_state from struct dev_pm_infoGravatar Rafael J. Wysocki 2-4/+1
2007-07-11PM: Simplify suspend_deviceGravatar Rafael J. Wysocki 1-31/+18
2007-07-11PM: Remove pm_parent from struct dev_pm_infoGravatar Rafael J. Wysocki 3-34/+10
2007-07-11Power Management: use mutexes instead of semaphoresGravatar Matthias Kaehlcke 5-27/+29
2007-05-02remove "struct subsystem" as it is no longer neededGravatar Greg Kroah-Hartman 1-3/+1
2007-04-27define platform wakeup hook, use in pci_enable_wake()Gravatar David Brownell 1-0/+3
2007-04-27Driver core: remove use of rwsemGravatar Greg Kroah-Hartman 1-2/+0
2007-04-27Driver core: add suspend() and resume() to struct device_typeGravatar Dmitry Torokhov 2-1/+24
2007-04-11[PATCH] PM: use kobject_name() to access kobject namesGravatar Dmitry Torokhov 1-2/+4
2006-09-25Driver core: fix comments in drivers/base/power/resume.cGravatar Dmitry Torokhov 1-4/+4
2006-09-25PM: device_suspend/resume may sleepGravatar Pavel Machek 2-0/+2
2006-09-25PM: no suspend_prepare() phaseGravatar David Brownell 1-27/+0
2006-09-25PM: add kconfig option for deprecated .../power/state filesGravatar David Brownell 1-0/+6
2006-09-25PM: update docs for writing .../power/stateGravatar David Brownell 1-10/+19
2006-09-25PM: issue PM_EVENT_PRETHAWGravatar David Brownell 1-0/+1
2006-09-25make suspend quieterGravatar David Brownell 1-5/+0
2006-09-25Suspend infrastructure cleanup and extensionGravatar Linus Torvalds 2-34/+116
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 2-2/+0
2006-06-26[PATCH] core: use list_move()Gravatar Akinobu Mita 2-12/+7
2006-06-24Enable minimal per-device resume tracingGravatar Linus Torvalds 1-0/+4
2006-06-24Add some basic resume trace facilitiesGravatar Linus Torvalds 2-0/+229
2006-06-21[PATCH] Driver core: PM_DEBUG device suspend() messages become informativeGravatar David Brownell 1-1/+16
2006-06-21[PATCH] Driver Core: CONFIG_DEBUG_PM covers drivers/base/power tooGravatar David Brownell 1-0/+3
2006-05-31[PATCH] revert "swsusp add check for suspension of X controlled devices"Gravatar Andrew Morton 1-4/+1
2006-04-14[PATCH] pm: print name of failed suspend functionGravatar Andrew Morton 1-0/+12