Re: [v2] net: phy: fixed: propagate fixed link values to struct

2015-08-27 Thread David Miller
From: Madalin Bucur Date: Wed, 26 Aug 2015 17:58:47 +0300 > The fixed link values parsed from the device tree are stored in > the struct fixed_phy member status. The struct phy_device members > speed, duplex were not updated. > > Signed-off-by: Madalin Bucur > --- > v2: always setting phy->link

Re: [v2] net: phy: fixed: propagate fixed link values to struct

2015-08-26 Thread Florian Fainelli
On 26/08/15 07:58, Madalin Bucur wrote: > The fixed link values parsed from the device tree are stored in > the struct fixed_phy member status. The struct phy_device members > speed, duplex were not updated. Arguably you need to start the PHY state machine for this to work properly, but this looks

RE: [v2] net: phy: fixed: propagate fixed link values to struct

2015-08-26 Thread Madalin-Cristian Bucur
Re: [v2] net: phy: fixed: propagate fixed link values to struct > > 26.08.2015 17:58, Madalin Bucur пишет: > > The fixed link values parsed from the device tree are stored in > > the struct fixed_phy member status. The struct phy_device members > > speed, duplex were not upd

Re: [v2] net: phy: fixed: propagate fixed link values to struct

2015-08-26 Thread Stas Sergeev
26.08.2015 17:58, Madalin Bucur пишет: > The fixed link values parsed from the device tree are stored in > the struct fixed_phy member status. The struct phy_device members > speed, duplex were not updated. ACK, but IMHO it will make more sense if you include that into your upcoming patch set rath