mbox series

[net,v2,0/2] Update MT7629 to support PHYLINK API

Message ID 20191007070844.14212-1-Mark-MC.Lee@mediatek.com (mailing list archive)
Headers show
Series Update MT7629 to support PHYLINK API | expand

Message

Mark-MC.Lee Oct. 7, 2019, 7:08 a.m. UTC
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(-)

Comments

Jakub Kicinski Oct. 8, 2019, 11:02 p.m. UTC | #1
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?