Re: [PATCH net-next] net: phy: swphy: emulate register MII_ESTATUS

2019-08-15 Thread David Miller
From: Heiner Kallweit Date: Thu, 15 Aug 2019 13:19:22 +0200 > When the genphy driver binds to a swphy it will call > genphy_read_abilites that will try to read MII_ESTATUS if BMSR_ESTATEN > is set in MII_BMSR. So far this would read the default value 0x > and 1000FD and 1000HD are reported as

Re: [PATCH net-next] net: phy: swphy: emulate register MII_ESTATUS

2019-08-15 Thread Florian Fainelli
On 8/15/2019 4:19 AM, Heiner Kallweit wrote: > When the genphy driver binds to a swphy it will call > genphy_read_abilites that will try to read MII_ESTATUS if BMSR_ESTATEN > is set in MII_BMSR. So far this would read the default value 0x > and 1000FD and 1000HD are reported as supported jus

[PATCH net-next] net: phy: swphy: emulate register MII_ESTATUS

2019-08-15 Thread Heiner Kallweit
When the genphy driver binds to a swphy it will call genphy_read_abilites that will try to read MII_ESTATUS if BMSR_ESTATEN is set in MII_BMSR. So far this would read the default value 0x and 1000FD and 1000HD are reported as supported just by chance. Better add explicit support for emulating M