Message ID | 20231017094208.4956-1-Raju.Lakkaraju@microchip.com (mailing list archive) |
---|---|
Headers | show
Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 65A2A3F4D1 for <netdev@vger.kernel.org>; Tue, 17 Oct 2023 09:43:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=microchip.com header.i=@microchip.com header.b="DJRrXWf3" Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E12B998; Tue, 17 Oct 2023 02:43:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1697535809; x=1729071809; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=aA+396/l67uMfrVCyXw8FN73UoV7n1BkXMcRb+xZZuo=; b=DJRrXWf3mpLUJBVNbQiv5TbIIey2dBeOGaAiN4BQMxbhdwhZiVKqhb+u tLSyjz7QAAVPRUnUgK3fI2xlMO51MrrYTICpM7+Ti57xhYSBVi+9b7FLw /X0Dn+daDtHRIxcpqOkIkFIAwrAwEhGWiCW/guQmEcUqkHADQXwgjt7B1 81Z18NEtYNePnclr31woJ/LEivsq8AcHIO7X9BFyNMQ46W/HvGZrPEbnf ci3MPrxKsqbSym3g6D3YX/cDnwSWsYAWLKDSO7XvovrNNlezxnnNmfyT0 G90lnejKTQi/B1RJLgbf4mT5ctUEjL5XUVdLsVnk7XOwzIS/SkQ6NWDRn w==; X-CSE-ConnectionGUID: EEbPSG5+T0W6T1Zrb5aZ6A== X-CSE-MsgGUID: ZZ3vNBvmREq0+76behTLNw== X-ThreatScanner-Verdict: Negative X-IronPort-AV: E=Sophos;i="6.03,231,1694761200"; d="scan'208";a="10101600" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa4.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 17 Oct 2023 02:43:29 -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.21; Tue, 17 Oct 2023 02:43:19 -0700 Received: from HYD-DK-UNGSW21.microchip.com (10.10.85.11) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2507.21 via Frontend Transport; Tue, 17 Oct 2023 02:43:16 -0700 From: Raju Lakkaraju <Raju.Lakkaraju@microchip.com> To: <netdev@vger.kernel.org> CC: <davem@davemloft.net>, <kuba@kernel.org>, <Bryan.Whitehead@microchip.com>, <linux-kernel@vger.kernel.org>, <andrew@lunn.ch>, <linux@armlinux.org.uk>, <UNGLinuxDriver@microchip.com> Subject: [PATCH net-next V1 0/7] Add support to PHYLINK and SFP for PCI11x1x chips Date: Tue, 17 Oct 2023 15:12:01 +0530 Message-ID: <20231017094208.4956-1-Raju.Lakkaraju@microchip.com> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: <netdev.vger.kernel.org> List-Subscribe: <mailto:netdev+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:netdev+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, RCVD_IN_DNSWL_BLOCKED,RCVD_IN_MSPIKE_H5,RCVD_IN_MSPIKE_WL, SPF_HELO_PASS,SPF_NONE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net X-Patchwork-Delegate: kuba@kernel.org |
Series |
Add support to PHYLINK and SFP for PCI11x1x chips
|
expand
|