Re: [PATCH v3 0/2] Add MSM8939 RPM power domains

From: Stephan Gerhold
Date: Thu Oct 01 2020 - 07:15:14 EST


On Wed, Sep 30, 2020 at 06:01:43PM +0800, Jun Nie wrote:
> Add MSM8939 RPM power domains and associated document. This is based on
> Stephan's patch set to reuse max state definition:
> https://lore.kernel.org/linux-arm-msm/20200916104135.25085-1-stephan@xxxxxxxxxxx/
>
> Changes vs v2:
> - fix max power domain state value.
> - trim code layout.
>
> Jun Nie (2):
> dt-bindings: power: rpmpd: Add MSM8939 RPM power domains
> soc: qcom: rpmpd: Add MSM8939 power-domains
>
> .../devicetree/bindings/power/qcom,rpmpd.yaml | 1 +
> drivers/soc/qcom/rpmpd.c | 27 +++++++++++++++++++
> include/dt-bindings/power/qcom-rpmpd.h | 10 +++++++
> 3 files changed, 38 insertions(+)
>
> --
> 2.17.1
>

Thanks for making the changes! I don't know much about MSM8939 but from
what I know this looks good to me. FWIW, for both patches:

Reviewed-by: Stephan Gerhold <stephan@xxxxxxxxxxx>