Re: [PATCH net-next] net: phy: broadcom: Add entry for 5395 switch PHYs

2017-12-15 Thread David Miller
From: Florian Fainelli Date: Thu, 14 Dec 2017 17:48:16 -0800 > Add an entry for the builtin PHYs present in the Broadcom BCM5395 switch. This > allows us to retrieve the PHY statistics among other things. > > Signed-off-by: Florian Fainelli Applied, thanks Florian.

Re: [PATCH net-next] net: phy: broadcom: Add entry for 5395 switch PHYs

2017-12-15 Thread Florian Fainelli
On December 15, 2017 1:10:44 AM PST, Andrew Lunn wrote: >On Thu, Dec 14, 2017 at 05:48:16PM -0800, Florian Fainelli wrote: >> Add an entry for the builtin PHYs present in the Broadcom BCM5395 >switch. This >> allows us to retrieve the PHY statistics among other things. > >> static struct phy_driv

Re: [PATCH net-next] net: phy: broadcom: Add entry for 5395 switch PHYs

2017-12-15 Thread Andrew Lunn
On Thu, Dec 14, 2017 at 05:48:16PM -0800, Florian Fainelli wrote: > Add an entry for the builtin PHYs present in the Broadcom BCM5395 switch. This > allows us to retrieve the PHY statistics among other things. > static struct phy_driver broadcom_drivers[] = { > { > .phy_id = PHY_ID

Re: [PATCH net-next] net: phy: broadcom: Add entry for 5395 switch PHYs

2017-12-14 Thread Chris Healy
Tested-by: Chris Healy Successfully tested on a machine with a Broadcom BCM5395 switch. On Thu, Dec 14, 2017 at 5:48 PM, Florian Fainelli wrote: > Add an entry for the builtin PHYs present in the Broadcom BCM5395 switch. This > allows us to retrieve the PHY statistics among other things. > > Si

[PATCH net-next] net: phy: broadcom: Add entry for 5395 switch PHYs

2017-12-14 Thread Florian Fainelli
Add an entry for the builtin PHYs present in the Broadcom BCM5395 switch. This allows us to retrieve the PHY statistics among other things. Signed-off-by: Florian Fainelli --- drivers/net/phy/broadcom.c | 42 ++ include/linux/brcmphy.h| 1 + 2 files c