Re: [PATCH v16 2/8] phy: Add HDMI configuration options

2024-09-21 Thread Dmitry Baryshkov
On Tue, Jul 02, 2024 at 08:22:34PM GMT, Sandor Yu wrote: > Allow HDMI PHYs to be configured through the generic > functions through a custom structure added to the generic union. > > The parameters added here are based on HDMI PHY > implementation practices. The current set of parameters > should

[PATCH v16 2/8] phy: Add HDMI configuration options

2024-07-02 Thread Sandor Yu
Allow HDMI PHYs to be configured through the generic functions through a custom structure added to the generic union. The parameters added here are based on HDMI PHY implementation practices. The current set of parameters should cover the potential users. Signed-off-by: Sandor Yu --- v15->v16: