From patchwork Wed Feb 15 20:18:47 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Loic Pallardy X-Patchwork-Id: 94035 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp2196708qgi; Wed, 15 Feb 2017 12:21:48 -0800 (PST) X-Received: by 10.84.151.9 with SMTP id i9mr46439837pli.122.1487190108269; Wed, 15 Feb 2017 12:21:48 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z72si4706720pgd.233.2017.02.15.12.21.48; Wed, 15 Feb 2017 12:21:48 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752127AbdBOUUE (ORCPT + 25 others); Wed, 15 Feb 2017 15:20:04 -0500 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:64922 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751383AbdBOUTJ (ORCPT ); Wed, 15 Feb 2017 15:19:09 -0500 Received: from pps.filterd (m0046668.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.0.11/8.16.0.11) with SMTP id v1FKH7en028100; Wed, 15 Feb 2017 21:19:05 +0100 Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-.pphosted.com with ESMTP id 28hry28hyw-1 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 15 Feb 2017 21:19:05 +0100 Received: from zeta.dmz-eu.st.com (zeta.dmz-eu.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 5FC2F38; Wed, 15 Feb 2017 20:19:03 +0000 (GMT) Received: from Webmail-eu.st.com (safex1hubcas2.st.com [10.75.90.16]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 347A14584; Wed, 15 Feb 2017 20:19:03 +0000 (GMT) Received: from localhost (10.129.5.225) by webmail-eu.st.com (10.75.90.13) with Microsoft SMTP Server (TLS) id 8.3.444.0; Wed, 15 Feb 2017 21:19:02 +0100 From: Loic Pallardy To: , , CC: , , , , , , Subject: [PATCH v4 0/2] remoteproc: st: add virtio_rpmsg support Date: Wed, 15 Feb 2017 21:18:47 +0100 Message-ID: <1487189929-24196-1-git-send-email-loic.pallardy@st.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2017-02-15_11:, , signatures=0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Goal of this series is: - to add vring based communication link (virtio_rpmsg) - to add rproc_da_to_va translation function to allow firmware loading in pre-reserved carveout memory region V2: Only changes in patch 1 to: - fix typos - fix mailbox allocation per coprocessor V3: - Integrate Bjorn's comments about mailbox support simplification - Add missing Signed-of-by - Move st_rproc_probe error management correction in a dedicated patch - Fix warnings reported by checkpatch --strict V4: - Rebase on maintainer rproc-next branch on which patches 1 & 2 are present - Remove check on device address (da) from patch 4 - Add Acked-by and Tested-by Loic Pallardy (2): remoteproc: st: add da to va support remoteproc: core: don't allocate carveout if pa is defined drivers/remoteproc/remoteproc_core.c | 5 +++++ drivers/remoteproc/st_remoteproc.c | 43 +++++++++++++++++++++++++++++++----- 2 files changed, 42 insertions(+), 6 deletions(-) -- 1.9.1