Re: [PATCH] cpufreq: governors: clean timer init and exit code

2013-01-31 Thread Viresh Kumar
On 31 January 2013 18:36, Rafael J. Wysocki wrote: > On Thursday, January 31, 2013 12:06:13 PM Fabio Baltieri wrote: >> On Thu, Jan 31, 2013 at 04:23:06PM +0530, Viresh Kumar wrote: >> > As discussed over IRC, you will fix following in few days: >> > - Code redundancy within governors >> > - Remo

Re: [PATCH] cpufreq: governors: clean timer init and exit code

2013-01-31 Thread Rafael J. Wysocki
On Thursday, January 31, 2013 12:06:13 PM Fabio Baltieri wrote: > On Thu, Jan 31, 2013 at 04:23:06PM +0530, Viresh Kumar wrote: > > On 30 January 2013 19:23, Fabio Baltieri wrote: > > > Drop unused arguments from dbs_timer_init and clean dbs_timer_exit and > > > cpufreq_governor_dbs to remove non

Re: [PATCH] cpufreq: governors: clean timer init and exit code

2013-01-31 Thread Fabio Baltieri
On Thu, Jan 31, 2013 at 04:23:06PM +0530, Viresh Kumar wrote: > On 30 January 2013 19:23, Fabio Baltieri wrote: > > Drop unused arguments from dbs_timer_init and clean dbs_timer_exit and > > cpufreq_governor_dbs to remove non necessary special cases. > > > > Reported-by: Viresh Kumar > > Signed-o

Re: [PATCH] cpufreq: governors: clean timer init and exit code

2013-01-31 Thread Viresh Kumar
On 30 January 2013 19:23, Fabio Baltieri wrote: > Drop unused arguments from dbs_timer_init and clean dbs_timer_exit and > cpufreq_governor_dbs to remove non necessary special cases. > > Reported-by: Viresh Kumar > Signed-off-by: Fabio Baltieri As discussed over IRC, you will fix following in f

[PATCH] cpufreq: governors: clean timer init and exit code

2013-01-30 Thread Fabio Baltieri
Drop unused arguments from dbs_timer_init and clean dbs_timer_exit and cpufreq_governor_dbs to remove non necessary special cases. Reported-by: Viresh Kumar Signed-off-by: Fabio Baltieri --- Hello Rafael, that's the cleanup on top of "cpufreq: handle SW coordinated CPUs". Thanks, Fabio driv