From: Jon Hunter Date: Sun, 23 Sep 2012 23:28:30 +0000 (-0600) Subject: ARM: OMAP2+: PMU: Add runtime PM support X-Git-Tag: omap-devel-late-for-v3.7^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a9bce2766ef8bb7025c011653914a94a2a9ef32;p=pandora-kernel.git ARM: OMAP2+: PMU: Add runtime PM support The original implementation of this patch was done by Ming Lei for PMU on OMAP4 [1]. Since then the PM runtime calls have been moved into the ARM PMU code and this greatly simplifies the changes. The another differnce since the original version, is that it is no longer necessary to call pm_runtime_get/put during the PMU initialisation was we are no longer accessing the hardware at this stage. By adding runtime PM support, we can ensure that the appropriate power and clock domains are kept on while PMU is being used. [1] http://lists.infradead.org/pipermail/linux-arm-kernel/2011-November/074153.html Cc: Ming Lei Cc: Will Deacon Cc: Benoit Cousson Cc: Paul Walmsley Cc: Kevin Hilman Signed-off-by: Jon Hunter Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed