Re: [PATCH V3 15/20] OPP: Migrate set-prop-name helper API to use set-config helpers

From: Samuel Holland
Date: Mon Jul 04 2022 - 14:59:36 EST


On 7/4/22 7:07 AM, Viresh Kumar wrote:
> Now that we have a central API to handle all OPP table configurations,
> migrate the set-prop-name family of helpers to use the new
> infrastructure.
>
> The return type and parameter to the APIs change a bit due to this,
> update the current users as well in the same commit in order to avoid
> breaking builds.
>
> Signed-off-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx>
> ---
> drivers/cpufreq/sun50i-cpufreq-nvmem.c | 31 +++++++--------

For sun50i-cpufreq-nvmem.c:

Acked-by: Samuel Holland <samuel@xxxxxxxxxxxx>

> drivers/opp/core.c | 55 +++++++++-----------------
> include/linux/pm_opp.h | 23 ++++++-----
> 3 files changed, 46 insertions(+), 63 deletions(-)