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

2017-07-17 Thread David Miller
From: Alvaro Gamez Machado Date: Mon, 17 Jul 2017 09:12:28 +0200 > Keep supporting proprietary "xlnx,phy-type" attribute and add support for > MII connectivity to the PHY. > > Reviewed-by: Andrew Lunn > Signed-off-by: Alvaro Gamez Machado

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

2017-07-17 Thread David Miller
From: Alvaro Gamez Machado Date: Mon, 17 Jul 2017 09:12:28 +0200 > Keep supporting proprietary "xlnx,phy-type" attribute and add support for > MII connectivity to the PHY. > > Reviewed-by: Andrew Lunn > Signed-off-by: Alvaro Gamez Machado Applied.

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

2017-07-17 Thread Alvaro Gamez Machado
Keep supporting proprietary "xlnx,phy-type" attribute and add support for MII connectivity to the PHY. Reviewed-by: Andrew Lunn Signed-off-by: Alvaro Gamez Machado --- Changes from v2: * Replaced u32 phy_mode -> phy_interface_t phy_mode * Fix bug we

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

2017-07-17 Thread Alvaro Gamez Machado
Keep supporting proprietary "xlnx,phy-type" attribute and add support for MII connectivity to the PHY. Reviewed-by: Andrew Lunn Signed-off-by: Alvaro Gamez Machado --- Changes from v2: * Replaced u32 phy_mode -> phy_interface_t phy_mode * Fix bug we introduced PHY_INTERFACE_MODE_RGMII ->