summaryrefslogtreecommitdiff
path: root/drivers/base/power/suspend.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-13PM: merge device power-management source filesAlan Stern1-210/+0
2007-10-13drivers/base/power/: make 2 functions staticAdrian Bunk1-1/+1
2007-07-12PM: Do not check parent state in suspend and resume core codeRafael J. Wysocki1-7/+0
2007-07-12PM: Remove power_state.event checks from suspend core codeRafael J. Wysocki1-7/+4
2007-07-12PM: Remove prev_state from struct dev_pm_infoRafael J. Wysocki1-2/+0
2007-07-12PM: Simplify suspend_deviceRafael J. Wysocki1-31/+18
2007-07-12PM: Remove pm_parent from struct dev_pm_infoRafael J. Wysocki1-4/+3
2007-07-12Power Management: use mutexes instead of semaphoresMatthias Kaehlcke1-7/+7
2007-04-27Driver core: add suspend() and resume() to struct device_typeDmitry Torokhov1-0/+12
2006-09-26PM: device_suspend/resume may sleepPavel Machek1-0/+1
2006-09-26PM: no suspend_prepare() phaseDavid Brownell1-27/+0
2006-09-26PM: issue PM_EVENT_PRETHAWDavid Brownell1-0/+1
2006-09-26make suspend quieterDavid Brownell1-5/+0
2006-09-26Suspend infrastructure cleanup and extensionLinus Torvalds1-30/+92
2006-06-26[PATCH] core: use list_move()Akinobu Mita1-8/+5
2006-06-21[PATCH] Driver core: PM_DEBUG device suspend() messages become informativeDavid Brownell1-1/+16
2006-06-01[PATCH] revert "swsusp add check for suspension of X controlled devices"Andrew Morton1-4/+1
2006-04-14[PATCH] pm: print name of failed suspend functionAndrew Morton1-0/+12
2006-03-23[PATCH] swsusp: add check for suspension of X-controlled devicesRafael J. Wysocki1-1/+4
2006-02-06[PATCH] drivers/base/: proper prototypesAdrian Bunk1-2/+1
2005-09-05[PATCH] swsusp: switch pm_message_t to structPavel Machek1-6/+6
2005-06-21[PATCH] Driver core: Don't "lose" devices on suspend on failureBenjamin Herrenschmidt1-1/+12
2005-06-21[PATCH] Add a semaphore to struct device to synchronize calls to its driver.mochel@digitalimplant.org1-1/+2
2005-05-18[PATCH] Driver Core: pm diagnostics update, check for errorsDavid Brownell1-2/+15
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+144