Re: [PATCH v4 1/5] drm/msm/hdmi: switch to generic PHY subsystem

2025-05-22 Thread Dmitry Baryshkov
On Thu, May 22, 2025 at 09:38:34AM +0200, neil.armstr...@linaro.org wrote: > On 20/05/2025 22:44, Dmitry Baryshkov wrote: > > From: Dmitry Baryshkov > > > > Change the MSM HDMI driver to use generic PHY subsystem. Moving PHY > > drivers allows better code sharing with the rest of the PHY system.

Re: [PATCH v4 1/5] drm/msm/hdmi: switch to generic PHY subsystem

2025-05-22 Thread neil . armstrong
On 20/05/2025 22:44, Dmitry Baryshkov wrote: From: Dmitry Baryshkov Change the MSM HDMI driver to use generic PHY subsystem. Moving PHY drivers allows better code sharing with the rest of the PHY system. Signed-off-by: Dmitry Baryshkov Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/ms