tested on bpi-r2 (mt7623/mt7530) and bpi-r64 (mt7622/rtl8367) as reported to rene directly rx-path needs some rework because current rx-speed on bpi-r2 is 865 Mbits/sec instead of ~940 Mbits/sec
Tested-by: Frank Wunderlich <[email protected]> regards Frank > Gesendet: Freitag, 23. August 2019 um 15:45 Uhr > Von: "René van Dorst" <[email protected]> > An: "John Crispin" <[email protected]>, "Sean Wang" <[email protected]>, > "Nelson Chang" <[email protected]>, "David S . Miller" > <[email protected]>, "Matthias Brugger" <[email protected]> > Cc: [email protected], [email protected], > [email protected], [email protected], "Russell > King" <[email protected]>, "Frank Wunderlich" <[email protected]>, > "Stefan Roese" <[email protected]>, "René van Dorst" <[email protected]> > Betreff: [PATCH net-next v3 0/3] net: ethernet: mediatek: convert to PHYLINK > > These patches converts mediatek driver to PHYLINK API. > > v2->v3: > * Phylink improvements and clean-ups after review > v1->v2: > * Rebase for mt76x8 changes > * Phylink improvements and clean-ups after review > * SGMII port doesn't support 2.5Gbit in SGMII mode only in BASE-X mode. > Refactor the code. > > René van Dorst (3): > net: ethernet: mediatek: Add basic PHYLINK support > net: ethernet: mediatek: Re-add support SGMII > dt-bindings: net: ethernet: Update mt7622 docs and dts to reflect the > new phylink API > > .../arm/mediatek/mediatek,sgmiisys.txt | 2 - > .../dts/mediatek/mt7622-bananapi-bpi-r64.dts | 28 +- > arch/arm64/boot/dts/mediatek/mt7622.dtsi | 1 - > drivers/net/ethernet/mediatek/Kconfig | 2 +- > drivers/net/ethernet/mediatek/mtk_eth_path.c | 75 +-- > drivers/net/ethernet/mediatek/mtk_eth_soc.c | 529 ++++++++++++------ > drivers/net/ethernet/mediatek/mtk_eth_soc.h | 68 ++- > drivers/net/ethernet/mediatek/mtk_sgmii.c | 65 ++- > 8 files changed, 477 insertions(+), 293 deletions(-) > > -- > 2.20.1 > >
