Message ID | 1500052216-22252-1-git-send-email-thara.gopinath@linaro.org |
---|---|
Headers | show |
Series | PM / Domains: Expand generic power domain debugfs. | expand |
On Friday, July 14, 2017 01:10:14 PM Thara Gopinath wrote: > 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. > > V3->V4: > - Renamed the newly defined static functions in domain.c to adhere > to existing naming convention. > 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. Both patches applied, thanks!