Re: [PATCH v2 03/14] cpufreq: qcom: Re-organise kryo cpufreq to use it for other nvmem based qcom socs

From: Stephen Boyd
Date: Sat Aug 17 2019 - 21:06:30 EST


Quoting Niklas Cassel (2019-07-25 03:41:31)
> From: Sricharan R <sricharan@xxxxxxxxxxxxxx>
>
> The kryo cpufreq driver reads the nvmem cell and uses that data to
> populate the opps. There are other qcom cpufreq socs like krait which
> does similar thing. Except for the interpretation of the read data,
> rest of the driver is same for both the cases. So pull the common things
> out for reuse.
>
> Signed-off-by: Sricharan R <sricharan@xxxxxxxxxxxxxx>
> [niklas.cassel@xxxxxxxxxx: split dt-binding into a separate patch and
> do not rename the compatible string. Update MAINTAINERS file.]
> Signed-off-by: Niklas Cassel <niklas.cassel@xxxxxxxxxx>
> Reviewed-by: Ilia Lin <ilia.lin@xxxxxxxxxx>
> ---

FWIW

Reviewed-by: Stephen Boyd <sboyd@xxxxxxxxxx>