Re: [PATCH] cpufreq: exynos: remove dead ->need_apll_change method

2015-03-27 Thread Viresh Kumar
On 27 March 2015 at 22:02, Bartlomiej Zolnierkiewicz wrote: > Commit 26ab1c62b6e1 ("cpufreq: exynos5250: Set APLL rate > using CCF API") removed the last user of ->need_apll_change > method. Remove it and then cleanup exynos_cpufreq_scale() > accordingly. > > This patch was tested on Exynos4412

[PATCH] cpufreq: exynos: remove dead ->need_apll_change method

2015-03-27 Thread Bartlomiej Zolnierkiewicz
Commit 26ab1c62b6e1 ("cpufreq: exynos5250: Set APLL rate using CCF API") removed the last user of ->need_apll_change method. Remove it and then cleanup exynos_cpufreq_scale() accordingly. This patch was tested on Exynos4412 SoC based Trats2 board. There should be no functional changes caused by

[PATCH] cpufreq: exynos: remove dead -need_apll_change method

2015-03-27 Thread Bartlomiej Zolnierkiewicz
Commit 26ab1c62b6e1 (cpufreq: exynos5250: Set APLL rate using CCF API) removed the last user of -need_apll_change method. Remove it and then cleanup exynos_cpufreq_scale() accordingly. This patch was tested on Exynos4412 SoC based Trats2 board. There should be no functional changes caused by

Re: [PATCH] cpufreq: exynos: remove dead -need_apll_change method

2015-03-27 Thread Viresh Kumar
On 27 March 2015 at 22:02, Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com wrote: Commit 26ab1c62b6e1 (cpufreq: exynos5250: Set APLL rate using CCF API) removed the last user of -need_apll_change method. Remove it and then cleanup exynos_cpufreq_scale() accordingly. This patch was tested