Message ID | 20190620122155.32078-1-opensource@vdorst.com (mailing list archive) |
---|---|
Headers | show |
Series | net: mediatek: Add MT7621 TRGMII mode support | expand |
Tested on Bananapi R2 (mt7623) Tested-by: "Frank Wunderlich" <frank-w@public-files.de> Am 20. Juni 2019 14:21:53 MESZ schrieb "René van Dorst" <opensource@vdorst.com>: >Like many other mediatek SOCs, the MT7621 SOC and the internal MT7530 >switch both supports TRGMII mode. MT7621 TRGMII speed is fix 1200MBit. > >v1->v2: > - Fix breakage on non MT7621 SOC > - Support 25MHz and 40MHz XTAL as MT7530 clocksource > >René van Dorst (2): > net: ethernet: mediatek: Add MT7621 TRGMII mode support > net: dsa: mt7530: Add MT7621 TRGMII mode support > > drivers/net/dsa/mt7530.c | 46 ++++++++++++++++----- > drivers/net/dsa/mt7530.h | 4 ++ > drivers/net/ethernet/mediatek/mtk_eth_soc.c | 38 +++++++++++++++-- > drivers/net/ethernet/mediatek/mtk_eth_soc.h | 11 +++++ > 4 files changed, 85 insertions(+), 14 deletions(-)
On Thu, Jun 20, 2019 at 6:02 AM Frank Wunderlich <frank-w@public-files.de> wrote: > > Tested on Bananapi R2 (mt7623) > > Tested-by: "Frank Wunderlich" <frank-w@public-files.de> These changes also look good to me, thanks for add the patch to enrich different application variants. Acked-by: Sean Wang <sean.wang@kernel.org> > > Am 20. Juni 2019 14:21:53 MESZ schrieb "René van Dorst" <opensource@vdorst.com>: > >Like many other mediatek SOCs, the MT7621 SOC and the internal MT7530 > >switch both supports TRGMII mode. MT7621 TRGMII speed is fix 1200MBit. > > > >v1->v2: > > - Fix breakage on non MT7621 SOC > > - Support 25MHz and 40MHz XTAL as MT7530 clocksource > > > >René van Dorst (2): > > net: ethernet: mediatek: Add MT7621 TRGMII mode support > > net: dsa: mt7530: Add MT7621 TRGMII mode support > > > > drivers/net/dsa/mt7530.c | 46 ++++++++++++++++----- > > drivers/net/dsa/mt7530.h | 4 ++ > > drivers/net/ethernet/mediatek/mtk_eth_soc.c | 38 +++++++++++++++-- > > drivers/net/ethernet/mediatek/mtk_eth_soc.h | 11 +++++ > > 4 files changed, 85 insertions(+), 14 deletions(-) > > _______________________________________________ > Linux-mediatek mailing list > Linux-mediatek@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-mediatek
From: René van Dorst <opensource@vdorst.com> Date: Thu, 20 Jun 2019 14:21:53 +0200 > Like many other mediatek SOCs, the MT7621 SOC and the internal MT7530 > switch both supports TRGMII mode. MT7621 TRGMII speed is fix 1200MBit. > > v1->v2: > - Fix breakage on non MT7621 SOC > - Support 25MHz and 40MHz XTAL as MT7530 clocksource Series applied, thanks.