aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/runtime.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-2/+3
|\
| * PM / Runtime: Clear power.deferred_resume on success in rpm_suspend()Rafael J. Wysocki2012-10-021-1/+1
| * PM / Runtime: Fix rpm_resume() return value for power.no_callbacks setRafael J. Wysocki2012-10-021-1/+2
* | merge opensource jb u5codeworkx2012-09-221-0/+3
* | samsung update 1codeworkx2012-06-021-0/+9
|/
* PM / Runtime: Automatically retry failed autosuspendsAlan Stern2011-11-111-2/+16
* PM: Make power domain callbacks take precedence over subsystem onesRafael J. Wysocki2011-04-291-19/+10
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* PM: Make system-wide PM and runtime PM treat subsystems consistentlyRafael J. Wysocki2011-03-151-9/+9
* PM: Add support for device power domainsRafael J. Wysocki2011-03-151-2/+17
* PM / Runtime: Don't enable interrupts while running in_interruptAlan Stern2011-01-251-3/+6
* PM / Runtime: Add synchronous runtime interface for interrupt handlers (v3)Alan Stern2010-12-241-9/+38
* PM / Runtime: Fix typo in status comparison causing warningKevin Winchester2010-10-291-1/+1
* PM / Runtime: fix recursive locking warning of lockdep from rpm_resume()Ming Lei2010-10-221-1/+1
* PM / Runtime: Remove idle notification after failing suspendRafael J. Wysocki2010-10-171-9/+2
* PM / Runtime: Reduce code duplication in core helper functionsRafael J. Wysocki2010-10-171-68/+54
* PM / Runtime: Implement autosuspend supportAlan Stern2010-10-171-7/+179
* PM / Runtime: Add no_callbacks flagAlan Stern2010-10-171-1/+53
* PM / Runtime: Combine runtime PM entry pointsAlan Stern2010-10-171-110/+64
* PM / Runtime: Merge synchronous and async runtime routinesAlan Stern2010-10-171-235/+140
* PM / Runtime: Replace boolean arguments with bitflagsAlan Stern2010-10-171-36/+39
* PM / Runtime: Move code in drivers/base/power/runtime.cAlan Stern2010-10-171-39/+38
* PM / Wakeup: Introduce wakeup source objects and event statistics (v3)Rafael J. Wysocki2010-10-171-2/+0
* PM / Runtime: Add runtime PM statistics (v3)Arjan van de Ven2010-07-191-7/+47
* PM: Allow runtime_suspend methods to call pm_schedule_suspend()Alan Stern2010-05-101-5/+5
* PM / Runtime: Add sysfs switch for disabling device run-time PMRafael J. Wysocki2010-02-261-0/+45
* PM / Runtime: Use device type and device class callbacksRafael J. Wysocki2009-12-221-0/+45
* PM: allow for usage_count > 0 in pm_runtime_get()Alan Stern2009-12-151-5/+5
* PM / Runtime: Remove unnecessary braces in __pm_runtime_set_status()Rafael J. Wysocki2009-12-061-5/+3
* PM / Runtime: Ensure timer_expires is nonzero in pm_schedule_suspend()Rafael J. Wysocki2009-12-061-0/+2
* PM / Runtime: Use deferred_resume flag in pm_request_resumeAlan Stern2009-12-061-4/+7
* PM / Runtime: Fix lockdep warning in __pm_runtime_set_status()Rafael J. Wysocki2009-12-061-1/+1
* PM: fix irq enable/disable in runtime PM codeAlan Stern2009-11-291-6/+6
* PM: Remove some debug messages producing too much noisePavel Machek2009-11-031-4/+0
* PM: Introduce core framework for run-time PM of I/O devices (rev. 17)Rafael J. Wysocki2009-08-231-0/+1011
* PM: remove deprecated dpm_runtime_* routinesAlan Stern2007-07-181-85/+0
* Power Management: use mutexes instead of semaphoresMatthias Kaehlcke2007-07-111-6/+6
* [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] root hub changes (lesser half)David Brownell2005-10-281-0/+1
* [PATCH] swsusp: switch pm_message_t to structPavel Machek2005-09-051-4/+4
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+81