commit | 755b888ff098c9f762717a9fbda7e05b16619069 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Tue Feb 09 10:30:45 2016 +0530 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Feb 11 00:24:37 2016 +0100 |
tree | 235cfc10620eaaf1c1e3cc2a4bf1399ab8f29f77 | |
parent | 6def6ea75e6dea45f01a16ae3cfb5b5ce48dd5e9 [diff] |
cpufreq: dt: Reuse dev_pm_opp_get_max_transition_latency() OPP layer has all the information now to calculate transition latency (clock_latency + voltage_latency). Lets reuse the OPP layer helper dev_pm_opp_get_max_transition_latency() instead of open coding the same in cpufreq-dt driver. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>