From: Jean Pihet Date: Thu, 3 Mar 2011 10:25:43 +0000 (+0100) Subject: perf: add OMAP support for the new power events X-Git-Tag: v2.6.39-rc1~432^2~9^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e7c58dc8d9b7f31d418cf98c6a8cad84b86f510;p=pandora-kernel.git perf: add OMAP support for the new power events The patch adds the new power management trace points for the OMAP architecture. The trace points are for: - default idle handler. Since the cpuidle framework is instrumented in the generic way there is no need to add trace points in the OMAP specific cpuidle handler; - SoC clocks changes (enable, disable, set_rate), - power domain states: the desired target state and -if different- the actually hit state. Because of the generic nature of the changes, OMAP3 and OMAP4 are supported. Tested on OMAP3 with suspend/resume, cpuidle, basic DVFS. Signed-off-by: Jean Pihet Acked-by: Paul Walmsley Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed