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 D457AC64EC4 for ; Thu, 9 Mar 2023 06:23:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229995AbjCIGXP (ORCPT ); Thu, 9 Mar 2023 01:23:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44840 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229945AbjCIGW7 (ORCPT ); Thu, 9 Mar 2023 01:22:59 -0500 Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1668919B0 for ; Wed, 8 Mar 2023 22:22:53 -0800 (PST) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 3296MfrU086170; Thu, 9 Mar 2023 00:22:41 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1678342961; bh=KNT+wy4RDHbbcn7KtlaJoGk0uuKRypZmes/R0EO1Tig=; h=From:To:CC:Subject:Date; b=lH43B+H8U9CmZO7o4t1rR2bcptNaQK09e44ygjm7JDTYtIfeTadCCG5spOvvuwxkO /IGzEDioqwjdBBNso6O3fm1oOS74GOXstXfgs507vNumZAYomzMPh1pDBnh6J/1y/2 uXtSzT9Bi/AKA3ZXz4gDjP8LkfGzb+obLugXr8DY= Received: from DLEE106.ent.ti.com (dlee106.ent.ti.com [157.170.170.36]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 3296MfOV004272 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 9 Mar 2023 00:22:41 -0600 Received: from DLEE100.ent.ti.com (157.170.170.30) by DLEE106.ent.ti.com (157.170.170.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Thu, 9 Mar 2023 00:22:41 -0600 Received: from fllv0039.itg.ti.com (10.64.41.19) by DLEE100.ent.ti.com (157.170.170.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Thu, 9 Mar 2023 00:22:41 -0600 Received: from uda0492258.dhcp.ti.com (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 3296Mca1088683; Thu, 9 Mar 2023 00:22:38 -0600 From: Siddharth Vadapalli To: , , CC: , , , , Subject: [PATCH 0/3] PHY-GMII-SEL: Add support for SGMII mode Date: Thu, 9 Mar 2023 11:52:34 +0530 Message-ID: <20230309062237.389444-1-s-vadapalli@ti.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, This series adds support to configure the CPSW MAC's PHY in SGMII mode. Also, SGMII mode is enabled for TI's J7200 and J721E SoCs. Siddharth Vadapalli (3): phy: ti: phy-gmii-sel: Add support for SGMII mode phy: ti: gmii-sel: Enable SGMII mode for J7200 phy: ti: gmii-sel: Enable SGMII mode for J721E drivers/phy/ti/phy-gmii-sel.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) -- 2.25.1