Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752359Ab3GHEK5 (ORCPT ); Mon, 8 Jul 2013 00:10:57 -0400 Received: from mail-vb0-f51.google.com ([209.85.212.51]:52983 "EHLO mail-vb0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750699Ab3GHEKz (ORCPT ); Mon, 8 Jul 2013 00:10:55 -0400 MIME-Version: 1.0 In-Reply-To: <1373247868-21444-4-git-send-email-mturquette@linaro.org> References: <1373247868-21444-1-git-send-email-mturquette@linaro.org> <1373247868-21444-4-git-send-email-mturquette@linaro.org> Date: Mon, 8 Jul 2013 09:40:54 +0530 X-Google-Sender-Auth: EFaloO16M3DvKoDU40QGL-Mth-g Message-ID: Subject: Re: [PATCH RFC 3/3] cpufreq: cpufreq-cpu0: clk rate-change notifiers From: Viresh Kumar To: Mike Turquette Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 902 Lines: 21 On Mon, Jul 8, 2013 at 7:14 AM, Mike Turquette wrote: > Removes direct handling of OPP tables and voltage regulators by calling > of_clk_cpufreq_notifier_handler, introduced by commit "clk: cpufreq > helper for voltage scaling". > > In the future this can help consolidate code found across similar > CPUfreq drivers. > > Signed-off-by: Mike Turquette > --- > drivers/cpufreq/cpufreq-cpu0.c | 125 ++++++++--------------------------------- > 1 file changed, 22 insertions(+), 103 deletions(-) Good patch, really gets lots of stuff out from cpufreq drivers. Acked-by: Viresh Kumar -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/