Re: [PATCH net-next] net: phy: Add detection of 1000BaseX link mode support

2019-06-06 Thread David Miller
From: Robert Hancock Date: Tue, 4 Jun 2019 16:15:01 -0600 > Add 1000BaseX to the link modes which are detected based on the > MII_ESTATUS register as per 802.3 Clause 22. This allows PHYs which > support 1000BaseX to work properly with drivers using phylink. > > Previously 1000BaseX support was

Re: [PATCH net-next] net: phy: Add detection of 1000BaseX link mode support

2019-06-06 Thread Andrew Lunn
On Thu, Jun 06, 2019 at 08:05:31AM +0200, Heiner Kallweit wrote: > On 06.06.2019 03:42, David Miller wrote: > > From: Robert Hancock > > Date: Tue, 4 Jun 2019 16:15:01 -0600 > > > >> Add 1000BaseX to the link modes which are detected based on the > >> MII_ESTATUS register as per 802.3 Clause 22.

Re: [PATCH net-next] net: phy: Add detection of 1000BaseX link mode support

2019-06-05 Thread Heiner Kallweit
On 06.06.2019 03:42, David Miller wrote: > From: Robert Hancock > Date: Tue, 4 Jun 2019 16:15:01 -0600 > >> Add 1000BaseX to the link modes which are detected based on the >> MII_ESTATUS register as per 802.3 Clause 22. This allows PHYs which >> support 1000BaseX to work properly with drivers us

Re: [PATCH net-next] net: phy: Add detection of 1000BaseX link mode support

2019-06-05 Thread David Miller
From: Robert Hancock Date: Tue, 4 Jun 2019 16:15:01 -0600 > Add 1000BaseX to the link modes which are detected based on the > MII_ESTATUS register as per 802.3 Clause 22. This allows PHYs which > support 1000BaseX to work properly with drivers using phylink. > > Previously 1000BaseX support was