Re: [PATCH net-next v1 0/6] Add MT7629 ethernet support

From: David Miller
Date: Mon Jun 03 2019 - 18:04:10 EST


From: <sean.wang@xxxxxxxxxxxx>
Date: Sat, 1 Jun 2019 08:03:09 +0800

> From: Sean Wang <sean.wang@xxxxxxxxxxxx>
>
> MT7629 inlcudes two sets of SGMIIs used for external switch or PHY, and embedded
> switch (ESW) via GDM1, GePHY via GMAC2, so add several patches in the series to
> make the code base common with the old SoCs.
>
> The patch 1, 3 and 6, adds extension for SGMII to have the hardware configured
> for 1G, 2.5G and AN to fit the capability of the target PHY. In patch 6 could be
> an example showing how to use these configurations for underlying PHY speed to
> match up the link speed of the target PHY.
>
> The patch 4 is used for automatically configured the hardware path from GMACx to
> the target PHY by the description in deviceetree topology to determine the
> proper value for the corresponding MUX.
>
> The patch 2 and 5 is for the update for MT7629 including dt-binding document and
> its driver.

Series applied.