Re: [PATCH net-next 07/18] net: mvpp2: initialize the GoP

2017-07-26 Thread Andrew Lunn
> + switch (port->phy_interface) { > + case PHY_INTERFACE_MODE_RGMII: Here as well, Andrew

[PATCH net-next 07/18] net: mvpp2: initialize the GoP

2017-07-24 Thread Antoine Tenart
The patch adds GoP (group of ports) initialization functions. The mvpp2 driver was relying on the firmware/bootloader initialization; this patch moves this setup to the mvpp2 driver. Signed-off-by: Antoine Tenart --- drivers/net/ethernet/marvell/mvpp2.c | 159