mbox series

[net-next,v2,0/2] net: add remote fault support

Message ID 20220608122322.772950-1-o.rempel@pengutronix.de (mailing list archive)
Headers show
Series net: add remote fault support | expand

Message

Oleksij Rempel June 8, 2022, 12:23 p.m. UTC
changes v2:
- add missing genphy_c45_aneg_done_lp_clean() patch

Oleksij Rempel (2):
  net: phy: move common code to separate genphy_c45_aneg_done_lp_clean()
    function
  net: phy: add remote fault support

 Documentation/networking/ethtool-netlink.rst |  2 +
 drivers/net/phy/phy-c45.c                    | 78 ++++++++++-------
 drivers/net/phy/phy.c                        |  4 +
 include/linux/phy.h                          |  5 ++
 include/uapi/linux/ethtool.h                 | 46 +++++++++-
 include/uapi/linux/ethtool_netlink.h         |  2 +
 net/ethtool/ioctl.c                          |  6 ++
 net/ethtool/linkmodes.c                      | 88 +++++++++++++++++++-
 net/ethtool/netlink.h                        |  2 +-
 9 files changed, 199 insertions(+), 34 deletions(-)

Comments

Andrew Lunn June 8, 2022, 1:08 p.m. UTC | #1
On Wed, Jun 08, 2022 at 02:23:20PM +0200, Oleksij Rempel wrote:
> changes v2:
> - add missing genphy_c45_aneg_done_lp_clean() patch

FYI:

It will be the weekend before i get to reviewing patches.

   Andrew