From: Rafael J. Wysocki Date: Wed, 6 Jul 2011 08:52:06 +0000 (+0200) Subject: PM / Runtime: Improve documentation of enable, disable and barrier X-Git-Tag: v3.1-rc1~304^2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e358bad75ff13210f5211cac9f93d76170d43f89;p=pandora-kernel.git PM / Runtime: Improve documentation of enable, disable and barrier The runtime PM documentation in Documentation/power/runtime_pm.txt doesn't say that pm_runtime_enable() and pm_runtime_disable() work by operating on power.disable_depth, which is wrong, because the possibility of nesting disables doesn't follow from the description of these functions. Also, there is no description of pm_runtime_barrier() at all in the document, which is confusing. Improve the documentation by fixing those issues. Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed