Re: [RFC PATCH] clk: flatten clk tree in debugfs

2014-05-30 Thread Peter De Schrijver
> >> > >> Mike, others, > >> > >> Any objections to this idea? If there's not much opposition, then maybe > >> Peter can actually spend time fixing and testing this patch? > > > > Idea seems fine. I had actually considered removing the hiearchal > > directory structure completely with the advent of

Re: [RFC PATCH] clk: flatten clk tree in debugfs

2014-05-28 Thread Saravana Kannan
On 05/28/2014 11:52 AM, Mike Turquette wrote: Quoting Saravana Kannan (2014-05-28 10:47:46) On 05/26/2014 04:14 AM, Peter De Schrijver wrote: On Sat, May 24, 2014 at 12:24:32AM +0200, Saravana Kannan wrote: On 05/23/2014 03:59 AM, Peter De Schrijver wrote: This patch flattens the clk tree in

Re: [RFC PATCH] clk: flatten clk tree in debugfs

2014-05-28 Thread Mike Turquette
Quoting Saravana Kannan (2014-05-28 10:47:46) > On 05/26/2014 04:14 AM, Peter De Schrijver wrote: > > On Sat, May 24, 2014 at 12:24:32AM +0200, Saravana Kannan wrote: > >> On 05/23/2014 03:59 AM, Peter De Schrijver wrote: > >>> This patch flattens the clk tree in CCF debugfs. Instead of representin

Re: [RFC PATCH] clk: flatten clk tree in debugfs

2014-05-28 Thread Saravana Kannan
On 05/26/2014 04:14 AM, Peter De Schrijver wrote: On Sat, May 24, 2014 at 12:24:32AM +0200, Saravana Kannan wrote: On 05/23/2014 03:59 AM, 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 u

Re: [RFC PATCH] clk: flatten clk tree in debugfs

2014-05-26 Thread Peter De Schrijver
On Sat, May 24, 2014 at 12:24:32AM +0200, Saravana Kannan wrote: > On 05/23/2014 03:59 AM, 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 g

Re: [RFC PATCH] clk: flatten clk tree in debugfs

2014-05-23 Thread Saravana Kannan
On 05/23/2014 03:59 AM, 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. While this may

[RFC PATCH] clk: flatten clk tree in debugfs

2014-05-23 Thread Peter De Schrijver
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. While this may seem strange, here's way I think this is the right t