Re: [PATCH] net: phy: bcm54xx: Encode link speed and activity into LEDs

2019-03-26 Thread David Miller
From: Vladimir Oltean Date: Sun, 24 Mar 2019 00:18:46 +0200 > Previously the green and amber LEDs on this quad PHY were solid, to > indicate an encoding of the link speed (10/100/1000). > > This keeps the LEDs always on just as before, but now they flash on > Rx/Tx activity. > > Signed-off-by:

Re: [PATCH] net: phy: bcm54xx: Encode link speed and activity into LEDs

2019-03-23 Thread Florian Fainelli
On 3/23/2019 3:18 PM, Vladimir Oltean wrote: > Previously the green and amber LEDs on this quad PHY were solid, to > indicate an encoding of the link speed (10/100/1000). > > This keeps the LEDs always on just as before, but now they flash on > Rx/Tx activity. > We should probably revamp the

[PATCH] net: phy: bcm54xx: Encode link speed and activity into LEDs

2019-03-23 Thread Vladimir Oltean
Previously the green and amber LEDs on this quad PHY were solid, to indicate an encoding of the link speed (10/100/1000). This keeps the LEDs always on just as before, but now they flash on Rx/Tx activity. Signed-off-by: Vladimir Oltean --- drivers/net/phy/broadcom.c | 13 + include