Re: [U-Boot] [PATCH v3] net: phy: implement fallback mechanism for negative phy adresses

2019-04-07 Thread Lukasz Majewski
Hi Tom, > Hi Hannes, > > > Negative phy-addresses can occour if the caller function was not > > able to determine a valid phy address (from device-tree for > > example). In this case we catch this here and search for ANY phy > > device on the given mdio- bus. > > > > Signed-off-by: Hannes Schmel

Re: [U-Boot] [PATCH v3] net: phy: implement fallback mechanism for negative phy adresses

2019-04-03 Thread Lukasz Majewski
Hi Hannes, > Negative phy-addresses can occour if the caller function was not able > to determine a valid phy address (from device-tree for example). In > this case we catch this here and search for ANY phy device on the > given mdio- bus. > > Signed-off-by: Hannes Schmelzer > > --- > > Change

Re: [U-Boot] [PATCH v3] net: phy: implement fallback mechanism for negative phy adresses

2019-03-29 Thread Michal Simek
On 29. 03. 19 9:54, Hannes Schmelzer wrote: > Negative phy-addresses can occour if the caller function was not able to > determine a valid phy address (from device-tree for example). In this > case we catch this here and search for ANY phy device on the given mdio- > bus. > > Signed-off-by: Hannes

[U-Boot] [PATCH v3] net: phy: implement fallback mechanism for negative phy adresses

2019-03-29 Thread Hannes Schmelzer
Negative phy-addresses can occour if the caller function was not able to determine a valid phy address (from device-tree for example). In this case we catch this here and search for ANY phy device on the given mdio- bus. Signed-off-by: Hannes Schmelzer --- Changes in v3: - fix commit message C