Re: [net-next] net: phy: marvell: Show complete link partner advertising

2017-06-13 Thread Tom Bogendoerfer
On Mon, Jun 12, 2017 at 09:05:04AM -0700, Florian Fainelli wrote: > On 06/12/2017 05:54 AM, Thomas Bogendoerfer wrote: > > From: Thomas Bogendoerfer > > > > Give back all modes advertised by the link partner. This change brings > > the marvell phy driver in line with all other phy drivers. > > >

Re: [net-next] net: phy: marvell: Show complete link partner advertising

2017-06-12 Thread Russell King - ARM Linux
On Mon, Jun 12, 2017 at 09:05:04AM -0700, Florian Fainelli wrote: > On 06/12/2017 05:54 AM, Thomas Bogendoerfer wrote: > > From: Thomas Bogendoerfer > > > > Give back all modes advertised by the link partner. This change brings > > the marvell phy driver in line with all other phy drivers. > > >

Re: [net-next] net: phy: marvell: Show complete link partner advertising

2017-06-12 Thread David Miller
From: Thomas Bogendoerfer Date: Mon, 12 Jun 2017 14:54:57 +0200 > From: Thomas Bogendoerfer > > Give back all modes advertised by the link partner. This change brings > the marvell phy driver in line with all other phy drivers. > > Signed-off-by: Thomas Bogendoerfer Applied, thanks.

Re: [net-next] net: phy: marvell: Show complete link partner advertising

2017-06-12 Thread Florian Fainelli
On 06/12/2017 05:54 AM, Thomas Bogendoerfer wrote: > From: Thomas Bogendoerfer > > Give back all modes advertised by the link partner. This change brings > the marvell phy driver in line with all other phy drivers. > > Signed-off-by: Thomas Bogendoerfer I thought Russell had a similar patch bu

[net-next] net: phy: marvell: Show complete link partner advertising

2017-06-12 Thread Thomas Bogendoerfer
From: Thomas Bogendoerfer Give back all modes advertised by the link partner. This change brings the marvell phy driver in line with all other phy drivers. Signed-off-by: Thomas Bogendoerfer --- drivers/net/phy/marvell.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/drivers/net/phy