linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3 0/2] PM / Domains: Expand generic power domain debugfs.
@ 2017-06-23 16:32 Thara Gopinath
  2017-06-23 16:32 ` [PATCH V3 1/2] PM / Domains: Add time accounting to various genpd states Thara Gopinath
  2017-06-23 16:32 ` [PATCH V3 2/2] PM / Domains: Extend generic power domain debugfs Thara Gopinath
  0 siblings, 2 replies; 6+ messages in thread
From: Thara Gopinath @ 2017-06-23 16:32 UTC (permalink / raw)
  To: ulf.hansson, khilman, rjw, gregkh, linux-pm

This patch set attempts to improve the existing generic power domain
debugfs capabilities. The first  patch adds various accounting and
other bits needed to expose out the generic power domain statistics.
The second patch introduces new debugfs entries and attributes.

V2->V3:
- Changed the order of calling genpd_update_accounting and genpd->status
  getting updated in power on and power off apis.
- Minor fixes from review comments on the list.
V1->V2:
- Removed calling of update accounting from suspend resume context
  where time keeping can be disabled.
- Added back the pm_genpd_summary which was removed by the first version
  of this patchset.
- Renamed a few debugfs parameters. 

Thara Gopinath (2):
  PM / Domains: Add time accounting to various genpd states.
  PM / Domains: Extend generic power domain debugfs.

 drivers/base/power/domain.c | 229 ++++++++++++++++++++++++++++++++++++++++++--
 include/linux/pm_domain.h   |   3 +
 2 files changed, 224 insertions(+), 8 deletions(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-07-11 21:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-23 16:32 [PATCH V3 0/2] PM / Domains: Expand generic power domain debugfs Thara Gopinath
2017-06-23 16:32 ` [PATCH V3 1/2] PM / Domains: Add time accounting to various genpd states Thara Gopinath
2017-07-11  9:06   ` Ulf Hansson
2017-06-23 16:32 ` [PATCH V3 2/2] PM / Domains: Extend generic power domain debugfs Thara Gopinath
2017-07-11  9:06   ` Ulf Hansson
2017-07-11 21:30     ` Thara Gopinath

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).