Re: [PATCH net-next 2/3] net: ethernet: mediatek: add support for GMAC0 connecting with external PHY through TRGMII

2016-09-20 Thread David Miller
From: Date: Tue, 20 Sep 2016 15:59:19 +0800 > +/*TRGMII RXC control register*/ ... > +/*TRGMII RXC control register*/ ... > +/*TRGMII Interface mode register*/ Please put a space at the beginning and end of comment lines like this. Thanks.

[PATCH net-next 2/3] net: ethernet: mediatek: add support for GMAC0 connecting with external PHY through TRGMII

2016-09-20 Thread sean.wang
From: Sean Wang Changing dynamically source clock, TX/RX delay and interface mode used by TRGMII hardware module inside PHY capability polling routine for adapting to the various speed of RGMII used by external PHY for GMAC0. Signed-off-by: Sean Wang