2019-10-07 07:12:16

by MarkLee

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

This patch target to update mt7629 eth driver and dts to support PHYLINK

MarkLee (2):
net: ethernet: mediatek: Fix MT7629 missing GMII mode support
arm: dts: mediatek: Fix 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-08 23:03:32

by Jakub Kicinski

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

On Mon, 7 Oct 2019 15:08:42 +0800, MarkLee wrote:
> This patch target to update mt7629 eth driver and dts to support PHYLINK

Thanks for the patches Mark. The description of the set should probably
say that it _fixes_ some issues. Right now it sounds a little bit like
you were adding a new feature. Could you rewrite the cover letter to
give us a better idea what issues this patch set is fixing and why
those issues occur?