From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754010Ab0IRFn5 (ORCPT ); Sat, 18 Sep 2010 01:43:57 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:37744 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752353Ab0IRFn4 (ORCPT ); Sat, 18 Sep 2010 01:43:56 -0400 Message-ID: <4C945139.20602@ti.com> Date: Sat, 18 Sep 2010 00:42:17 -0500 From: Nishanth Menon User-Agent: Thunderbird 2.0.0.24 (X11/20100411) MIME-Version: 1.0 To: Greg KH CC: linux-pm , lkml , linux-arm , linux-omap , Andrew Morton , "Rafael J. Wysocki" , Len Brown , Matthew Garrett , Pavel Machek , Randy Dunlap , Lnus Walleij , Phil , Kevin Subject: Re: [PATCH v2] power: introduce library for device-specific OPPs References: <1284787459-25643-1-git-send-email-nm@ti.com> <20100918053849.GA19709@suse.de> In-Reply-To: <20100918053849.GA19709@suse.de> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Greg KH had written, on 09/18/2010 12:38 AM, the following: > On Sat, Sep 18, 2010 at 12:24:19AM -0500, Nishanth Menon wrote: >> This is hence introduced under lib allowing all architectures to >> selectively enable the feature based on their capabilities. > > > >> Documentation/power/00-INDEX | 2 + >> Documentation/power/opp.txt | 326 ++++++++++++++++++++++++++ >> drivers/base/power/Makefile | 1 + >> drivers/base/power/opp.c | 527 ++++++++++++++++++++++++++++++++++++++++++ >> include/linux/opp.h | 126 ++++++++++ >> kernel/power/Kconfig | 14 ++ >> 6 files changed, 996 insertions(+), 0 deletions(-) >> create mode 100644 Documentation/power/opp.txt >> create mode 100644 drivers/base/power/opp.c >> create mode 100644 include/linux/opp.h > > That doesn't look like the files are under lib/ > > Did you forget to move them, or do you need to update the changelog > message? Aww... and I thought I fixed them all.. the commit message is wrong. we had an alignment earlier today to move it from lib to drivers/base/power [1] :( Thanks for catching it. Will fix it in rev 3 after collating any further comments as well. [1] http://marc.info/?l=linux-arm-kernel&m=128476405731191&w=2 -- Regards, Nishanth Menon