From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kukjin Kim Subject: RE: [PATCH V2 Resend 27/92] cpufreq: s3cx4xx: Use generic cpufreq routines Date: Sat, 05 Oct 2013 11:27:45 +0900 Message-ID: <0d8a01cec172$7a008510$6e018f30$@org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-reply-to: Content-language: ko Sender: cpufreq-owner@vger.kernel.org To: 'Viresh Kumar' , rjw@sisk.pl Cc: cpufreq@vger.kernel.org, linux-pm@vger.kernel.org List-Id: linux-pm@vger.kernel.org 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 driver. > > Cc: Kukjin Kim Acked-by: Kukjin Kim BTW, would be helpful to me if you could add regarding maintainers in cc on the common stuff of this changes :-) Thanks, Kukjin > Signed-off-by: Viresh Kumar > --- > drivers/cpufreq/s3c2416-cpufreq.c | 19 ++----------------- > drivers/cpufreq/s3c24xx-cpufreq.c | 9 --------- > drivers/cpufreq/s3c64xx-cpufreq.c | 10 +--------- > 3 files changed, 3 insertions(+), 35 deletions(-)