Re: [PATCH v5 03/13] drm/bridge: cdns-dsi: Fix Phy _init() and _exit()

2024-10-20 Thread Dmitry Baryshkov
On Sun, Oct 20, 2024 at 01:24:01AM +0530, Aradhya Bhatia wrote: > From: Aradhya Bhatia > > Initialize the Phy during the cdns-dsi _resume(), and de-initialize it > during the _suspend(). > > Also power-off the Phy from bridge_disable. Please describe why, not what. Especially, if it is consider

[PATCH v5 03/13] drm/bridge: cdns-dsi: Fix Phy _init() and _exit()

2024-10-19 Thread Aradhya Bhatia
From: Aradhya Bhatia Initialize the Phy during the cdns-dsi _resume(), and de-initialize it during the _suspend(). Also power-off the Phy from bridge_disable. Fixes: fced5a364dee ("drm/bridge: cdns: Convert to phy framework") Signed-off-by: Aradhya Bhatia Signed-off-by: Aradhya Bhatia --- dr