On 28-04-16, 18:07, Sudeep Holla wrote: > Currently when performing random hotplugs and suspend-to-ram(S2R) on > systems using arm_big_little cpufreq driver, we get warnings similar to: > > cpu cpu1: _opp_add: duplicate OPPs detected. Existing: freq: 600000000, > volt: 800000, enabled: 1. New: freq: 600000000, volt: 800000, enabled: 1 > > This is mainly because the OPPs for the shared cpus are not set. We can > just use dev_pm_opp_of_cpumask_add_table in case the OPPs are obtained > from DT(arm_big_little_dt.c) or use dev_pm_opp_set_sharing_cpus if the > OPPs are obtained by other means like firmware(e.g. scpi-cpufreq.c) > > Also now that the generic dev_pm_opp_cpumask_remove_table can handle > removal of opp table and entries for all associated CPUs, we can reuse > dev_pm_opp_cpumask_remove_table as free_opp_table in cpufreq_arm_bL_ops. > > This patch makes necessary changes to reuse the generic OPP functions for > {init,free}_opp_table and thereby eliminating the warnings. > > Cc: Viresh Kumar <vire...@kernel.org> > Cc: "Rafael J. Wysocki" <r...@rjwysocki.net> > Cc: linux...@vger.kernel.org > Signed-off-by: Sudeep Holla <sudeep.ho...@arm.com> > --- > drivers/cpufreq/arm_big_little.c | 54 > ++++++++++++++++++---------------- > drivers/cpufreq/arm_big_little.h | 4 +-- > drivers/cpufreq/arm_big_little_dt.c | 21 ++----------- > drivers/cpufreq/scpi-cpufreq.c | 47 +++++++++++++---------------- > drivers/cpufreq/vexpress-spc-cpufreq.c | 4 ++- > 5 files changed, 56 insertions(+), 74 deletions(-)
Acked-by: Viresh Kumar <viresh.ku...@linaro.org> -- viresh