Re: [PATCH v2 3/9] phy: Add MIPI D-PHY configuration options

2018-11-21 Thread Maxime Ripard
Hi! On Mon, Nov 19, 2018 at 03:58:34PM +0200, Sakari Ailus wrote: > > + /** > > +* @clk_pre: > > +* > > +* Time, in nanoseconds, that the HS clock shall be driven by > > +* the transmitter prior to any associated Data Lane beginning > > +* the transition from LP to HS mode. >

Re: [PATCH v2 3/9] phy: Add MIPI D-PHY configuration options

2018-11-19 Thread Sakari Ailus
Hi Maxime, On Tue, Nov 06, 2018 at 03:54:15PM +0100, Maxime Ripard wrote: > Now that we have some infrastructure for it, allow the MIPI D-PHY phy's to > be configured through the generic functions through a custom structure > added to the generic union. > > The parameters added here are the ones

[PATCH v2 3/9] phy: Add MIPI D-PHY configuration options

2018-11-06 Thread Maxime Ripard
Now that we have some infrastructure for it, allow the MIPI D-PHY phy's to be configured through the generic functions through a custom structure added to the generic union. The parameters added here are the ones defined in the MIPI D-PHY spec, plus the number of lanes in use. The current set of p