Re: [PATCH V3 09/10] OPP: Rename and relocate of_genpd_opp_to_performance_state()

2018-10-25 Thread Ulf Hansson
On 25 October 2018 at 07:52, Viresh Kumar wrote: > The OPP core already has the performance state values for each of the > genpd's OPPs and there is no need to call the genpd callback again to > get the performance state for the case where the end device doesn't have > an OPP table and has the "re

[PATCH V3 09/10] OPP: Rename and relocate of_genpd_opp_to_performance_state()

2018-10-24 Thread Viresh Kumar
The OPP core already has the performance state values for each of the genpd's OPPs and there is no need to call the genpd callback again to get the performance state for the case where the end device doesn't have an OPP table and has the "required-opps" property directly in its node. This commit r