Re: [PATCH v8 02/13] drm/bridge: cdns-dsi: Fix phy de-init and flag it so

2025-02-04 Thread Tomi Valkeinen
On 26/01/2025 21:15, Aradhya Bhatia wrote: From: Aradhya Bhatia The driver code doesn't have a Phy de-initialization path as yet, and so it does not clear the phy_initialized flag while suspending. This is a problem because after resume the driver looks at this flag to determine if a Phy re-ini

Re: [PATCH v8 02/13] drm/bridge: cdns-dsi: Fix phy de-init and flag it so

2025-01-26 Thread Dmitry Baryshkov
On Mon, Jan 27, 2025 at 12:45:40AM +0530, Aradhya Bhatia wrote: > From: Aradhya Bhatia > > The driver code doesn't have a Phy de-initialization path as yet, and so > it does not clear the phy_initialized flag while suspending. This is a > problem because after resume the driver looks at this flag

[PATCH v8 02/13] drm/bridge: cdns-dsi: Fix phy de-init and flag it so

2025-01-26 Thread Aradhya Bhatia
From: Aradhya Bhatia The driver code doesn't have a Phy de-initialization path as yet, and so it does not clear the phy_initialized flag while suspending. This is a problem because after resume the driver looks at this flag to determine if a Phy re-initialization is required or not. It is in fact