From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753029AbbIAXAs (ORCPT ); Tue, 1 Sep 2015 19:00:48 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:49034 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751240AbbIAXAr (ORCPT ); Tue, 1 Sep 2015 19:00:47 -0400 Date: Tue, 1 Sep 2015 16:00:44 -0700 From: Stephen Boyd To: Viresh Kumar Cc: Rafael Wysocki , linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, nm@ti.com, khilman@linaro.org, Bartlomiej Zolnierkiewicz , Dmitry Torokhov , Greg Kroah-Hartman , Len Brown , open list , Pavel Machek Subject: Re: [PATCH V2 Resend 5/5] PM / OPP: Add debugfs support Message-ID: <20150901230044.GC21112@codeaurora.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/01, 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 > --- Reviewed-by: Stephen Boyd -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project