summaryrefslogtreecommitdiffstats
path: root/drivers/base/power/runtime.c
AgeCommit message (Expand)AuthorLines
2011-04-29PM: Make power domain callbacks take precedence over subsystem onesRafael J. Wysocki-19/+10
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-03-15PM: Make system-wide PM and runtime PM treat subsystems consistentlyRafael J. Wysocki-9/+9
2011-03-15PM: Add support for device power domainsRafael J. Wysocki-2/+17
2011-01-25PM / Runtime: Don't enable interrupts while running in_interruptAlan Stern-3/+6
2010-12-24PM / Runtime: Add synchronous runtime interface for interrupt handlers (v3)Alan Stern-9/+38
2010-10-29PM / Runtime: Fix typo in status comparison causing warningKevin Winchester-1/+1
2010-10-22PM / Runtime: fix recursive locking warning of lockdep from rpm_resume()Ming Lei-1/+1
2010-10-17PM / Runtime: Remove idle notification after failing suspendRafael J. Wysocki-9/+2
2010-10-17PM / Runtime: Reduce code duplication in core helper functionsRafael J. Wysocki-68/+54
2010-10-17PM / Runtime: Implement autosuspend supportAlan Stern-7/+179
2010-10-17PM / Runtime: Add no_callbacks flagAlan Stern-1/+53
2010-10-17PM / Runtime: Combine runtime PM entry pointsAlan Stern-110/+64
2010-10-17PM / Runtime: Merge synchronous and async runtime routinesAlan Stern-235/+140
2010-10-17PM / Runtime: Replace boolean arguments with bitflagsAlan Stern-36/+39
2010-10-17PM / Runtime: Move code in drivers/base/power/runtime.cAlan Stern-39/+38
2010-10-17PM / Wakeup: Introduce wakeup source objects and event statistics (v3)Rafael J. Wysocki-2/+0
2010-07-19PM / Runtime: Add runtime PM statistics (v3)Arjan van de Ven-7/+47
2010-05-10PM: Allow runtime_suspend methods to call pm_schedule_suspend()Alan Stern-5/+5
2010-02-26PM / Runtime: Add sysfs switch for disabling device run-time PMRafael J. Wysocki-0/+45
2009-12-22PM / Runtime: Use device type and device class callbacksRafael J. Wysocki-0/+45
2009-12-15PM: allow for usage_count > 0 in pm_runtime_get()Alan Stern-5/+5
2009-12-06PM / Runtime: Remove unnecessary braces in __pm_runtime_set_status()Rafael J. Wysocki-5/+3
2009-12-06PM / Runtime: Ensure timer_expires is nonzero in pm_schedule_suspend()Rafael J. Wysocki-0/+2
2009-12-06PM / Runtime: Use deferred_resume flag in pm_request_resumeAlan Stern-4/+7
2009-12-06PM / Runtime: Fix lockdep warning in __pm_runtime_set_status()Rafael J. Wysocki-1/+1
2009-11-29PM: fix irq enable/disable in runtime PM codeAlan Stern-6/+6
2009-11-03PM: Remove some debug messages producing too much noisePavel Machek-4/+0
2009-08-23PM: Introduce core framework for run-time PM of I/O devices (rev. 17)Rafael J. Wysocki-0/+1011
2007-07-18PM: remove deprecated dpm_runtime_* routinesAlan Stern-85/+0
2007-07-11Power Management: use mutexes instead of semaphoresMatthias Kaehlcke-6/+6
2006-01-06[PATCH] pcmcia: merge suspend into device modelDominik Brodowski-0/+1
2006-01-04[PATCH] drivers/base/power/runtime.c: #if 0 dpm_set_power_state()Adrian Bunk-0/+2
2005-10-28[PATCH] root hub changes (lesser half)David Brownell-0/+1
2005-09-05[PATCH] swsusp: switch pm_message_t to structPavel Machek-4/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+81