Re: [PATCH v3] clk: qcom: gdsc: Remove direct runtime PM calls

From: Stephen Boyd
Date: Fri Nov 04 2022 - 15:19:25 EST


Quoting Stephen Boyd (2022-11-03 11:30:30)
> We shouldn't be calling runtime PM APIs from within the genpd
> enable/disable path for a couple reasons.
>
> First, this causes an AA lockdep splat[1] because genpd can call into
> genpd code again while holding the genpd lock.
>
> WARNING: possible recursive locking detected
> 5.19.0-rc2-lockdep+ #7 Not tainted

Applied to clk-fixes