From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755236AbdDLQtl (ORCPT ); Wed, 12 Apr 2017 12:49:41 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:59404 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755013AbdDLQs6 (ORCPT ); Wed, 12 Apr 2017 12:48:58 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 1C3F260B6B Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=sboyd@codeaurora.org Date: Wed, 12 Apr 2017 09:48:56 -0700 From: Stephen Boyd To: Peter De Schrijver Cc: Michael Turquette , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Alex Frid Subject: Re: [PATCH] clk: Add requested rate to clock summary output Message-ID: <20170412164856.GP7065@codeaurora.org> References: <1490188803-13034-1-git-send-email-pdeschrijver@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1490188803-13034-1-git-send-email-pdeschrijver@nvidia.com> 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 03/22, Peter De Schrijver wrote: > From: Alex Frid > > Added requested rate to clock summary output and to clock dump. This is > useful for clock tree debugging. Also expand the clock name field in the > clock tree debugfs output to provide room for deep multi-tier trees like > on Tegra. > > Signed-off-by: Alex Frid > Signed-off-by: Peter De Schrijver We should print out all the consumers (struct clks) and their requested rates + prepare/enable counts instead. req_rate is sort of an internal variable that records what the last aggregated rate was. I'm not sure if we want to expose that to debugfs. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project