PM / Runtime: Add new helper function: pm_runtime_active()
authorShuoX Liu <shuox.liu@intel.com>
Wed, 23 Jan 2013 20:49:37 +0000 (21:49 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 25 Jan 2013 23:39:12 +0000 (00:39 +0100)
commitfbadc58dd3a52c330c8f3926aa93011bf9d91fa0
tree3610166150f5b4cbd6be81f34c6c589f841df0b9
parent43720bd6014327ac454434496cb953edcdb9f8d6
PM / Runtime: Add new helper function: pm_runtime_active()

This boolean function simply returns whether or not the runtime
status of the device is 'active'. The typical scenario is driver
calls pm_runtime_get firstly, then check pm_runtime_active in
atomic environment.

Also add entry to Documentation/power/runtime.txt

Signed-off-by: Yanmin Zhang <yanmin.zhang@intel.com>
Signed-off-by: ShuoX Liu <shuox.liu@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Documentation/power/runtime_pm.txt
include/linux/pm_runtime.h
This page took 0.025571 seconds and 5 git commands to generate.