From patchwork Thu Jun 16 04:12:22 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Raju Lakkaraju - I30499 X-Patchwork-Id: 12883298 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 81F92C433EF for ; Thu, 16 Jun 2022 04:12:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1358634AbiFPEMo (ORCPT ); Thu, 16 Jun 2022 00:12:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55514 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240761AbiFPEMm (ORCPT ); Thu, 16 Jun 2022 00:12:42 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9EB3A6571; Wed, 15 Jun 2022 21:12:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1655352759; x=1686888759; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=GcfUXG/FlEauPLRxyyqrtpSCMoY7Lx2968tA2aSM+4I=; b=ZUnom+SHyh5EzHiX0CKFK2YKifqP7kYgJt0CVGhaIJ1MevCKHwlhdymR +p+mKqQCma/3FWJUS1XKKGugGlBVbpLndd+4thyNgSaW96s6VH6w/zZtv HtPnAiG/jmSoRtOcH/9R7x/8hvv0yygCPZtaX/GiimkllW9cLrvg62s4C JxHCu7FWz8deEd8iVYHiVpqmlCzhQfB/f6XuRStVN/Zjvuo6afU5+TtHQ NEUBgxLUYZXx2z4P5J8N2BPdw55/CshF8JC4GW8RbKZcvw5oZElGGRrQd Bdaj1fnnq7FcfEnATlsrOi3idFOW/20ebwGutiPbEGLa5Bc9am+p+u0sz A==; X-IronPort-AV: E=Sophos;i="5.91,304,1647327600"; d="scan'208";a="160559990" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa4.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 15 Jun 2022 21:12:38 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.17; Wed, 15 Jun 2022 21:12:36 -0700 Received: from localhost.localdomain (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2375.17 via Frontend Transport; Wed, 15 Jun 2022 21:12:32 -0700 From: Raju Lakkaraju To: , , , CC: , , , , , Subject: [PATCH net-next V2 0/4] net: lan743x: PCI11010 / PCI11414 devices Enhancements Date: Thu, 16 Jun 2022 09:42:22 +0530 Message-ID: <20220616041226.26996-1-Raju.Lakkaraju@microchip.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org This patch series continues with the addition of supported features for the Ethernet function of the PCI11010 / PCI11414 devices to the LAN743x driver. Raju Lakkaraju (4): net: lan743x: Add support to LAN743x register dump net: lan743x: Add support to Secure-ON WOL net: lan743x: Add support to SGMII 1G and 2.5G net: phy: add support to get Master-Slave configuration .../net/ethernet/microchip/lan743x_ethtool.c | 63 ++- .../net/ethernet/microchip/lan743x_ethtool.h | 26 ++ drivers/net/ethernet/microchip/lan743x_main.c | 378 +++++++++++++++++- drivers/net/ethernet/microchip/lan743x_main.h | 106 +++++ drivers/net/phy/mxl-gpy.c | 3 + 5 files changed, 567 insertions(+), 9 deletions(-)