Re: [PATCH v2 net-next 2/2] net: mvpp2: support multiple comphy lanes

2019-08-12 Thread Antoine Tenart
Hello Matt, On Fri, Aug 09, 2019 at 06:20:28PM -0400, Matt Pelland wrote: > On Fri, Aug 09, 2019 at 10:32:50AM +0200, Antoine Tenart wrote: > > On Thu, Aug 08, 2019 at 07:06:06PM -0400, Matt Pelland wrote: > > > @@ -5084,14 +5107,38 @@ static int mvpp2_port_probe(struct > > > platform_device *pde

Re: [PATCH v2 net-next 2/2] net: mvpp2: support multiple comphy lanes

2019-08-09 Thread Matt Pelland
On Fri, Aug 09, 2019 at 10:32:50AM +0200, Antoine Tenart wrote: > Hello Matt, > > On Thu, Aug 08, 2019 at 07:06:06PM -0400, Matt Pelland wrote: > > > > static void mvpp2_port_enable(struct mvpp2_port *port) > > @@ -3389,7 +3412,9 @@ static void mvpp2_stop_dev(struct mvpp2_port *port) > > > >

Re: [PATCH v2 net-next 2/2] net: mvpp2: support multiple comphy lanes

2019-08-09 Thread Antoine Tenart
Hello Matt, On Thu, Aug 08, 2019 at 07:06:06PM -0400, Matt Pelland wrote: > > static void mvpp2_port_enable(struct mvpp2_port *port) > @@ -3389,7 +3412,9 @@ static void mvpp2_stop_dev(struct mvpp2_port *port) > > if (port->phylink) > phylink_stop(port->phylink); > - ph

[PATCH v2 net-next 2/2] net: mvpp2: support multiple comphy lanes

2019-08-08 Thread Matt Pelland
mvpp 2.2 supports RXAUI, which requires two serdes lanes, and XAUI which requires four serdes lanes instead of the usual single lane required by other interface modes. This patch expands the number of lanes that can be associated to a port so that all relevant serdes lanes are correctly configured