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
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
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
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
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
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.
- 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