Re: [PATCH V3 3/4] cpufreq: Tegra: drop wrapper around tegra_update_cpu_speed()

2014-05-20 Thread Doug Anderson
Viresh, On Fri, May 16, 2014 at 9:51 PM, Viresh Kumar wrote: > Tegra has implemented an unnecessary wrapper over tegra_update_cpu_speed(), > i.e. > tegra_target(), which wasn't doing anything apart of calling > tegra_update_cpu_speed(). Get rid of that and use tegra_target() directly. > >

Re: [PATCH V3 3/4] cpufreq: Tegra: drop wrapper around tegra_update_cpu_speed()

2014-05-20 Thread Doug Anderson
Viresh, On Fri, May 16, 2014 at 9:51 PM, Viresh Kumar viresh.ku...@linaro.org wrote: Tegra has implemented an unnecessary wrapper over tegra_update_cpu_speed(), i.e. tegra_target(), which wasn't doing anything apart of calling tegra_update_cpu_speed(). Get rid of that and use tegra_target()

[PATCH V3 3/4] cpufreq: Tegra: drop wrapper around tegra_update_cpu_speed()

2014-05-16 Thread Viresh Kumar
Tegra has implemented an unnecessary wrapper over tegra_update_cpu_speed(), i.e. tegra_target(), which wasn't doing anything apart of calling tegra_update_cpu_speed(). Get rid of that and use tegra_target() directly. Tested-by: Stephen Warren Signed-off-by: Viresh Kumar ---

[PATCH V3 3/4] cpufreq: Tegra: drop wrapper around tegra_update_cpu_speed()

2014-05-16 Thread Viresh Kumar
Tegra has implemented an unnecessary wrapper over tegra_update_cpu_speed(), i.e. tegra_target(), which wasn't doing anything apart of calling tegra_update_cpu_speed(). Get rid of that and use tegra_target() directly. Tested-by: Stephen Warren swar...@nvidia.com Signed-off-by: Viresh Kumar