Re: [PATCH] net: axienet: add support for standard phy-mode binding

2017-07-06 Thread Andrew Lunn
On Thu, Jul 06, 2017 at 10:50:11AM +0200, Alvaro Gamez Machado wrote: > Keep supporting proprietary "xlnx,phy-type" attribute and add support for > MII connectivity to the PHY. Hi Alvaro Thanks for picking this up. > > Signed-off-by: Alvaro Gamez Machado > --- > drivers/net/ethernet/xilinx/xi

[PATCH] net: axienet: add support for standard phy-mode binding

2017-07-06 Thread Alvaro Gamez Machado
Keep supporting proprietary "xlnx,phy-type" attribute and add support for MII connectivity to the PHY. Signed-off-by: Alvaro Gamez Machado --- drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 48 +-- 1 file changed, 36 insertions(+), 12 deletions(-) diff --git a/drivers/n