From: Kevin Hilman Date: Tue, 12 Jul 2011 09:17:09 +0000 (+0200) Subject: PM / Runtime: Add new helper function: pm_runtime_status_suspended() X-Git-Tag: v3.1-rc1~304^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3393b62f157cc87f8d78247e97b87778dc077b8;p=pandora-kernel.git PM / Runtime: Add new helper function: pm_runtime_status_suspended() This boolean function simply returns whether or not the runtime status of the device is 'suspended'. Unlike pm_runtime_suspended(), this function returns the runtime status whether or not runtime PM for the device has been disabled or not. Also add entry to Documentation/power/runtime.txt Signed-off-by: Kevin Hilman Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed