]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
PM / OPP: Support updating performance state of device's power domain
authorViresh Kumar <viresh.kumar@linaro.org>
Wed, 11 Oct 2017 07:24:14 +0000 (12:54 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 13 Oct 2017 22:54:40 +0000 (00:54 +0200)
commit009acd196fc860045bf7b2c3f5812f0f5efb2782
tree76f26d4863ee59701532f74d80b1807e6b9ebd0f
parent69f658e399f3d9cb9c9680afb714ba23860d7ccb
PM / OPP: Support updating performance state of device's power domain

The genpd framework now provides an API to request device's power
domain to update its performance state.  Use that interface from the
OPP core for devices whose power domains support performance states.

Note that this commit doesn't add any mechanism by which performance
states are made available to the OPP core. That would be done by a
later commit.

Note that the current implementation is restricted to the case where
the device doesn't have separate regulators for itself. We shouldn't
over engineer the code before we have real use case for them. We can
always come back and add more code to support such cases later on.

Tested-by: Rajendra Nayak <rnayak@codeaurora.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/opp/core.c
drivers/opp/debugfs.c
drivers/opp/opp.h