From mboxrd@z Thu Jan 1 00:00:00 1970 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 69B30ECAAD8 for ; Fri, 16 Sep 2022 08:23:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230331AbiIPIXv (ORCPT ); Fri, 16 Sep 2022 04:23:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46728 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229648AbiIPIXm (ORCPT ); Fri, 16 Sep 2022 04:23:42 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8B1E9A4B2E; Fri, 16 Sep 2022 01:23:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1663316619; x=1694852619; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=eAuJ6AUb+efqmaesy69my2y8iGjUfbGvTpufN8/32lc=; b=y/I5uWXwBOyIelRUU34w2OExIbku2/Tn8293NSUzR852pcAHDDWxcALa Ozsta3f4tyx88Ixij3Enz+u7e4bUORgEOPm2RO1OSGbn2TvTRHH9kojw5 O0d4memcpB1kuLMIFfo1Tq/XPyMu4s3zU1kxn5feRm0jfaNISeDO/Ik08 B4WLA3ZpdHH/6c0eLgFGrsBVq8W9aXR5lpk1u6KPTis84mHz8z5uklEIF yA3EmcAEdVhe/QEqE+YZfihJ7evGG5OTR9Wed3CwQeJXqD5ACmC/3jAsJ u6mSi90+bxTuiEYFpeWMTibX0NE10rl4chf9RUen7aAag0hCd/UHwa8fg w==; X-IronPort-AV: E=Sophos;i="5.93,320,1654585200"; d="scan'208";a="174167157" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa4.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 16 Sep 2022 01:23:37 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.12; Fri, 16 Sep 2022 01:23:34 -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.2507.12 via Frontend Transport; Fri, 16 Sep 2022 01:23:31 -0700 From: Raju Lakkaraju To: CC: , , , , , , , Subject: [PATCH net-next 0/2] net: lan743x: PCI11010 / PCI11414 devices Enhancements Date: Fri, 16 Sep 2022 13:53:25 +0530 Message-ID: <20220916082327.370579-1-Raju.Lakkaraju@microchip.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series address the Remove PTP_PF_EXTTS support for non-PCI11x1x devices and Add support to SGMII register dump Raju Lakkaraju (2): net: lan743x: Remove PTP_PF_EXTTS support for non-PCI11x1x devices net: lan743x: Add support to SGMII register dump for PCI11010/PCI11414 chips .../net/ethernet/microchip/lan743x_ethtool.c | 136 +++++++++++++++++- .../net/ethernet/microchip/lan743x_ethtool.h | 70 +++++++++ drivers/net/ethernet/microchip/lan743x_main.c | 16 +++ drivers/net/ethernet/microchip/lan743x_main.h | 9 +- drivers/net/ethernet/microchip/lan743x_ptp.c | 7 + 5 files changed, 235 insertions(+), 3 deletions(-) -- 2.25.1