Re: [PATCH] tg3: Remove unused PHY_BRCM flags

2021-02-16 Thread Vladimir Oltean
On Tue, Feb 16, 2021 at 11:08:37AM -0800, Florian Fainelli wrote: > The tg3 driver tried to communicate towards the PHY driver whether it > wanted RGMII in-band signaling enabled or disabled however there is > nothing that looks at those flags in drivers/net/phy/broadcom.c so this > does do not any

Re: [PATCH] tg3: Remove unused PHY_BRCM flags

2021-02-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 16 Feb 2021 11:08:37 -0800 you wrote: > The tg3 driver tried to communicate towards the PHY driver whether it > wanted RGMII in-band signaling enabled or disabled however there is > nothing that looks at those flags

[PATCH] tg3: Remove unused PHY_BRCM flags

2021-02-16 Thread Florian Fainelli
The tg3 driver tried to communicate towards the PHY driver whether it wanted RGMII in-band signaling enabled or disabled however there is nothing that looks at those flags in drivers/net/phy/broadcom.c so this does do not anything. Suggested-by: Vladimir Oltean Signed-off-by: Florian Fainelli --