Re: [PATCH 43/44] cpufreq: unicore2: Use generic cpufreq routines

2013-08-11 Thread Viresh Kumar
On 10 August 2013 12:14, Viresh Kumar wrote: > Most of the CPUFreq drivers do similar things in .exit() and .verify() > routines > and .attr. So its better if we have generic routines for them which can be > used > by cpufreq drivers then. > > This patch uses these generic routines for this driv

[PATCH 43/44] cpufreq: unicore2: Use generic cpufreq routines

2013-08-09 Thread Viresh Kumar
Most of the CPUFreq drivers do similar things in .exit() and .verify() routines and .attr. So its better if we have generic routines for them which can be used by cpufreq drivers then. This patch uses these generic routines for this driver. Cc: Guan Xuetao Signed-off-by: Viresh Kumar --- drive