[PATCH v2 12/15] phy: cadence-torrent: add suspend and resume support

Andy Shevchenko andy.shevchenko at gmail.com
Fri Jan 26 13:48:24 PST 2024


On Fri, Jan 26, 2024 at 4:38 PM Thomas Richard
<thomas.richard at bootlin.com> wrote:
>
> Add suspend and resume support.
>
> The already_configured flag is cleared during suspend stage to force the

the suspend

> PHY initialization during the resume stage.

...

> +       if (!cdns_phy->already_configured)
> +               clk_disable_unprepare(cdns_phy->clk);
> +       else
> +               cdns_phy->already_configured = 0;

What's wrong with a positive check?
Why do you need unprepare clock?

-- 
With Best Regards,
Andy Shevchenko



More information about the linux-arm-kernel mailing list