Re: [PATCH v11 3/4] phy: Add Sparx5 ethernet serdes PHY driver

2021-01-04 Thread Leon Romanovsky
On Mon, Jan 04, 2021 at 02:16:38PM +0100, Steen Hegelund wrote: > Hi Leon, > > > On Mon, 2021-01-04 at 14:15 +0200, Leon Romanovsky wrote: > > > > <...> > > > > > +struct sparx5_sd10g28_args { > > > + bool skip_cmu_cfg; /* Enable/disable CMU cfg > > > */ > > > + bool

Re: [PATCH v11 3/4] phy: Add Sparx5 ethernet serdes PHY driver

2021-01-04 Thread Steen Hegelund
Hi Leon, On Mon, 2021-01-04 at 14:15 +0200, Leon Romanovsky wrote: > > <...> > > > +struct sparx5_sd10g28_args { > > + bool skip_cmu_cfg; /* Enable/disable CMU cfg > > */ > > + bool no_pwrcycle;  /* Omit initial power- > > cycle */ > > + bool 

Re: [PATCH v11 3/4] phy: Add Sparx5 ethernet serdes PHY driver

2021-01-04 Thread Leon Romanovsky
On Mon, Jan 04, 2021 at 09:22:17AM +0100, Steen Hegelund wrote: > Add the Microchip Sparx5 ethernet serdes PHY driver for the 6G, 10G and 25G > interfaces available in the Sparx5 SoC. > > Signed-off-by: Bjarni Jonasson > Signed-off-by: Steen Hegelund > Reviewed-by: Andrew Lunn > --- > drivers/p