Re: [PATCH powerdebug] clock: show only active clocks

2013-05-08 Thread Sanjay Singh Rawat
thanks Sebastian On Wednesday 08 May 2013 04:12 AM, Sebastian Capella wrote: Hi Sanjay, Also, clock tree dump (using powerdebug -dc) does not show the clock info anymore with this change. Thanks, Ack, will take care in next patch. Sebastian On 7 May 2013 15:05, Sebastian Capella mailto:se

Re: [PATCH powerdebug] clock: show only active clocks

2013-05-07 Thread Sebastian Capella
Hi Sanjay, Also, clock tree dump (using powerdebug -dc) does not show the clock info anymore with this change. Thanks, Sebastian On 7 May 2013 15:05, Sebastian Capella wrote: > The original clock display in powerdebug would expand and collapse > subtrees in the clock heirarchy using the ente

Re: [PATCH powerdebug] clock: show only active clocks

2013-05-07 Thread Sebastian Capella
The original clock display in powerdebug would expand and collapse subtrees in the clock heirarchy using the enter key. If we continue along the lines you're following, you'll want to override the actions in clock_select to do nothing as they're currently trying to expand the subtree which is caus

Re: [PATCH powerdebug] clock: show only active clocks

2013-05-07 Thread Sanjay Singh Rawat
On Monday 06 May 2013 09:36 PM, Mike Turquette wrote: Quoting Sanjay Singh Rawat (2013-05-04 13:27:58) - use the clk_summary file of CCF for showing clocks - add option to show active or all clocks Signed-off-by: Sanjay Singh Rawat clk_dump gives a JSON-formatted description of the clock tre

Re: [PATCH powerdebug] clock: show only active clocks

2013-05-06 Thread Mike Turquette
Quoting Sanjay Singh Rawat (2013-05-04 13:27:58) > - use the clk_summary file of CCF for showing clocks > - add option to show active or all clocks > > Signed-off-by: Sanjay Singh Rawat clk_dump gives a JSON-formatted description of the clock tree, so it is a bit more machine readable than clk_s

Re: [PATCH powerdebug] clock: show only active clocks

2013-05-06 Thread Amit Kucheria
Sebastian, Could you help Sanjay with verification of this feature? Regards, Amit On Sun, May 5, 2013 at 1:57 AM, Sanjay Singh Rawat wrote: > - use the clk_summary file of CCF for showing clocks > - add option to show active or all clocks > > Signed-off-by: Sanjay Singh Rawat > --- > clocks.

[PATCH powerdebug] clock: show only active clocks

2013-05-04 Thread Sanjay Singh Rawat
- use the clk_summary file of CCF for showing clocks - add option to show active or all clocks Signed-off-by: Sanjay Singh Rawat --- clocks.c | 62 + display.c |3 +++ display.h |1 + 3 files changed, 54 insertions(+), 12 del