Re: [PATCH net] net: dsa: mv88e6xxx: drop adjust_link to enabled phylink
From: Hubert Feurstein <hidden>
Date: 2019-08-05 08:50:06
Also in:
lkml
From: Hubert Feurstein <hidden>
Date: 2019-08-05 08:50:06
Also in:
lkml
Hi Andrew, It looks like some work is still needed in b53_phylink_mac_config to take over the functionality of the current adjust_link implementation. Hubert Am So., 4. Aug. 2019 um 17:10 Uhr schrieb Andrew Lunn [off-list ref]:
On Wed, Jul 31, 2019 at 05:42:39PM +0200, Hubert Feurstein wrote:quoted
We have to drop the adjust_link callback in order to finally migrate to phylink. Otherwise we get the following warning during startup: "mv88e6xxx 2188000.ethernet-1:10: Using legacy PHYLIB callbacks. Please migrate to PHYLINK!"Hi Hubert Do we need the same patch for the b53 driver? Andrew