[PATCH net-next v2 0/2] provide KAPI for SQI

From: Oleksij Rempel
Date: Tue May 19 2020 - 09:14:57 EST


changes v2:
- use u32 instead of u8 for SQI
- add SQI_MAX field and callbacks
- some style fixes in the rst.
- do not convert index to shifted index.

Oleksij Rempel (2):
ethtool: provide UAPI for PHY Signal Quality Index (SQI)
net: phy: tja11xx: add SQI support

Documentation/networking/ethtool-netlink.rst | 6 ++--
drivers/net/phy/nxp-tja11xx.c | 26 ++++++++++++++
include/linux/phy.h | 2 ++
include/uapi/linux/ethtool_netlink.h | 2 ++
net/ethtool/common.c | 20 +++++++++++
net/ethtool/common.h | 2 ++
net/ethtool/linkstate.c | 38 +++++++++++++++++++-
7 files changed, 93 insertions(+), 3 deletions(-)

--
2.26.2