Re: [PATCH v19 6/8] phy: freescale: Add DisplayPort/HDMI Combo-PHY driver for i.MX8MQ

2024-12-09 Thread Dmitry Baryshkov
cet...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; > > linux-ker...@vger.kernel.org; linux-...@lists.infradead.org; > > mrip...@kernel.org; ker...@pengutronix.de; dl-linux-imx > > ; Oliver Brown ; > > alexander.st...@ew.tq-group.com; s...@ravnborg.org > >

Re: [PATCH v19 6/8] phy: freescale: Add DisplayPort/HDMI Combo-PHY driver for i.MX8MQ

2024-12-09 Thread Sandor Yu
adead.org; > mrip...@kernel.org; ker...@pengutronix.de; dl-linux-imx > ; Oliver Brown ; > alexander.st...@ew.tq-group.com; s...@ravnborg.org > Subject: [EXT] Re: [PATCH v19 6/8] phy: freescale: Add DisplayPort/HDMI > Combo-PHY driver for i.MX8MQ > > Caution: This is an external

Re: [PATCH v19 6/8] phy: freescale: Add DisplayPort/HDMI Combo-PHY driver for i.MX8MQ

2024-11-26 Thread Dmitry Baryshkov
On Tue, Nov 26, 2024 at 10:11:51PM +0800, Sandor Yu wrote: > Add Cadence HDP-TX DisplayPort and HDMI PHY driver for i.MX8MQ. > > Cadence HDP-TX PHY could be put in either DP mode or > HDMI mode base on the configuration chosen. > DisplayPort or HDMI PHY mode is configured in the driver. > > Signe

[PATCH v19 6/8] phy: freescale: Add DisplayPort/HDMI Combo-PHY driver for i.MX8MQ

2024-11-26 Thread Sandor Yu
Add Cadence HDP-TX DisplayPort and HDMI PHY driver for i.MX8MQ. Cadence HDP-TX PHY could be put in either DP mode or HDMI mode base on the configuration chosen. DisplayPort or HDMI PHY mode is configured in the driver. Signed-off-by: Sandor Yu Signed-off-by: Alexander Stein --- v18->v19: - Simp