[PATCH 12/34] cpufreq: exynos: remove calls to cpufreq_notify_transition()

2013-08-15 Thread Viresh Kumar
Most of the drivers do following in their ->target_index() routines: struct cpufreq_freqs freqs; freqs.old = old freq... freqs.new = new freq... cpufreq_notify_transition(policy, , CPUFREQ_PRECHANGE); /* Change rate here */

[PATCH 12/34] cpufreq: exynos: remove calls to cpufreq_notify_transition()

2013-08-15 Thread Viresh Kumar
Most of the drivers do following in their -target_index() routines: struct cpufreq_freqs freqs; freqs.old = old freq... freqs.new = new freq... cpufreq_notify_transition(policy, freqs, CPUFREQ_PRECHANGE); /* Change rate here */