Message ID | 1549290167-876-1-git-send-email-rogerq@ti.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-remoteproc-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 945A51390 for <patchwork-linux-remoteproc@patchwork.kernel.org>; Mon, 4 Feb 2019 14:23:53 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 85152286A8 for <patchwork-linux-remoteproc@patchwork.kernel.org>; Mon, 4 Feb 2019 14:23:53 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 82671288F6; Mon, 4 Feb 2019 14:23:53 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D56ED286A8 for <patchwork-linux-remoteproc@patchwork.kernel.org>; Mon, 4 Feb 2019 14:23:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728303AbfBDOXr (ORCPT <rfc822;patchwork-linux-remoteproc@patchwork.kernel.org>); Mon, 4 Feb 2019 09:23:47 -0500 Received: from lelv0142.ext.ti.com ([198.47.23.249]:59354 "EHLO lelv0142.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728066AbfBDOXr (ORCPT <rfc822;linux-remoteproc@vger.kernel.org>); Mon, 4 Feb 2019 09:23:47 -0500 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id x14EMtMx092053; Mon, 4 Feb 2019 08:22:55 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1549290175; bh=LcqTWneAKI9BZWib2GSX6vAghnTMiVoN6cqdv1Q4FZA=; h=From:To:CC:Subject:Date; b=KV+/1D+3descn9I85N4mJwd7CpFkgKjTWqPOHi9se0bO5rHZVoH0oHFtsqCxMPZJL sqEq0e9T+H8Yvf0WyeTESSiIuu8ALnE6X8nqAlGE5iXFD7F0yvgSO+1zVLJ/EfRl5A 8/VlkIoYsyABRdqbAh+CPhVDY11BIbwsufpUVonI= Received: from DFLE111.ent.ti.com (dfle111.ent.ti.com [10.64.6.32]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id x14EMtan009687 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 4 Feb 2019 08:22:55 -0600 Received: from DFLE110.ent.ti.com (10.64.6.31) by DFLE111.ent.ti.com (10.64.6.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1591.10; Mon, 4 Feb 2019 08:22:54 -0600 Received: from dflp32.itg.ti.com (10.64.6.15) by DFLE110.ent.ti.com (10.64.6.31) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1591.10 via Frontend Transport; Mon, 4 Feb 2019 08:22:54 -0600 Received: from localhost.localdomain (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id x14EMoKY012232; Mon, 4 Feb 2019 08:22:51 -0600 From: Roger Quadros <rogerq@ti.com> To: <tony@atomide.com>, <ohad@wizery.com>, <bjorn.andersson@linaro.org> CC: <s-anna@ti.com>, <david@lechnology.com>, <nsekhar@ti.com>, <t-kristo@ti.com>, <nsaulnier@ti.com>, <jreeder@ti.com>, <m-karicheri2@ti.com>, <woods.technical@gmail.com>, <linux-omap@vger.kernel.org>, <linux-remoteproc@vger.kernel.org>, <linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>, <rogerq@ti.com> Subject: [PATCH v2 00/14] Add support for TI PRU ICSS Date: Mon, 4 Feb 2019 16:22:33 +0200 Message-ID: <1549290167-876-1-git-send-email-rogerq@ti.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-remoteproc-owner@vger.kernel.org Precedence: bulk List-ID: <linux-remoteproc.vger.kernel.org> X-Mailing-List: linux-remoteproc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
Add support for TI PRU ICSS
|
expand
|