summaryrefslogtreecommitdiffstats
path: root/drivers/base/power
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce CONFIG_SUSPEND for suspend-to-Ram and standbyRafael J. Wysocki2007-07-292-3/+3
* Fix ThinkPad T42 poweroff failure introduced by by "PM: Introduce pm_power_of...Rafael J. Wysocki2007-07-261-2/+0
* x86: PM_TRACE supportNigel Cunningham2007-07-211-1/+4
* PM: Do not require dev spew to get PM_DEBUGBen Collins2007-07-191-1/+1
* PM: remove deprecated dpm_runtime_* routinesAlan Stern2007-07-183-91/+1
* PM: Remove deprecated sysfs filesAlan Stern2007-07-181-66/+0
* PM: Do not check parent state in suspend and resume core codeRafael J. Wysocki2007-07-112-14/+0
* PM: Remove power_state.event checks from suspend core codeRafael J. Wysocki2007-07-111-7/+4
* PM: Remove prev_state from struct dev_pm_infoRafael J. Wysocki2007-07-112-4/+1
* PM: Simplify suspend_deviceRafael J. Wysocki2007-07-111-31/+18
* PM: Remove pm_parent from struct dev_pm_infoRafael J. Wysocki2007-07-113-34/+10
* Power Management: use mutexes instead of semaphoresMatthias Kaehlcke2007-07-115-27/+29
* remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-021-3/+1
* define platform wakeup hook, use in pci_enable_wake()David Brownell2007-04-271-0/+3
* Driver core: remove use of rwsemGreg Kroah-Hartman2007-04-271-2/+0
* Driver core: add suspend() and resume() to struct device_typeDmitry Torokhov2007-04-272-1/+24
* [PATCH] PM: use kobject_name() to access kobject namesDmitry Torokhov2007-04-111-2/+4
* Driver core: fix comments in drivers/base/power/resume.cDmitry Torokhov2006-09-251-4/+4
* PM: device_suspend/resume may sleepPavel Machek2006-09-252-0/+2
* PM: no suspend_prepare() phaseDavid Brownell2006-09-251-27/+0
* PM: add kconfig option for deprecated .../power/state filesDavid Brownell2006-09-251-0/+6
* PM: update docs for writing .../power/stateDavid Brownell2006-09-251-10/+19
* PM: issue PM_EVENT_PRETHAWDavid Brownell2006-09-251-0/+1
* make suspend quieterDavid Brownell2006-09-251-5/+0
* Suspend infrastructure cleanup and extensionLinus Torvalds2006-09-252-34/+116
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-302-2/+0
* [PATCH] core: use list_move()Akinobu Mita2006-06-262-12/+7
* Enable minimal per-device resume tracingLinus Torvalds2006-06-241-0/+4
* Add some basic resume trace facilitiesLinus Torvalds2006-06-242-0/+229
* [PATCH] Driver core: PM_DEBUG device suspend() messages become informativeDavid Brownell2006-06-211-1/+16
* [PATCH] Driver Core: CONFIG_DEBUG_PM covers drivers/base/power tooDavid Brownell2006-06-211-0/+3
* [PATCH] revert "swsusp add check for suspension of X controlled devices"Andrew Morton2006-05-311-4/+1
* [PATCH] pm: print name of failed suspend functionAndrew Morton2006-04-141-0/+12
* [PATCH] swsusp: add check for suspension of X-controlled devicesRafael J. Wysocki2006-03-231-1/+4
* [PATCH] Fix Userspace interface breakage in power/statePavel Machek2006-02-061-8/+16
* [PATCH] drivers/base/: proper prototypesAdrian Bunk2006-02-063-5/+3
* [PATCH] device_shutdown can loop if the driver frees itselfMichael Richardson2006-01-131-2/+2
* [PATCH] Add bus_type probe, remove, shutdown methods.Russell King2006-01-131-1/+4
* [PATCH] pcmcia: merge suspend into device modelDominik Brodowski2006-01-061-0/+1
* [PATCH] drivers/base/power/runtime.c: #if 0 dpm_set_power_state()Adrian Bunk2006-01-041-0/+2
* [PATCH] fix remaining missing includesTim Schmielau2005-11-071-0/+1
* [PATCH] USB: fix pm patches with CONFIG_PM off part 2Andrew Morton2005-10-281-13/+0
* [PATCH] root hub changes (lesser half)David Brownell2005-10-281-0/+1
* [PATCH] one less word in struct deviceDavid Brownell2005-10-281-23/+3
* [PATCH] driver model wakeup flagsDavid Brownell2005-10-281-0/+73
* [PATCH] swsusp: switch pm_message_t to structPavel Machek2005-09-054-18/+18
* [PATCH] Driver core: Don't "lose" devices on suspend on failureBenjamin Herrenschmidt2005-06-201-1/+12
* [PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update devic...Yani Ioannou2005-06-201-2/+2
* [PATCH] Add a semaphore to struct device to synchronize calls to its driver.mochel@digitalimplant.org2005-06-202-3/+8
* [PATCH] Driver Core: remove driver model detach_stateDavid Brownell2005-05-172-27/+0