Merge branch 'sfc-ethtool-for-EF100-and-related-improvements'
authorJakub Kicinski <kuba@kernel.org>
Mon, 7 Sep 2020 21:49:14 +0000 (14:49 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 7 Sep 2020 21:49:21 +0000 (14:49 -0700)
commit14e9e262119e5517d4815b9b92860172aba6a969
tree1570d14255127ff410973c7bdf1a55cdec8a7520
parent30ebaf8e638701bebbc2703159f4d86982ea0430
parent08bdbcae290ba89fe451b3a186d7c1409397838d
Merge branch 'sfc-ethtool-for-EF100-and-related-improvements'

Edward Cree says:

====================
sfc: ethtool for EF100 and related improvements

This series adds the ethtool support to the EF100 driver that was held
 back from the original submission as the lack of phy_ops caused issues.
Patch #2, removing the phy_op indirection, deals with this.  There are a
 lot of checkpatch warnings / xmastree violations but they're all in
 pure code movement so I've left the code as it is.
While patch #1 is technically a fix and possibly could go to 'net', I've
 put it in this series since it only becomes triggerable with the added
 'ethtool --reset' support.
====================

Signed-off-by: Jakub Kicinski <kuba@kernel.org>