Re: [PATCH 2/2] PM / Domains: Extend generic power domain debugfs.
From: Ulf Hansson <hidden>
Date: 2017-06-07 13:51:10
On 26 May 2017 at 01:51, Thara Gopinath [off-list ref] wrote:
This patch extends the existing generic power domain debugfs.
Changes involve the following
- Remove the current flat format of displaying generic power domain
summary.
- Introduce a unique debugfs entry for each generic power domain with the
following attributes
- current_state - Displays current state of the domain.
- devices - Displays the devices associated with this domain.
- slaves - Displays the sub power domains.Maybe "sub_domains" is a better name for the node then?
- on_time - Displays the time the domain was in on state in ms.
/s/on_time/active_time
- idle_time - Displays the time the domain was in any of the idle
states in ms./s/idle_time/total_idle_time
- idle_states - Displays the various idle states and the time
spent in each idle state in ms.
Signed-off-by: Thara Gopinath <redacted>Besides the nitpicks above, this looks okay to me, however please address Geerts comments as well. [...] Kind regards Uffe