From: Ioana Ciornei <ioana.cior...@nxp.com> Date: Mon, 21 Sep 2020 19:20:28 +0300
> This patch set aims to add PCS support in the dpaa2-eth driver by > leveraging the Lynx PCS module. > > The first two patches are some missing pieces: the first one adding > support for 10GBASER in Lynx PCS while the second one adds a new > function - of_mdio_find_device - which is helpful in retrieving the PCS > represented as a mdio_device. The final patch adds the glue logic > between phylink and the Lynx PCS module: it retrieves the PCS > represented as an mdio_device and registers it to Lynx and phylink. > From that point on, any PCS callbacks are treated by Lynx, without > dpaa2-eth interaction. Please make the PCS destroy symmetric with the create as requested by Andrew. Thanks.