From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757965AbbKGAib (ORCPT ); Fri, 6 Nov 2015 19:38:31 -0500 Received: from v094114.home.net.pl ([79.96.170.134]:50732 "HELO v094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753278AbbKGAia (ORCPT ); Fri, 6 Nov 2015 19:38:30 -0500 From: "Rafael J. Wysocki" To: Viresh Kumar Cc: Stephen Boyd , linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, Bartlomiej Zolnierkiewicz , Dmitry Torokhov , Greg Kroah-Hartman , Len Brown , open list , Nishanth Menon , Pavel Machek Subject: Re: [PATCH V4] PM / OPP: Add debugfs support Date: Sat, 07 Nov 2015 02:07:42 +0100 Message-ID: <3137221.AHWQu5xXpc@vostro.rjw.lan> User-Agent: KMail/4.11.5 (Linux/4.1.0-rc5+; KDE/4.11.5; x86_64; ; ) In-Reply-To: <6775c5c7c2e87b68f999870bdd70de3f77e8a660.1446715747.git.viresh.kumar@linaro.org> References: <6775c5c7c2e87b68f999870bdd70de3f77e8a660.1446715747.git.viresh.kumar@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday, November 05, 2015 03:02:50 PM Viresh Kumar wrote: > This patch adds debugfs support to OPP layer to export OPPs and their > properties for all the devices. > > This creates a top level directory: /sys/kernel/debug/opp and then > device specific directories (based on device names) inside it. For > example: 'cpu0', 'cpu1', etc.. > > If multiple devices share the OPP table, then the real directory is > created only for the first device. For all others, links are created to > the real directory. > > Inside the device specific directory, a separate directory is created > for each OPP. And within that files per opp property. > > Signed-off-by: Viresh Kumar > --- > Hi Rafael, > > This was applied to pm/linux-next earlier, but then we dropped it citing > few merge conflicts with driver-core changes. i.e. debugfs_create_bool() > and debugfs_create_ulong() changes. > > All that is merged by Linus and so we can get this merged back again, > once you are comfortable. > > @Stephen: I have dropped your Reviewed by tag as there were minor > changes here, please give it again :) So I'll wait for the response from Stephen and then I'll queue up this one for v4.5. Thanks, Rafael