OPP: Remove custom OPP helper support
authorViresh Kumar <viresh.kumar@linaro.org>
Mon, 4 Jul 2022 09:27:06 +0000 (14:57 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Fri, 8 Jul 2022 05:57:50 +0000 (11:27 +0530)
commit1f378c6ead5c69decf36e8e61de2e50377c76ab8
treecc1c0b54f145c902f4633e4f6cf3c6fcdfe738b6
parent6baee034cb55d53b74165d31c2371f0736c432e8
OPP: Remove custom OPP helper support

The only user of the custom helper is migrated to use
dev_pm_opp_set_config_regulators() interface. Remove the now unused
custom OPP helper support.

This cleans up _set_opp() and leaves a single code path to be used by
all users.

Tested-by: Dmitry Osipenko <dmitry.osipenko@collabora.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/opp/core.c
drivers/opp/opp.h
include/linux/pm_opp.h