Re: [PATCH net-next 2/5] ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLE

2016-11-04 Thread Allan W. Nielsen
On 04/11/16 13:13, Andrew Lunn wrote: > On Fri, Nov 04, 2016 at 11:35:39AM +0100, Allan W. Nielsen wrote: > > From: Raju Lakkaraju > > > > Adding get_tunable/set_tunable function pointer to the phy_driver > > structure, and uses these function pointers to implement the > > ETHTOOL_PHY_GTUNABLE/ETH

Re: [PATCH net-next 2/5] ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLE

2016-11-04 Thread Andrew Lunn
On Fri, Nov 04, 2016 at 11:35:39AM +0100, Allan W. Nielsen wrote: > From: Raju Lakkaraju > > Adding get_tunable/set_tunable function pointer to the phy_driver > structure, and uses these function pointers to implement the > ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLE ioctls. Hi Allan For consiste

[PATCH net-next 2/5] ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLE

2016-11-04 Thread Allan W. Nielsen
From: Raju Lakkaraju Adding get_tunable/set_tunable function pointer to the phy_driver structure, and uses these function pointers to implement the ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLE ioctls. Signed-off-by: Raju Lakkaraju Signed-off-by: Allan W. Nielsen --- include/linux/phy.h | 7