Message ID | 20240425102038.1995252-1-c-vankar@ti.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id F28B3C4345F for <linux-arm-kernel@archiver.kernel.org>; Thu, 25 Apr 2024 10:20:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=OgsJN6GE+itiJ1WoPVaeUH8mFQ2v28olqQLlr7191kg=; b=Hkm9szS68vYNRP 8qrriP9bLH+6axI0Q3E0DQo1cH/bbaGR6ljf7qZxox2GLN5p8VDgKDZVnS2L/rRrgykeWXOjDRcHg 5mUUCr7Czw5MNGq4bUr0kHYeQ4UQtymDT/IQGkwD4moFR95rHkKwJ5WK04Hda+8hwT5zAwok7dXNd yjlq3afdxLCe4cHDjWMC9HK/y++gdpTu8LEDIKxGBogY/E6Mi6LofaCRxvKcJUhzZwSgzKwBIm0j8 2ZsF2BqWrn/ZBbqn6UKYNdU2P6hw1S7M8LQ+pqr0Z+Afz1qp11oBWtP+wjP1seqv5Yuh1s7Xz76/2 JYy6u3AY20lXj8JbUuNw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rzwDf-00000007oGV-3Luo; Thu, 25 Apr 2024 10:20:47 +0000 Received: from lelv0142.ext.ti.com ([198.47.23.249]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rzwDc-00000007oF2-2cmd for linux-arm-kernel@lists.infradead.org; Thu, 25 Apr 2024 10:20:46 +0000 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 43PAKfqL122853; Thu, 25 Apr 2024 05:20:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1714040441; bh=jx0wZ+Xj9hfZLPL5M0DAVCFD8HH/8ENzF9Ty3x44gcs=; h=From:To:CC:Subject:Date; b=pQrMK/mEB2Yf2073TCol9SbE/uBrkElKHiIOJpLr68UBdDzBLQWabdXgkqnzGHBpg 8vKr1wy7jxodX26dBTzEE+VwdFd/uciXgzp+KDWBJXyImyuN6pKVlQZG/oAvHkef4L X0jm6x1XjrAW0ID0mmldPsYZFpp80w7CowSgA/34= Received: from DFLE107.ent.ti.com (dfle107.ent.ti.com [10.64.6.28]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 43PAKf1q021883 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 25 Apr 2024 05:20:41 -0500 Received: from DFLE103.ent.ti.com (10.64.6.24) by DFLE107.ent.ti.com (10.64.6.28) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 25 Apr 2024 05:20:40 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DFLE103.ent.ti.com (10.64.6.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 25 Apr 2024 05:20:40 -0500 Received: from localhost (chintan-thinkstation-p360-tower.dhcp.ti.com [172.24.227.220]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 43PAKeax002339; Thu, 25 Apr 2024 05:20:40 -0500 From: Chintan Vankar <c-vankar@ti.com> To: Conor Dooley <conor+dt@kernel.org>, Krzysztof Kozlowski <krzk+dt@kernel.org>, Rob Herring <robh@kernel.org>, Tero Kristo <kristo@kernel.org>, Vignesh Raghavendra <vigneshr@ti.com>, Nishanth Menon <nm@ti.com>, <s-vadapalli@ti.com>, <srk@ti.com>, <danishanwar@ti.com>, <r-gunasekaran@ti.com> CC: <linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>, <linux-arm-kernel@lists.infradead.org>, Chintan Vankar <c-vankar@ti.com> Subject: [PATCH v2 0/2] Add support for CPSW3G port 2 on AM62A7-SK Date: Thu, 25 Apr 2024 15:50:36 +0530 Message-ID: <20240425102038.1995252-1-c-vankar@ti.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240425_032044_735990_6BCF81F8 X-CRM114-Status: GOOD ( 13.75 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
Add support for CPSW3G port 2 on AM62A7-SK
|
expand
|