On 02/02, Viresh Kumar wrote:
On 01-02-16, 18:10, Stephen Boyd wrote:
From: Viresh Kumar viresh.kumar@linaro.org Date: Fri, 4 Sep 2015 12:28:39 +0530 Subject: [PATCH] PM / OPP: Add dev_pm_opp_set_rate()
This adds a routine, dev_pm_opp_set_rate(), responsible for configuring power-supply and clock source for an OPP.
The OPP is found by matching against the target_freq passed to the routine. This shall replace similar code present in most of the OPP users and help simplify them a lot.
Signed-off-by: Viresh Kumar viresh.kumar@linaro.org
Reviewed-by: Stephen Boyd sboyd@codeaurora.org