Re: [PATCH v2 net-next 1/2] net: mvpp2: implement RXAUI support

2019-08-09 Thread Antoine Tenart
Hello Matt, On Thu, Aug 08, 2019 at 07:06:05PM -0400, Matt Pelland wrote: > > +static void mvpp22_gop_init_rxaui(struct mvpp2_port *port) > +{ > + struct mvpp2 *priv = port->priv; > + void __iomem *xpcs; > + u32 val; > + > + xpcs = priv->iface_base + MVPP22_XPCS_BASE(port->gop_id

[PATCH v2 net-next 1/2] net: mvpp2: implement RXAUI support

2019-08-08 Thread Matt Pelland
Marvell's mvpp2 packet processor supports RXAUI on port zero in a similar manner to the existing 10G protocols that have already been implemented. This patch implements the miscellaneous extra configuration steps required for RXAUI operation. Signed-off-by: Matt Pelland --- drivers/net/ethernet/