Re: [PATCH net-next v2 00/13] net: mvpp2: phylink conversion

2018-05-07 Thread David Miller
From: Antoine Tenart Date: Fri, 4 May 2018 15:56:30 +0200 > Also as the SFP cages on both DB boards can be considered as non-wired, > the SFP code was reworked to really support when some pins of the SFP > cage aren't described in the device tree. Also a warning was added when > no Tx disable pi

[PATCH net-next v2 00/13] net: mvpp2: phylink conversion

2018-05-04 Thread Antoine Tenart
Hi Dave, Russell, This series convert the Marvell PPv2 driver to phylink (models the MAC to PHY link). One important point is the PPv2 driver supports two probe modes: device tree and ACPI. This series only brings phylink support for the device tree mode, as the ACPI one will need further work. S