Re: [PATCH net-next] net: phy: improve auto-neg emulation in swphy

2019-02-24 Thread David Miller
From: Heiner Kallweit Date: Sun, 24 Feb 2019 17:41:47 +0100 > Auto-neg emulation currently doesn't set bit BMCR_ANENABLE in BMCR, > add this. Users will ignore speed and duplex settings in BMCR because > we're emulating auto-neg, therefore we can remove related code. > See also following discussi

Re: [PATCH net-next] net: phy: improve auto-neg emulation in swphy

2019-02-24 Thread Andrew Lunn
On Sun, Feb 24, 2019 at 05:41:47PM +0100, Heiner Kallweit wrote: > Auto-neg emulation currently doesn't set bit BMCR_ANENABLE in BMCR, > add this. Users will ignore speed and duplex settings in BMCR because > we're emulating auto-neg, therefore we can remove related code. > See also following discu

[PATCH net-next] net: phy: improve auto-neg emulation in swphy

2019-02-24 Thread Heiner Kallweit
Auto-neg emulation currently doesn't set bit BMCR_ANENABLE in BMCR, add this. Users will ignore speed and duplex settings in BMCR because we're emulating auto-neg, therefore we can remove related code. See also following discussion [0]. [0] https://marc.info/?t=15504178492&r=1&w=2 Signed-off-