netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 net-next 0/9] lan743x: Add features to lan743x driver.
@ 2018-07-05 16:39 Bryan Whitehead
  2018-07-05 16:39 ` [PATCH v1 net-next 1/9] lan743x: Add support for ethtool get_drvinfo Bryan Whitehead
                   ` (8 more replies)
  0 siblings, 9 replies; 22+ messages in thread
From: Bryan Whitehead @ 2018-07-05 16:39 UTC (permalink / raw)
  To: davem; +Cc: netdev, UNGLinuxDriver

This patch series adds extra features to the lan743x driver.

Bryan Whitehead (9):
  lan743x: Add support for ethtool get_drvinfo
  lan743x: Add support for ethtool link settings
  lan743x: Add support for ethtool statistics
  lan743x: Add support for ethtool message level
  lan743x: Add support for ethtool eeprom access
  lan743x: Add power management support
  lan743x: Add EEE support
  lan743x: Add RSS support
  lan743x: Add PTP support

 drivers/net/ethernet/microchip/Makefile          |    2 +-
 drivers/net/ethernet/microchip/lan743x_ethtool.c |  734 +++++++++++++
 drivers/net/ethernet/microchip/lan743x_ethtool.h |   11 +
 drivers/net/ethernet/microchip/lan743x_main.c    |  319 +++++-
 drivers/net/ethernet/microchip/lan743x_main.h    |  229 ++++-
 drivers/net/ethernet/microchip/lan743x_ptp.c     | 1194 ++++++++++++++++++++++
 drivers/net/ethernet/microchip/lan743x_ptp.h     |   78 ++
 7 files changed, 2559 insertions(+), 8 deletions(-)
 create mode 100644 drivers/net/ethernet/microchip/lan743x_ethtool.c
 create mode 100644 drivers/net/ethernet/microchip/lan743x_ethtool.h
 create mode 100644 drivers/net/ethernet/microchip/lan743x_ptp.c
 create mode 100644 drivers/net/ethernet/microchip/lan743x_ptp.h

-- 
2.7.4

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2018-07-09 20:35 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-05 16:39 [PATCH v1 net-next 0/9] lan743x: Add features to lan743x driver Bryan Whitehead
2018-07-05 16:39 ` [PATCH v1 net-next 1/9] lan743x: Add support for ethtool get_drvinfo Bryan Whitehead
2018-07-05 17:12   ` Andrew Lunn
2018-07-05 19:07     ` Bryan.Whitehead
2018-07-05 16:39 ` [PATCH v1 net-next 2/9] lan743x: Add support for ethtool link settings Bryan Whitehead
2018-07-05 16:39 ` [PATCH v1 net-next 3/9] lan743x: Add support for ethtool statistics Bryan Whitehead
2018-07-05 17:20   ` Andrew Lunn
2018-07-05 19:09     ` Bryan.Whitehead
2018-07-05 16:39 ` [PATCH v1 net-next 4/9] lan743x: Add support for ethtool message level Bryan Whitehead
2018-07-05 16:39 ` [PATCH v1 net-next 5/9] lan743x: Add support for ethtool eeprom access Bryan Whitehead
2018-07-05 17:28   ` Andrew Lunn
2018-07-05 19:11     ` Bryan.Whitehead
2018-07-05 16:39 ` [PATCH v1 net-next 6/9] lan743x: Add power management support Bryan Whitehead
2018-07-05 17:37   ` Andrew Lunn
2018-07-05 19:29     ` Bryan.Whitehead
2018-07-06 13:57   ` kbuild test robot
2018-07-05 16:39 ` [PATCH v1 net-next 7/9] lan743x: Add EEE support Bryan Whitehead
2018-07-05 16:39 ` [PATCH v1 net-next 8/9] lan743x: Add RSS support Bryan Whitehead
2018-07-05 16:39 ` [PATCH v1 net-next 9/9] lan743x: Add PTP support Bryan Whitehead
2018-07-06 21:07   ` kbuild test robot
2018-07-06 21:24   ` Richard Cochran
2018-07-09 20:35     ` Bryan.Whitehead

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).