]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'phy_ksettings'
authorDavid S. Miller <davem@davemloft.net>
Tue, 10 May 2016 19:06:21 +0000 (15:06 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 10 May 2016 19:06:21 +0000 (15:06 -0400)
commitc90d2bd1d323fe88f721d2984993cae3fb91b2fe
treeef31fbbd76a411f195c5065a226c41b18ef7b2fb
parent1511c455c48796e1740ae9b47e65f591aef43153
parentd60ead8c647851226dbf2a67f5eb49499b594a9d
Merge branch 'phy_ksettings'

Philippe Reynes says:

====================
net: phy: add phy_ethtool_{get|set}_link_ksettings

Ethtool callbacks {get|set}_link_ksettings may be the
same for many drivers. So we add two generics callbacks
phy_ethtool_{get|set}_link_ksettings.

To use those generics callbacks, the ethernet driver must
use the pointer phydev contained in struct net_device, and
not use a private structure to store this pointer.

Changelog:
v3:
- rename function to phy_ethtool_{get|set}_link_ksettings
- move code to net/phy/phy.c
  This feedback were provided by David Decotigny
v2:
- use generic function instead of macro
- ethernet driver use the pointer phydev provided by struct net_device
  Those idea were provided by Ben Hutchings,
  and Florian Fainelli acknowledge them.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>