From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bryan Whitehead Subject: [PATCH v3 net-next 0/8] lan743x: Add features to lan743x driver Date: Wed, 18 Jul 2018 17:04:30 -0400 Message-ID: <1531947878-9758-1-git-send-email-Bryan.Whitehead@microchip.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , To: Return-path: Received: from esa1.microchip.iphmx.com ([68.232.147.91]:53857 "EHLO esa1.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726680AbeGRVsL (ORCPT ); Wed, 18 Jul 2018 17:48:11 -0400 Sender: netdev-owner@vger.kernel.org List-ID: This patch series adds extra features to the lan743x driver. Updates for V3: Removed patch 9 from this series, regarding PTP support. Patch 6/8 - Add call to phy_ethtool_get_wol to lan743x_ethtool_get_wol. Patch 7/8 - Add call to phy_ethtool_set_eee on (!eee->eee_enabled). Updates for V2: Patch 3/9 - Used ARRAY_SIZE macro in lan743x_ethtool_get_ethtool_stats. Patch 5/9 - Used MAX_EEPROM_SIZE in lan743x_ethtool_set_eeprom. Patch 6/9 - Removed unnecessary read of PMT_CTL. Used CRC algorithm from lib. Removed PHY interrupt settings from lan743x_pm_suspend Change "#if CONFIG_PM" to "#ifdef CONFIG_PM" Bryan Whitehead (8): 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 drivers/net/ethernet/microchip/Makefile | 2 +- drivers/net/ethernet/microchip/lan743x_ethtool.c | 708 +++++++++++++++++++++++ drivers/net/ethernet/microchip/lan743x_ethtool.h | 11 + drivers/net/ethernet/microchip/lan743x_main.c | 212 ++++++- drivers/net/ethernet/microchip/lan743x_main.h | 133 +++++ 5 files changed, 1062 insertions(+), 4 deletions(-) create mode 100644 drivers/net/ethernet/microchip/lan743x_ethtool.c create mode 100644 drivers/net/ethernet/microchip/lan743x_ethtool.h -- 2.7.4