Message ID | 20210729224621.2295-1-s-anna@ti.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-omap-owner@kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-14.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7F9C4C4320E for <linux-omap@archiver.kernel.org>; Thu, 29 Jul 2021 22:46:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 63C1460F5E for <linux-omap@archiver.kernel.org>; Thu, 29 Jul 2021 22:46:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233855AbhG2Wqk (ORCPT <rfc822;linux-omap@archiver.kernel.org>); Thu, 29 Jul 2021 18:46:40 -0400 Received: from fllv0015.ext.ti.com ([198.47.19.141]:35856 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232996AbhG2Wqj (ORCPT <rfc822;linux-omap@vger.kernel.org>); Thu, 29 Jul 2021 18:46:39 -0400 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 16TMkL6e128780; Thu, 29 Jul 2021 17:46:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1627598781; bh=4dtShpLKI+Afxi+AEYrCfFFpkX3U+9kF5fpsVZdjeU4=; h=From:To:CC:Subject:Date; b=NVt9mwkzHakOGBjQM5Xg/csWcitdC0/ZA9Fog2eob9Z/XzpzbHPSxg7V5ryCThLOl bQaN91CL5hqU1jdqsNfHWg8lgOBUIQ05L1ubxivfsvSmLmyZss7t/Oc5VIbinWl3ro 1bd17vUjrznf14tB8ufBIatAi92eQ/mZxdTZlBQE= Received: from DFLE105.ent.ti.com (dfle105.ent.ti.com [10.64.6.26]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 16TMkLlQ010646 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 29 Jul 2021 17:46:21 -0500 Received: from DFLE109.ent.ti.com (10.64.6.30) by DFLE105.ent.ti.com (10.64.6.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Thu, 29 Jul 2021 17:46:21 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2 via Frontend Transport; Thu, 29 Jul 2021 17:46:21 -0500 Received: from lelv0597.itg.ti.com (lelv0597.itg.ti.com [10.181.64.32]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 16TMkL8c076769; Thu, 29 Jul 2021 17:46:21 -0500 Received: from localhost ([10.250.38.176]) by lelv0597.itg.ti.com (8.14.7/8.14.7) with ESMTP id 16TMkLc7016249; Thu, 29 Jul 2021 17:46:21 -0500 From: Suman Anna <s-anna@ti.com> To: Tony Lindgren <tony@atomide.com> CC: Grygorii Strashko <grygorii.strashko@ti.com>, Kishon Vijay Abraham I <kishon@ti.com>, Lokesh Vutla <lokeshvutla@ti.com>, Vignesh Raghavendra <vigneshr@ti.com>, <linux-omap@vger.kernel.org>, <linux-arm-kernel@lists.infradead.org>, <devicetree@vger.kernel.org>, Suman Anna <s-anna@ti.com> Subject: [PATCH 00/11] Add PRU-ICSS nodes on AM335x, AM437x & AM57xx SoCs Date: Thu, 29 Jul 2021 17:46:10 -0500 Message-ID: <20210729224621.2295-1-s-anna@ti.com> X-Mailer: git-send-email 2.32.0 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: <linux-omap.vger.kernel.org> X-Mailing-List: linux-omap@vger.kernel.org |
Series |
Add PRU-ICSS nodes on AM335x, AM437x & AM57xx SoCs
|
expand
|
* Suman Anna <s-anna@ti.com> [210729 22:46]: > Patches are on top of 5.14-rc3 (should apply cleanly on 5.14-rc1 as > well), as I had to use that version due to some Ethernet issues for NFS. > > Let me know if you prefer the AM57 style of a separate dtsi file for > PRUSS, and I can repost these quickly. Thanks looks good to me, applied to omap-for-v5.15/dt. Regards, Tony