OPP: Switch to use dev_pm_domain_set_performance_state()
authorUlf Hansson <ulf.hansson@linaro.org>
Mon, 25 Sep 2023 13:17:11 +0000 (15:17 +0200)
committerViresh Kumar <viresh.kumar@linaro.org>
Fri, 6 Oct 2023 07:07:34 +0000 (12:37 +0530)
commit892c60c6b48dfada25b8cc7aad907b93c4dbff93
tree1295cfb702d41695d7c1bd3f0f9000df07b556ee
parent3166383da081461244918aeed7ad028ef11b17cc
OPP: Switch to use dev_pm_domain_set_performance_state()

To support performance scaling for any kinds of PM domains, let's move away
from using the genpd specific API, dev_pm_genpd_set_performance_state(), to
the common dev_pm_domain_set_performance_state().

No intended functional impact at this point.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/opp/core.c