Message ID | 20240501124319.ake5j2oc5pbnn5nb@contour (mailing list archive) |
---|---|
State | New, archived |
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 37347C4345F for <linux-arm-kernel@archiver.kernel.org>; Wed, 1 May 2024 12:43:38 +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-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: MIME-Version:Message-ID:Subject:CC:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=Z+thGajsSys6RAkgAT2ctEFYkjNedJHZVhdDjnD4UxE=; b=QE+ CQ7Dex1EAmI/zga6Bdua84oeUMLRt9fKJCfumZCO+uj6BuGDL8MHutI+IfzcZ2jKSe8ot8StufWUj hkHG4Ic7P7lfN7p2T3beIGfroQ2/Uf6DgpTxUnYJgCw5xIhObhNcOZ4kf5NrIsXUfOAgGzprq7YWf 64/xvd/oXbC/SK9ay75r3dwJy/pBQ2Gr+SsXIUZ01MnpoNNIO+/gJTX7BVC3cXI9+Nt55r2+I1bnS Al9VgB2J5Y6AFejNBPs3EC5PloT785QImYV9w1BU+tBLzY5/HJjwmsF2h78MLdeDdT0d5J3FwUpDz h++E0dIRwRGVSfP7+K+caFxyVKp+OGg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1s29J2-00000009XGI-1LYX; Wed, 01 May 2024 12:43:28 +0000 Received: from lelv0143.ext.ti.com ([198.47.23.248]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1s29Iz-00000009XF7-1l39 for linux-arm-kernel@lists.infradead.org; Wed, 01 May 2024 12:43:27 +0000 Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 441ChJkQ074427; Wed, 1 May 2024 07:43:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1714567399; bh=eEZ4BDEg7x2nO8XPyZ9LA6BdNAGNNb3ynVqcIlv0zAk=; h=Date:From:To:CC:Subject; b=RUbLiaHjzTqprB+ujBfewHV/j0LGFd5gpXY8PYAORVOId8FkGqbVH8XEt/ZNF6PcO yuK99zKztTkFML2UtlzC++9/QhP6/WgwhH55wLW8fcl4CifOZKuDC/WlY/1rMmPpO9 bcLJ4vyM5UP71lELxjyh8oDupABbi/cDIlAFgV84= Received: from DFLE113.ent.ti.com (dfle113.ent.ti.com [10.64.6.34]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 441ChJl3106358 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 1 May 2024 07:43:19 -0500 Received: from DFLE115.ent.ti.com (10.64.6.36) by DFLE113.ent.ti.com (10.64.6.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Wed, 1 May 2024 07:43:19 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DFLE115.ent.ti.com (10.64.6.36) 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; Wed, 1 May 2024 07:43:19 -0500 Received: from localhost (uda0133052.dhcp.ti.com [128.247.81.232]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 441ChJ6A020280; Wed, 1 May 2024 07:43:19 -0500 Date: Wed, 1 May 2024 07:43:19 -0500 From: Nishanth Menon <nm@ti.com> To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>, <arm@kernel.org>, <soc@kernel.org> CC: Tero Kristo <kristo@kernel.org>, <linux-arm-kernel@lists.infradead.org>, <linux-kernel@vger.kernel.org>, Vignesh Raghavendra <vigneshr@ti.com>, Nishanth Menon <nm@ti.com> Subject: [GIT PULL 3/3] arm64: dts: TI K3 updates for v6.10 Message-ID: <20240501124319.ake5j2oc5pbnn5nb@contour> 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-20240501_054325_597819_A3F8CE78 X-CRM114-Status: GOOD ( 19.34 ) 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: multipart/mixed; boundary="===============2375979617810028029==" 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 |
[GIT,PULL,1/3] soc: ti: Driver updates for v6.7
|
expand
|