Re: [PATCH] cpufreq: Tegra: drop wrapper around tegra_update_cpu_speed()

2014-05-19 Thread Rafael J. Wysocki
On Friday, May 16, 2014 11:36:48 AM Viresh Kumar wrote: > On 16 May 2014 00:14, Stephen Warren wrote: > > On 05/14/2014 11: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 o

Re: [PATCH] cpufreq: Tegra: drop wrapper around tegra_update_cpu_speed()

2014-05-15 Thread Viresh Kumar
On 16 May 2014 00:14, Stephen Warren wrote: > On 05/14/2014 11: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 teg

Re: [PATCH] cpufreq: Tegra: drop wrapper around tegra_update_cpu_speed()

2014-05-15 Thread Stephen Warren
On 05/14/2014 11: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. I think it used to do someth

[PATCH] cpufreq: Tegra: drop wrapper around tegra_update_cpu_speed()

2014-05-14 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. Signed-off-by: Viresh Kumar --- drivers/cpufreq/tegra-cpufreq.c | 9 ++---