Message ID | 20220713113612.2117279-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 A91F3C433EF for <linux-remoteproc@archiver.kernel.org>; Wed, 13 Jul 2022 11:37:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236297AbiGMLhD (ORCPT <rfc822;linux-remoteproc@archiver.kernel.org>); Wed, 13 Jul 2022 07:37:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58750 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236210AbiGMLgy (ORCPT <rfc822;linux-remoteproc@vger.kernel.org>); Wed, 13 Jul 2022 07:36:54 -0400 Received: from mx07-00178001.pphosted.com (mx08-00178001.pphosted.com [91.207.212.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 851381034D5; Wed, 13 Jul 2022 04:36:45 -0700 (PDT) Received: from pps.filterd (m0046660.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 26D8r3Gq023581; Wed, 13 Jul 2022 13:36:31 +0200 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=u78HHDZ8gsijyl+0izTnhI2s/F/qPUzdVKZRzNXsq0Y=; b=bmLIdYrZClWz2YZX6qj0uN7Y2wBjGnGaYWoQew+9i2kHNfRX3/GzhEdOZBfdm59eyKY9 t5VMXp7DbAmOliXHUZW/ed3gZ/vGhXFZAROjvyRLUsh+dUNh8++Ew+E229jW8O/sneK1 xgki4krJODbXtpJpkelFwfeUb6gBdoAftkktOfjGobHBOoDRru9b+9D3EActHFBg+reg V9KJ5m+xDQhx0npM6NM6GrZy3NA9HK8cLTLK3oW53Zh2cgLqfUt4Y1bFSJoEr3RCcczr zkqhpuerKLf0VIn5IX1e6yZJxd64RtkvpLZi1n8yF+JIDwmUAuyH9Zpa8zloyaM2PnMX gw== 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 3h94gugp7k-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 13 Jul 2022 13:36:30 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id B1059100038; Wed, 13 Jul 2022 13:36:29 +0200 (CEST) Received: from Webmail-eu.st.com (shfdag1node2.st.com [10.75.129.70]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id AA18721D388; Wed, 13 Jul 2022 13:36:29 +0200 (CEST) Received: from localhost (10.75.127.49) by SHFDAG1NODE2.st.com (10.75.129.70) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.2308.20; Wed, 13 Jul 2022 13:36:27 +0200 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: [PATCH v7 0/4] remoteproc: restructure the remoteproc VirtIO device Date: Wed, 13 Jul 2022 13:36:08 +0200 Message-ID: <20220713113612.2117279-1-arnaud.pouliquen@foss.st.com> X-Mailer: git-send-email 2.24.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [10.75.127.49] X-ClientProxiedBy: SFHDAG2NODE3.st.com (10.75.127.6) To SHFDAG1NODE2.st.com (10.75.129.70) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.883,Hydra:6.0.517,FMLib:17.11.122.1 definitions=2022-07-12_14,2022-07-13_02,2022-06-22_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
|