Re: [PATCH 21/44] cpufreq: imx6q: Use generic cpufreq routines

2013-08-12 Thread Shawn Guo
On Mon, Aug 12, 2013 at 01:40:36PM +0530, Viresh Kumar wrote: > On 12 August 2013 13:28, Shawn Guo wrote: > > On Sat, Aug 10, 2013 at 12:14:17PM +0530, Viresh Kumar wrote: > >> Most of the CPUFreq drivers do similar things in .exit() and .verify() > >> routines > >> and .attr. So its better if we

Re: [PATCH 21/44] cpufreq: imx6q: Use generic cpufreq routines

2013-08-12 Thread Viresh Kumar
On 12 August 2013 13:28, Shawn Guo wrote: > On Sat, Aug 10, 2013 at 12:14:17PM +0530, 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 driv

Re: [PATCH 21/44] cpufreq: imx6q: Use generic cpufreq routines

2013-08-12 Thread Shawn Guo
On Sat, Aug 10, 2013 at 12:14:17PM +0530, 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 routi

[PATCH 21/44] cpufreq: imx6q: 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: Shawn Guo Signed-off-by: Viresh Kumar --- drivers