Re: [PATCH v2 net-next PATCH 1/1] net: phy: air_en8811h: Introduce resume/suspend and clk_restore_context to ensure correct CKO settings after network interface reinitialization.
From: Andrew Lunn
Date: Tue Jul 01 2025 - 03:34:04 EST
On Mon, Jun 30, 2025 at 11:41:47PM +0800, Lucien.Jheng wrote:
> If the user reinitializes the network interface, the PHY will reinitialize,
> and the CKO settings will revert to their initial configuration(be enabled).
> To prevent CKO from being re-enabled,
> en8811h_clk_restore_context and en8811h_resume were added
> to ensure the CKO settings remain correct.
>
> Signed-off-by: Lucien.Jheng <lucienzx159@xxxxxxxxx>
Reviewed-by: Andrew Lunn <andrew@xxxxxxx>
Andrew