Re: [PATCH V3 4/4] cpufreq: Tegra: implement intermediate frequency callbacks

2014-05-20 Thread Viresh Kumar
On 20 May 2014 22:19, Doug Anderson wrote: > Note that in the old code you used to set the "emc" clock before the > transition to the intermediate clock. Now you don't. Are you sure > it's OK to change this order? Yeah, I have seen that and as Stephen didn't had any objection to the change I th

Re: [PATCH V3 4/4] cpufreq: Tegra: implement intermediate frequency callbacks

2014-05-20 Thread Doug Anderson
Viresh, On Fri, May 16, 2014 at 9:51 PM, Viresh Kumar wrote: > Tegra had always been switching to intermediate frequency (pll_p_clk) since > ever. CPUFreq core has better support for handling notifications for these > frequencies and so we can adapt Tegra's driver to it. > > Tested-by: Stephen Wa

[PATCH V3 4/4] cpufreq: Tegra: implement intermediate frequency callbacks

2014-05-16 Thread Viresh Kumar
Tegra had always been switching to intermediate frequency (pll_p_clk) since ever. CPUFreq core has better support for handling notifications for these frequencies and so we can adapt Tegra's driver to it. Tested-by: Stephen Warren Signed-off-by: Viresh Kumar --- drivers/cpufreq/tegra-cpufreq.c