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

2016-05-16 Thread David Miller
From: Philippe Reynes Date: Mon, 16 May 2016 01:30:09 +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.

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

2016-05-16 Thread Claudiu Manoil
>-Original Message- >From: Philippe Reynes [mailto:trem...@gmail.com] >Sent: Monday, May 16, 2016 2:30 AM >To: claudiu.man...@freescale.com; da...@davemloft.net >Cc: netdev@vger.kernel.org; linux-ker...@vger.kernel.org; Philippe Reynes > >Subject: [PATCH 2/2] net: e

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

2016-05-15 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/freescale/gianfar_ethtool.c | 27 + 1 files changed, 2 insertions(+), 25 deleti