Message ID | 20230414105225.194195-1-n-francis@ti.com |
---|---|
Headers | show
Return-Path: <devicetree-owner@vger.kernel.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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE8E4C77B6F for <linux-devicetree@archiver.kernel.org>; Fri, 14 Apr 2023 10:52:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229797AbjDNKwt (ORCPT <rfc822;linux-devicetree@archiver.kernel.org>); Fri, 14 Apr 2023 06:52:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55496 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230200AbjDNKwq (ORCPT <rfc822;devicetree@vger.kernel.org>); Fri, 14 Apr 2023 06:52:46 -0400 Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C95E749E3; Fri, 14 Apr 2023 03:52:44 -0700 (PDT) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 33EAqTfk050230; Fri, 14 Apr 2023 05:52:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1681469549; bh=gXHlTLHMhCpA2CPdobmUa19vBRFU9p8ydVXafd7CETo=; h=From:To:CC:Subject:Date; b=ON/OWQqJGFCTCZ9BblZLXcfmwGdD3yexI1kcT4p9vt+ei8y4dj6NkHzmzesKHnV42 Fv5f9ExAaSfLlHgtNxJDbITECPyH7XIWcX7zOJZgYX48Lp2B9LGr4gTxn7JZ4zab0f OEhU1R3u9MHjE8C+4UhKv7rKbQmxxDz6gBguSxlk= Received: from DFLE104.ent.ti.com (dfle104.ent.ti.com [10.64.6.25]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 33EAqTVQ114075 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 14 Apr 2023 05:52:29 -0500 Received: from DFLE105.ent.ti.com (10.64.6.26) by DFLE104.ent.ti.com (10.64.6.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Fri, 14 Apr 2023 05:52:28 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) 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.2507.16 via Frontend Transport; Fri, 14 Apr 2023 05:52:28 -0500 Received: from ula0497641.dhcp.ti.com (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 33EAqPpe077262; Fri, 14 Apr 2023 05:52:26 -0500 From: Neha Malcom Francis <n-francis@ti.com> To: <u-boot@lists.denx.de>, <robh+dt@kernel.org>, <krzysztof.kozlowski+dt@linaro.org>, <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>, <linux-arm-kernel@lists.infradead.org> CC: <n-francis@ti.com>, <nm@ti.com>, <vigneshr@ti.com>, <u-kumar1@ti.com> Subject: [PATCH 0/3] Add support for ESM Date: Fri, 14 Apr 2023 16:22:22 +0530 Message-ID: <20230414105225.194195-1-n-francis@ti.com> X-Mailer: git-send-email 2.34.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: <devicetree.vger.kernel.org> X-Mailing-List: devicetree@vger.kernel.org |
Series | Add support for ESM | expand |