2019-10-14 07:18:32

by MarkLee

[permalink] [raw]
Subject: [PATCH net,v3 0/2] Update MT7629 to support PHYLINK API

This patch set has two goals :
1. Fix mt7629 GMII mode issue after apply mediatek
PHYLINK support patch.
2. Update mt7629 dts to reflect the latest dt-binding
with PHYLINK support.

MarkLee (2):
net: ethernet: mediatek: Fix MT7629 missing GMII mode support
arm: dts: mediatek: Update mt7629 dts to reflect the latest dt-binding

arch/arm/boot/dts/mt7629-rfb.dts | 13 ++++++++++++-
arch/arm/boot/dts/mt7629.dtsi | 2 --
drivers/net/ethernet/mediatek/mtk_eth_soc.c | 1 +
3 files changed, 13 insertions(+), 3 deletions(-)

--
2.17.1


2019-10-16 07:51:51

by David Miller

[permalink] [raw]
Subject: Re: [PATCH net,v3 0/2] Update MT7629 to support PHYLINK API

From: MarkLee <[email protected]>
Date: Mon, 14 Oct 2019 15:15:16 +0800

> This patch set has two goals :
> 1. Fix mt7629 GMII mode issue after apply mediatek
> PHYLINK support patch.
> 2. Update mt7629 dts to reflect the latest dt-binding
> with PHYLINK support.

Series applied, thank you.