RE: [EXT] Re: [PATCH v6 4/8] phy: Add HDMI configuration options

2023-07-10 Thread Sandor Yu
.@pengutronix.de; feste...@gmail.com; > > > vk...@kernel.org; dri-devel@lists.freedesktop.org; > > > devicet...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; > > > linux-ker...@vger.kernel.org; linux-...@lists.infradead.org > > > Cc: ker...@pengutronix.de; dl-

Re: [EXT] Re: [PATCH v6 4/8] phy: Add HDMI configuration options

2023-07-10 Thread Dmitry Baryshkov
@lists.freedesktop.org; > > devicet...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; > > linux-ker...@vger.kernel.org; linux-...@lists.infradead.org > > Cc: ker...@pengutronix.de; dl-linux-imx ; Oliver Brown > > > > Subject: Re: [EXT] Re: [PATCH v6 4/8] ph

RE: [EXT] Re: [PATCH v6 4/8] phy: Add HDMI configuration options

2023-07-10 Thread Sandor Yu
linux-ker...@vger.kernel.org; linux-...@lists.infradead.org > Cc: ker...@pengutronix.de; dl-linux-imx ; Oliver Brown > > Subject: Re: [EXT] Re: [PATCH v6 4/8] phy: Add HDMI configuration options > > > On 10/07/2023 10:28, Sandor Yu wrote: > > Hi Dmitry, > > > > Thanks for

Re: [EXT] Re: [PATCH v6 4/8] phy: Add HDMI configuration options

2023-07-10 Thread Dmitry Baryshkov
On 10/07/2023 10:28, Sandor Yu wrote: Hi Dmitry, Thanks for your comments, From: Dmitry Baryshkov On 15/06/2023 04:38, 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 o

RE: [EXT] Re: [PATCH v6 4/8] phy: Add HDMI configuration options

2023-07-10 Thread Sandor Yu
linux-ker...@vger.kernel.org; linux-...@lists.infradead.org; > ker...@pengutronix.de; dl-linux-imx ; Oliver Brown > > Subject: Re: [EXT] Re: [PATCH v6 4/8] phy: Add HDMI configuration options > > > On Mon, 10 Jul 2023 at 10:28, Sandor Yu wrote: > > > > Hi Dmitry, > > >

Re: [EXT] Re: [PATCH v6 4/8] phy: Add HDMI configuration options

2023-07-10 Thread Dmitry Baryshkov
m; > > vk...@kernel.org; dri-devel@lists.freedesktop.org; > > devicet...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; > > linux-ker...@vger.kernel.org; linux-...@lists.infradead.org > > Cc: ker...@pengutronix.de; dl-linux-imx ; Oliver Brown > > > > Subjec

RE: [EXT] Re: [PATCH v6 4/8] phy: Add HDMI configuration options

2023-07-10 Thread Sandor Yu
x-ker...@vger.kernel.org; > linux-...@lists.infradead.org; ker...@pengutronix.de; dl-linux-imx > ; Oliver Brown > Subject: [EXT] Re: [PATCH v6 4/8] phy: Add HDMI configuration options > > Caution: This is an external email. Please take care when clicking links or > opening attac

RE: [EXT] Re: [PATCH v6 4/8] phy: Add HDMI configuration options

2023-07-10 Thread Sandor Yu
@lists.infradead.org; > linux-ker...@vger.kernel.org; linux-...@lists.infradead.org > Cc: ker...@pengutronix.de; dl-linux-imx ; Oliver Brown > > Subject: [EXT] Re: [PATCH v6 4/8] phy: Add HDMI configuration options > > Caution: This is an external email. Please take care when clicking li

Re: [PATCH v6 4/8] phy: Add HDMI configuration options

2023-06-24 Thread Dmitry Baryshkov
On 15/06/2023 04:38, 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 cover the potential users.

Re: [PATCH v6 4/8] phy: Add HDMI configuration options

2023-06-21 Thread Vinod Koul
On 15-06-23, 09:38, 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 cover the potential

[PATCH v6 4/8] phy: Add HDMI configuration options

2023-06-14 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 --- include/l