From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter De Schrijver Subject: Re: [PATCH RESEND] clk: flatten clk tree in debugfs Date: Thu, 26 Jun 2014 19:39:06 +0300 Message-ID: <20140626163906.GI3679@tbergstrom-lnx.Nvidia.com> References: <1401462237-14954-1-git-send-email-pdeschrijver@nvidia.com> <20140613080239.GO5961@tbergstrom-lnx.Nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Content-Disposition: inline In-Reply-To: <20140613080239.GO5961@tbergstrom-lnx.Nvidia.com> Sender: linux-kernel-owner@vger.kernel.org To: "linux-arm-kernel@lists.infradead.org" , "linux-tegra@vger.kernel.org" , Mike Turquette , "linux-kernel@vger.kernel.org" List-Id: linux-tegra@vger.kernel.org On Fri, Jun 13, 2014 at 10:02:39AM +0200, Peter De Schrijver wrote: > On Fri, May 30, 2014 at 05:03:57PM +0200, Peter De Schrijver wrote: > > This patch flattens the clk tree in CCF debugfs. Instead of representing the > > clocks and their hierarchy as a directory structure under > > /sys/kernel/debug/clk, each clock gets a single directory directly under > > /sys/kernel/debug/clk. The orphans directory is replaced by a file called > > clk_orphan_summary. > > Mike, > > Any problems with this? What needs to be done to make this patch go forward? > Do you think this could be merged for the 3.17? Thanks, Peter.