Re: [PATCH] net: phy: broadcom: rehook BCM54612E specific init

2017-02-01 Thread David Miller
From: Rafał Miłecki Date: Tue, 31 Jan 2017 22:54:54 +0100 > From: Rafał Miłecki > > This extra BCM54612E code in PHY driver isn't really aneg specific. Even > without it aneg works OK but the problem is no packets pass through PHY. > > Moreover putting this code inside config_aneg callback did

Re: [PATCH] net: phy: broadcom: rehook BCM54612E specific init

2017-01-31 Thread Florian Fainelli
On 01/31/2017 01:54 PM, Rafał Miłecki wrote: > From: Rafał Miłecki > > This extra BCM54612E code in PHY driver isn't really aneg specific. Even > without it aneg works OK but the problem is no packets pass through PHY. > > Moreover putting this code inside config_aneg callback didn't allow > res

[PATCH] net: phy: broadcom: rehook BCM54612E specific init

2017-01-31 Thread Rafał Miłecki
From: Rafał Miłecki This extra BCM54612E code in PHY driver isn't really aneg specific. Even without it aneg works OK but the problem is no packets pass through PHY. Moreover putting this code inside config_aneg callback didn't allow resuming PHY correctly. When driver called phy_stop and phy_st