RE: [PATCH 19/44] cpufreq: exynos: Use generic cpufreq routines

2013-08-18 Thread Kukjin Kim
amit daniel kachhap wrote: > > On Sat, Aug 10, 2013 at 12:14 PM, 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. > > > > T

Re: [PATCH 19/44] cpufreq: exynos: Use generic cpufreq routines

2013-08-18 Thread amit daniel kachhap
On Sat, Aug 10, 2013 at 12:14 PM, 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

[PATCH 19/44] cpufreq: exynos: 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: Kukjin Kim Signed-off-by: Viresh Kumar --- driver