Re: [PATCH net] net: stmmac: Fix lack of link transition for fixed PHYs

2016-11-14 Thread David Miller
From: Florian Fainelli Date: Sun, 13 Nov 2016 17:50:35 -0800 > Commit 52f95bbfcf72 ("stmmac: fix adjust link call in case of a switch > is attached") added some logic to avoid polling the fixed PHY and > therefore invoking the adjust_link callback more than once, since this

Re: [PATCH net] net: stmmac: Fix lack of link transition for fixed PHYs

2016-11-13 Thread Giuseppe CAVALLARO
On 11/14/2016 2:50 AM, Florian Fainelli wrote: Commit 52f95bbfcf72 ("stmmac: fix adjust link call in case of a switch is attached") added some logic to avoid polling the fixed PHY and therefore invoking the adjust_link callback more than once, since this is a fixed PHY and link events won't be

[PATCH net] net: stmmac: Fix lack of link transition for fixed PHYs

2016-11-13 Thread Florian Fainelli
Commit 52f95bbfcf72 ("stmmac: fix adjust link call in case of a switch is attached") added some logic to avoid polling the fixed PHY and therefore invoking the adjust_link callback more than once, since this is a fixed PHY and link events won't be generated. This works fine the first time,