From: Richard Zhao Date: Fri, 21 Dec 2012 00:09:55 +0000 (+0000) Subject: ARM: tegra: cpufreq: move clk_get/put out of function tegra_cpu_init/exit X-Git-Tag: v3.9-rc1~122^2~9^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c26cefd08990e3a393cc1592efc3f097f608015f;p=pandora-kernel.git ARM: tegra: cpufreq: move clk_get/put out of function tegra_cpu_init/exit tegra_cpu_init/exit will be called every time one cpu core is online or offline. And all cpu cores share same clocks, redundant clk_get/put wast time, so I move them out. Signed-off-by: Richard Zhao Signed-off-by: Stephen Warren --- Reading git-diff-tree failed