Re: [PATCH 05/14] phy: qcom-qmp-combo: register clocks sooner

From: Johan Hovold
Date: Mon Nov 14 2022 - 08:43:24 EST


On Sat, Nov 12, 2022 at 02:15:04PM +0300, Dmitry Baryshkov wrote:
> On 11/11/2022 12:24, Johan Hovold wrote:
> > Runtime PM should be enabled before registering the PHYs, but there is
> > no reason that the clocks can not be registered before enabling runtime
> > PM.
>
> This will have a side effect of DP and pipe clocks not using runtime PM
> during the clocks operations (see the code handling rpm_enabled in
> drivers/clk/clk.c). If this is an intended change, it should be
> described in the commit message.

Good catch. I'll drop this one.

Johan