aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/runtime.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-17PM / Runtime: Check device PM QoS setting before "no callbacks" checkRafael J. Wysocki1-6/+2
2012-08-17PM / Runtime: Clear power.deferred_resume on success in rpm_suspend()Rafael J. Wysocki1-1/+1
2012-08-17PM / Runtime: Fix rpm_resume() return value for power.no_callbacks setRafael J. Wysocki1-1/+2
2012-05-01PM / Runtime: Remove device fields related to suspend time, v2Rafael J. Wysocki1-101/+2
2012-03-26PM / Runtime: don't forget to wake up waitqueue on failureAlan Stern1-1/+2
2011-12-25Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki1-20/+128
2011-12-21PM: Run the driver callback directly if the subsystem one is not thereRafael J. Wysocki1-0/+9
2011-12-01PM / Runtime: Use device PM QoS constraints (v2)Rafael J. Wysocki1-20/+128
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-11-04PM / Runtime: Automatically retry failed autosuspendsAlan Stern1-2/+16
2011-11-04PM / Runtime: Fix runtime accounting calculation errorvenu byravarasu1-4/+1
2011-10-31drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.Paul Gortmaker1-0/+1
2011-10-16PM / Runtime: Handle .runtime_suspend() failure correctlyMing Lei1-12/+13
2011-10-16PM / Runtime: Fix kerneldoc comment for rpm_suspend()Ming Lei1-8/+10
2011-09-27PM / Runtime: Replace dev_dbg() with trace_rpm_*()Ming Lei1-4/+7
2011-09-27PM / Runtime: Don't run callbacks under lock for power.irq_safe setRafael J. Wysocki1-22/+46
2011-08-14PM / Runtime: Add might_sleep() to runtime PM functionsColin Cross1-3/+12
2011-08-05PM / Runtime: Allow _put_sync() from interrupts-disabled contextKevin Hilman1-2/+8
2011-07-08PM / Runtime: Consistent utilization of deferred_resumeShuoX Liu1-1/+1
2011-07-06PM / Runtime: Replace "run-time" with "runtime" in documentationRafael J. Wysocki1-33/+33
2011-07-02PM / Runtime: Return special error code if runtime PM is disabledRafael J. Wysocki1-4/+5
2011-07-02PM / Domains: Rename struct dev_power_domain to struct dev_pm_domainRafael J. Wysocki1-6/+6
2011-04-29PM: Make power domain callbacks take precedence over subsystem onesRafael J. Wysocki1-19/+10
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-15PM: Make system-wide PM and runtime PM treat subsystems consistentlyRafael J. Wysocki1-9/+9
2011-03-15PM: Add support for device power domainsRafael J. Wysocki1-2/+17
2011-01-25PM / Runtime: Don't enable interrupts while running in_interruptAlan Stern1-3/+6
2010-12-24PM / Runtime: Add synchronous runtime interface for interrupt handlers (v3)Alan Stern1-9/+38
2010-10-29PM / Runtime: Fix typo in status comparison causing warningKevin Winchester1-1/+1
2010-10-22PM / Runtime: fix recursive locking warning of lockdep from rpm_resume()Ming Lei1-1/+1
2010-10-17PM / Runtime: Remove idle notification after failing suspendRafael J. Wysocki1-9/+2
2010-10-17PM / Runtime: Reduce code duplication in core helper functionsRafael J. Wysocki1-68/+54
2010-10-17PM / Runtime: Implement autosuspend supportAlan Stern1-7/+179
2010-10-17PM / Runtime: Add no_callbacks flagAlan Stern1-1/+53
2010-10-17PM / Runtime: Combine runtime PM entry pointsAlan Stern1-110/+64
2010-10-17PM / Runtime: Merge synchronous and async runtime routinesAlan Stern1-235/+140
2010-10-17PM / Runtime: Replace boolean arguments with bitflagsAlan Stern1-36/+39
2010-10-17PM / Runtime: Move code in drivers/base/power/runtime.cAlan Stern1-39/+38
2010-10-17PM / Wakeup: Introduce wakeup source objects and event statistics (v3)Rafael J. Wysocki1-2/+0
2010-07-19PM / Runtime: Add runtime PM statistics (v3)Arjan van de Ven1-7/+47
2010-05-10PM: Allow runtime_suspend methods to call pm_schedule_suspend()Alan Stern1-5/+5
2010-02-26PM / Runtime: Add sysfs switch for disabling device run-time PMRafael J. Wysocki1-0/+45
2009-12-22PM / Runtime: Use device type and device class callbacksRafael J. Wysocki1-0/+45
2009-12-15PM: allow for usage_count > 0 in pm_runtime_get()Alan Stern1-5/+5
2009-12-06PM / Runtime: Remove unnecessary braces in __pm_runtime_set_status()Rafael J. Wysocki1-5/+3
2009-12-06PM / Runtime: Ensure timer_expires is nonzero in pm_schedule_suspend()Rafael J. Wysocki1-0/+2
2009-12-06PM / Runtime: Use deferred_resume flag in pm_request_resumeAlan Stern1-4/+7
2009-12-06PM / Runtime: Fix lockdep warning in __pm_runtime_set_status()Rafael J. Wysocki1-1/+1
2009-11-29PM: fix irq enable/disable in runtime PM codeAlan Stern1-6/+6
2009-11-03PM: Remove some debug messages producing too much noisePavel Machek1-4/+0