aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/runtime.c
Commit message (Expand)AuthorAge
* PM: Drop CONFIG_PM_RUNTIME from the driver coreRafael J. Wysocki2014-12-03
* PM / Runtime: Rework RPM get callback routinesAndrzej Hajda2014-11-05
*-. Merge branches 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki2014-03-20
|\ \
| | * PM / Runtime: Add missing "it" in commentGeert Uytterhoeven2014-03-11
| |/
* | PM: Add pm_runtime_suspend|resume_force functionsUlf Hansson2014-03-01
* | PM / runtime: Fetch runtime PM callbacks using a macroUlf Hansson2014-03-01
|/
* PM / Runtime: Respect autosuspend when idle triggers suspendUlf Hansson2013-10-15
* PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki2013-06-03
* PM / Runtime: Asyncronous idle|suspend parent devices at removalUlf Hansson2013-04-12
* pm / runtime: force memory allocation with no I/O during Runtime PM callbcackMing Lei2013-02-23
* pm / runtime: introduce pm_runtime_set_memalloc_noio()Ming Lei2013-02-23
* PM / Runtime: let rpm_resume() succeed if RPM_ACTIVE, even when disabled, v2Kevin Hilman2012-09-22
* PM / Runtime: Check device PM QoS setting before "no callbacks" checkRafael J. Wysocki2012-08-17
* PM / Runtime: Clear power.deferred_resume on success in rpm_suspend()Rafael J. Wysocki2012-08-17
* PM / Runtime: Fix rpm_resume() return value for power.no_callbacks setRafael J. Wysocki2012-08-17
* PM / Runtime: Remove device fields related to suspend time, v2Rafael J. Wysocki2012-05-01
* PM / Runtime: don't forget to wake up waitqueue on failureAlan Stern2012-03-26
* Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki2011-12-25
|\
| * PM / Runtime: Use device PM QoS constraints (v2)Rafael J. Wysocki2011-12-01
* | PM: Run the driver callback directly if the subsystem one is not thereRafael J. Wysocki2011-12-21
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\
| * drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.Paul Gortmaker2011-10-31
* | PM / Runtime: Automatically retry failed autosuspendsAlan Stern2011-11-04
* | PM / Runtime: Fix runtime accounting calculation errorvenu byravarasu2011-11-04
|/
* PM / Runtime: Handle .runtime_suspend() failure correctlyMing Lei2011-10-16
* PM / Runtime: Fix kerneldoc comment for rpm_suspend()Ming Lei2011-10-16
* PM / Runtime: Replace dev_dbg() with trace_rpm_*()Ming Lei2011-09-27
* PM / Runtime: Don't run callbacks under lock for power.irq_safe setRafael J. Wysocki2011-09-27
* PM / Runtime: Add might_sleep() to runtime PM functionsColin Cross2011-08-14
* PM / Runtime: Allow _put_sync() from interrupts-disabled contextKevin Hilman2011-08-05
* PM / Runtime: Consistent utilization of deferred_resumeShuoX Liu2011-07-08
* PM / Runtime: Replace "run-time" with "runtime" in documentationRafael J. Wysocki2011-07-06
* PM / Runtime: Return special error code if runtime PM is disabledRafael J. Wysocki2011-07-02
* PM / Domains: Rename struct dev_power_domain to struct dev_pm_domainRafael J. Wysocki2011-07-02
* PM: Make power domain callbacks take precedence over subsystem onesRafael J. Wysocki2011-04-28
* Fix common misspellingsLucas De Marchi2011-03-31
* PM: Make system-wide PM and runtime PM treat subsystems consistentlyRafael J. Wysocki2011-03-14
* PM: Add support for device power domainsRafael J. Wysocki2011-03-14
* PM / Runtime: Don't enable interrupts while running in_interruptAlan Stern2011-01-25
* PM / Runtime: Add synchronous runtime interface for interrupt handlers (v3)Alan Stern2010-12-24
* PM / Runtime: Fix typo in status comparison causing warningKevin Winchester2010-10-29
* PM / Runtime: fix recursive locking warning of lockdep from rpm_resume()Ming Lei2010-10-22
* PM / Runtime: Remove idle notification after failing suspendRafael J. Wysocki2010-10-16
* PM / Runtime: Reduce code duplication in core helper functionsRafael J. Wysocki2010-10-16
* PM / Runtime: Implement autosuspend supportAlan Stern2010-10-16
* PM / Runtime: Add no_callbacks flagAlan Stern2010-10-16
* PM / Runtime: Combine runtime PM entry pointsAlan Stern2010-10-16
* PM / Runtime: Merge synchronous and async runtime routinesAlan Stern2010-10-16
* PM / Runtime: Replace boolean arguments with bitflagsAlan Stern2010-10-16
* PM / Runtime: Move code in drivers/base/power/runtime.cAlan Stern2010-10-16