Message ID | 20220314170126.2333996-1-arnaud.pouliquen@foss.st.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-remoteproc-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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5B557C433F5 for <linux-remoteproc@archiver.kernel.org>; Mon, 14 Mar 2022 17:01:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233875AbiCNRDC (ORCPT <rfc822;linux-remoteproc@archiver.kernel.org>); Mon, 14 Mar 2022 13:03:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54016 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242178AbiCNRDA (ORCPT <rfc822;linux-remoteproc@vger.kernel.org>); Mon, 14 Mar 2022 13:03:00 -0400 Received: from mx07-00178001.pphosted.com (mx08-00178001.pphosted.com [91.207.212.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7D83212A93; Mon, 14 Mar 2022 10:01:50 -0700 (PDT) Received: from pps.filterd (m0046661.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 22EFVXoY028181; Mon, 14 Mar 2022 18:01:42 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=selector1; bh=FdgbXbbIob0VUo9uDWNJvJozkOm8ZjUabXR8n6veSEA=; b=TyUKP3Hz7s+pTYvoRAVFD9SumqzIA2nuCU+Lnd1yrFNNmVyPhAoKWhG247zCvVEbhIq/ ZK7FmC/KsfqxefRfhumH/IYCSyYKCcAPhJdTjIZA7yKieK23xjxvR8KovJhGh8oJ+g76 OtMx5DbIOs6tLKOeqhv7n52fQMBvD7KB50lDH0oQM6FPg8Ncx609SuWpxm5fvSd8ZQAs b78GTnElbMmP+4fJPnpFxlTGqHgu+WYGm4K5NDzF6D62uP/D0wXeKAlIkK0ziNJPX+Rb V8QpvGyIUw/fEfyOwroPqYfTS7pM4sMCNKewZz7Oty3QL5jVJ4E1BxKiLsDqBC0CYaxy zw== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3et89dgrhc-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 14 Mar 2022 18:01:41 +0100 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 363DF10002A; Mon, 14 Mar 2022 18:01:41 +0100 (CET) Received: from Webmail-eu.st.com (sfhdag2node2.st.com [10.75.127.5]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 2A7A92309F1; Mon, 14 Mar 2022 18:01:41 +0100 (CET) Received: from localhost (10.75.127.51) by SFHDAG2NODE2.st.com (10.75.127.5) with Microsoft SMTP Server (TLS) id 15.0.1497.26; Mon, 14 Mar 2022 18:01:40 +0100 From: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com> To: Bjorn Andersson <bjorn.andersson@linaro.org>, Mathieu Poirier <mathieu.poirier@linaro.org> CC: <linux-remoteproc@vger.kernel.org>, <linux-kernel@vger.kernel.org>, <linux-stm32@st-md-mailman.stormreply.com>, Rob Herring <robh@kernel.org>, Christoph Hellwig <hch@lst.de>, Stefano Stabellini <stefanos@xilinx.com>, Bruce Ashfield <bruce.ashfield@xilinx.com>, <arnaud.pouliquen@foss.st.com> Subject: [RFC PATCH v4 0/4] remoteproc: restructure the remoteproc VirtIO device Date: Mon, 14 Mar 2022 18:01:22 +0100 Message-ID: <20220314170126.2333996-1-arnaud.pouliquen@foss.st.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [10.75.127.51] X-ClientProxiedBy: SFHDAG2NODE3.st.com (10.75.127.6) To SFHDAG2NODE2.st.com (10.75.127.5) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.850,Hydra:6.0.425,FMLib:17.11.64.514 definitions=2022-03-14_12,2022-03-14_02,2022-02-23_01 Precedence: bulk List-ID: <linux-remoteproc.vger.kernel.org> X-Mailing-List: linux-remoteproc@vger.kernel.org |
Series |
remoteproc: restructure the remoteproc VirtIO device
|
expand
|