[PATCH] ARM: tegra: cpufreq: move clk_get/put out of function tegra_cpu_init/exit
From: Stephen Warren <hidden>
Date: 2013-01-02 19:36:42
Also in:
linux-tegra
From: Stephen Warren <hidden>
Date: 2013-01-02 19:36:42
Also in:
linux-tegra
On 12/21/2012 03:09 AM, Richard Zhao wrote:
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.
I've applied this to Tegra's for-3.9/soc branch.