Re: [PATCH v0 07/10] phy: freescale: add Samsung HDMI PHY

2022-04-11 Thread Maxime Ripard
On Mon, Apr 11, 2022 at 02:20:22PM +0200, Lucas Stach wrote: > Hi Maxime, > > Am Montag, dem 11.04.2022 um 13:59 +0200 schrieb Maxime Ripard: > > Hi Lucas, > > > > On Wed, Apr 06, 2022 at 06:01:20PM +0200, Lucas Stach wrote: > > > +static unsigned long phy_clk_recalc_rate(struct clk_hw *hw, > > >

Re: [PATCH v0 07/10] phy: freescale: add Samsung HDMI PHY

2022-04-11 Thread Lucas Stach
Hi Maxime, Am Montag, dem 11.04.2022 um 13:59 +0200 schrieb Maxime Ripard: > Hi Lucas, > > On Wed, Apr 06, 2022 at 06:01:20PM +0200, Lucas Stach wrote: > > +static unsigned long phy_clk_recalc_rate(struct clk_hw *hw, > > +unsigned long parent_rate) > > +{ > > +

Re: [PATCH v0 07/10] phy: freescale: add Samsung HDMI PHY

2022-04-11 Thread Maxime Ripard
Hi Lucas, On Wed, Apr 06, 2022 at 06:01:20PM +0200, Lucas Stach wrote: > +static unsigned long phy_clk_recalc_rate(struct clk_hw *hw, > + unsigned long parent_rate) > +{ > + struct fsl_samsung_hdmi_phy *phy = to_fsl_samsung_hdmi_phy(hw); > + > + if (!ph

Re: [PATCH v0 07/10] phy: freescale: add Samsung HDMI PHY

2022-04-07 Thread Philipp Zabel
Hi Lucas, On Mi, 2022-04-06 at 18:01 +0200, Lucas Stach wrote: > This adds the driver for the Samsung HDMI PHY found on the > i.MX8MP SoC. > > Heavily based on the PHY implementation in the downstream kernel > written by Sandor Yu , but also cleaned up > quite a bit and extended to support runtim

[PATCH v0 07/10] phy: freescale: add Samsung HDMI PHY

2022-04-06 Thread Lucas Stach
This adds the driver for the Samsung HDMI PHY found on the i.MX8MP SoC. Heavily based on the PHY implementation in the downstream kernel written by Sandor Yu , but also cleaned up quite a bit and extended to support runtime PM. Signed-off-by: Lucas Stach --- FIXME: The PHY configuration could be