Re: [PATCH] soc: qcom: rpmhpd: Set 'active_only' for active only power domains

From: Doug Anderson
Date: Mon Nov 18 2019 - 11:19:34 EST


Bjorn / Andy,

On Thu, Feb 14, 2019 at 9:36 AM Douglas Anderson <dianders@xxxxxxxxxxxx> wrote:
>
> The 'active_only' attribute was accidentally never set to true for any
> power domains meaning that all the code handling this attribute was
> dead.
>
> NOTE that the RPM power domain code (as opposed to the RPMh one) gets
> this right.
>
> Fixes: 279b7e8a62cc ("soc: qcom: rpmhpd: Add RPMh power domain driver")
> Signed-off-by: Douglas Anderson <dianders@xxxxxxxxxxxx>
> ---
>
> drivers/soc/qcom/rpmhpd.c | 2 ++
> 1 file changed, 2 insertions(+)

Somehow this fell through the cracks and was never applied. Can you
pick it up? Given that it's been a year and nobody has noticed this
it seems like 5.5 is fine, but maybe you could add Cc: stable since it
seems like something that stable trees would want...

Thanks!

-Doug