Message ID | 20210517171531.21205-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 X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,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 C2E0FC43460 for <linux-remoteproc@archiver.kernel.org>; Mon, 17 May 2021 17:15:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9B2B261261 for <linux-remoteproc@archiver.kernel.org>; Mon, 17 May 2021 17:15:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236195AbhEQRRN (ORCPT <rfc822;linux-remoteproc@archiver.kernel.org>); Mon, 17 May 2021 13:17:13 -0400 Received: from mx07-00178001.pphosted.com ([185.132.182.106]:39234 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236155AbhEQRRL (ORCPT <rfc822;linux-remoteproc@vger.kernel.org>); Mon, 17 May 2021 13:17:11 -0400 Received: from pps.filterd (m0241204.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 14HHFrua027859; Mon, 17 May 2021 19:15:53 +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-type; s=selector1; bh=3YrjTadT9YWcH6wHOszJ5jLmN9ANFDbrODygbqL4WIg=; b=8SNQh+6e3f4sn2BSwQrlNKujkEIfxUjs0EY8f4dEU4IV6DM1fl6UFo/i2H4V12mEeAIR qzrJcipdThuq/pP1jQ8AzxHR8ad3bbR8hQZrZc5DvFajILrMmp/L62s2C1lPvVNk+G6B R6nSZHCEZAlGaHcxdbVWzg9ZKo/uklxEgqemSBhvo00lZ7iLIBpag2hbZXNWR95nXtES pVuwCGzWclx3fCKMBxq2tk51tvLBbuqMpFllVj0f12NRI6u9koNTKXAjj8uNR5CzhJw2 lP5PUDA5COR7ZCDbwYQfQ3KpdONxBlNHg6+TwXX/2V/TmVMoSaQntJjT3rtCjRa28eCw 6A== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com with ESMTP id 38k5dq63xc-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 17 May 2021 19:15:53 +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 9B7DB10002A; Mon, 17 May 2021 19:15:42 +0200 (CEST) Received: from Webmail-eu.st.com (sfhdag2node3.st.com [10.75.127.6]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 8CC402237C3; Mon, 17 May 2021 19:15:42 +0200 (CEST) Received: from localhost (10.75.127.50) by SFHDAG2NODE3.st.com (10.75.127.6) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 17 May 2021 19:15:42 +0200 From: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com> To: Bjorn Andersson <bjorn.andersson@linaro.org>, Ohad Ben-Cohen <ohad@wizery.com>, Mathieu Poirier <mathieu.poirier@linaro.org> CC: <linux-remoteproc@vger.kernel.org>, <linux-kernel@vger.kernel.org>, <linux-stm32@st-md-mailman.stormreply.com>, <arnaud.pouliquen@foss.st.com> Subject: [PATCH v4 0/4] Restructure the rpmsg char to decorrelate the control part. Date: Mon, 17 May 2021 19:15:27 +0200 Message-ID: <20210517171531.21205-1-arnaud.pouliquen@foss.st.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.75.127.50] X-ClientProxiedBy: SFHDAG2NODE1.st.com (10.75.127.4) To SFHDAG2NODE3.st.com (10.75.127.6) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.391,18.0.761 definitions=2021-05-17_08:2021-05-17,2021-05-17 signatures=0 Precedence: bulk List-ID: <linux-remoteproc.vger.kernel.org> X-Mailing-List: linux-remoteproc@vger.kernel.org |
Series |
Restructure the rpmsg char to decorrelate the control part.
|
expand
|