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. > > > >

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

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 viresh.ku...@linaro.org 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

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 viresh.ku...@linaro.org 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

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

2013-08-10 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 ---

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

2013-08-10 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 kgene@samsung.com Signed-off-by: