Re: [PATCH 2/2] net: ethernet: bcmgenet: use phy_ethtool_{get|set}_link_ksettings

2016-07-10 Thread Florian Fainelli
Le 10/07/2016 15:50, Philippe Reynes a écrit : > Hi all, > > > On 05/07/16 23:40, Ben Hutchings wrote: >> On Tue, 2016-07-05 at 14:15 -0700, Florian Fainelli wrote: >>> On 07/05/2016 02:07 PM, Philippe Reynes wrote: Hi Florian, On 05/07/16 06:30, Florian Fainelli wrote: > Le 04

Re: [PATCH 2/2] net: ethernet: bcmgenet: use phy_ethtool_{get|set}_link_ksettings

2016-07-10 Thread Philippe Reynes
Hi all, On 05/07/16 23:40, Ben Hutchings wrote: On Tue, 2016-07-05 at 14:15 -0700, Florian Fainelli wrote: On 07/05/2016 02:07 PM, Philippe Reynes wrote: Hi Florian, On 05/07/16 06:30, Florian Fainelli wrote: Le 04/07/2016 16:03, David Miller a écrit : From: Philippe Reynes Date: Sun, 3 J

Re: [PATCH 2/2] net: ethernet: bcmgenet: use phy_ethtool_{get|set}_link_ksettings

2016-07-07 Thread Florian Fainelli
On 07/05/2016 02:07 PM, Philippe Reynes wrote: > Hi Florian, > > On 05/07/16 06:30, Florian Fainelli wrote: >> Le 04/07/2016 16:03, David Miller a écrit : >>> From: Philippe Reynes >>> Date: Sun, 3 Jul 2016 17:33:57 +0200 >>> There are two generics functions phy_ethtool_{get|set}_link_ksetti

Re: [PATCH 2/2] net: ethernet: bcmgenet: use phy_ethtool_{get|set}_link_ksettings

2016-07-05 Thread Ben Hutchings
On Tue, 2016-07-05 at 14:15 -0700, Florian Fainelli wrote: > On 07/05/2016 02:07 PM, Philippe Reynes wrote: > > Hi Florian, > > > > On 05/07/16 06:30, Florian Fainelli wrote: > > > Le 04/07/2016 16:03, David Miller a écrit : > > > > From: Philippe Reynes > > > > Date: Sun,  3 Jul 2016 17:33:57 +02

Re: [PATCH 2/2] net: ethernet: bcmgenet: use phy_ethtool_{get|set}_link_ksettings

2016-07-05 Thread Florian Fainelli
On 07/05/2016 02:07 PM, Philippe Reynes wrote: > Hi Florian, > > On 05/07/16 06:30, Florian Fainelli wrote: >> Le 04/07/2016 16:03, David Miller a écrit : >>> From: Philippe Reynes >>> Date: Sun, 3 Jul 2016 17:33:57 +0200 >>> There are two generics functions phy_ethtool_{get|set}_link_ksetti

Re: [PATCH 2/2] net: ethernet: bcmgenet: use phy_ethtool_{get|set}_link_ksettings

2016-07-05 Thread Philippe Reynes
Hi Florian, On 05/07/16 06:30, Florian Fainelli wrote: Le 04/07/2016 16:03, David Miller a écrit : From: Philippe Reynes Date: Sun, 3 Jul 2016 17:33:57 +0200 There are two generics functions phy_ethtool_{get|set}_link_ksettings, so we can use them instead of defining the same code in the dri

Re: [PATCH 2/2] net: ethernet: bcmgenet: use phy_ethtool_{get|set}_link_ksettings

2016-07-04 Thread Florian Fainelli
Le 04/07/2016 16:03, David Miller a écrit : > From: Philippe Reynes > Date: Sun, 3 Jul 2016 17:33:57 +0200 > >> There are two generics functions phy_ethtool_{get|set}_link_ksettings, >> so we can use them instead of defining the same code in the driver. >> >> Signed-off-by: Philippe Reynes > >

Re: [PATCH 2/2] net: ethernet: bcmgenet: use phy_ethtool_{get|set}_link_ksettings

2016-07-04 Thread David Miller
From: Philippe Reynes Date: Sun, 3 Jul 2016 17:33:57 +0200 > There are two generics functions phy_ethtool_{get|set}_link_ksettings, > so we can use them instead of defining the same code in the driver. > > Signed-off-by: Philippe Reynes Applied.

[PATCH 2/2] net: ethernet: bcmgenet: use phy_ethtool_{get|set}_link_ksettings

2016-07-03 Thread Philippe Reynes
There are two generics functions phy_ethtool_{get|set}_link_ksettings, so we can use them instead of defining the same code in the driver. Signed-off-by: Philippe Reynes --- drivers/net/ethernet/broadcom/genet/bcmgenet.c | 28 +-- 1 files changed, 2 insertions(+), 26 deleti