Re: [PATCH v2] net: macb: add fixed-link node support

2017-11-06 Thread Nicolas Ferre
On 23/06/2017 at 16:54, Michael Grzeschik wrote: > In case the MACB is directly connected to a > non-mdio PHY/device, it should be possible to provide > a fixed link configuration in the DT. > > Signed-off-by: Michael Grzeschik > --- > v1 -> v2: - moved of_phy_connect case and phy_connect_direc

Re: [PATCH v2] net: macb: add fixed-link node support

2017-06-25 Thread David Miller
From: Michael Grzeschik Date: Fri, 23 Jun 2017 16:54:10 +0200 > In case the MACB is directly connected to a > non-mdio PHY/device, it should be possible to provide > a fixed link configuration in the DT. > > Signed-off-by: Michael Grzeschik Applied, thanks.

[PATCH v2] net: macb: add fixed-link node support

2017-06-23 Thread Michael Grzeschik
In case the MACB is directly connected to a non-mdio PHY/device, it should be possible to provide a fixed link configuration in the DT. Signed-off-by: Michael Grzeschik --- v1 -> v2: - moved of_phy_connect case and phy_connect_direct into if else cases - moved of_pphy_register_fixe