Re: [PATCH net] net: bcmgenet: Set phydev->dev_flags only for internal PHYs

2019-10-15 Thread David Miller
From: Florian Fainelli Date: Fri, 11 Oct 2019 12:53:49 -0700 > phydev->dev_flags is entirely dependent on the PHY device driver which > is going to be used, setting the internal GENET PHY revision in those > bits only makes sense when drivers/net/phy/bcm7xxx.c is the PHY driver > being used. > >

Re: [PATCH net] net: bcmgenet: Set phydev->dev_flags only for internal PHYs

2019-10-14 Thread Doug Berger
On 10/11/19 12:57 PM, Florian Fainelli wrote: > On 10/11/19 12:53 PM, Florian Fainelli wrote: >> phydev->dev_flags is entirely dependent on the PHY device driver which >> is going to be used, setting the internal GENET PHY revision in those >> bits only makes sense when drivers/net/phy/bcm7xxx.c is

Re: [PATCH net] net: bcmgenet: Set phydev->dev_flags only for internal PHYs

2019-10-11 Thread Florian Fainelli
On 10/11/19 12:53 PM, Florian Fainelli wrote: > phydev->dev_flags is entirely dependent on the PHY device driver which > is going to be used, setting the internal GENET PHY revision in those > bits only makes sense when drivers/net/phy/bcm7xxx.c is the PHY driver > being used. > > Fixes: 487320c54

[PATCH net] net: bcmgenet: Set phydev->dev_flags only for internal PHYs

2019-10-11 Thread Florian Fainelli
phydev->dev_flags is entirely dependent on the PHY device driver which is going to be used, setting the internal GENET PHY revision in those bits only makes sense when drivers/net/phy/bcm7xxx.c is the PHY driver being used. Fixes: 487320c54143 ("net: bcmgenet: communicate integrated PHY revision t