From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Loic Pallardy Subject: [PATCH v3 0/4] remoteproc: st: add virtio_rpmsg support Date: Tue, 31 Jan 2017 13:35:52 +0100 Message-ID: <1485866156-6364-1-git-send-email-loic.pallardy@st.com> MIME-Version: 1.0 Content-Type: text/plain To: bjorn.andersson@linaro.org, ohad@wizery.com, lee.jones@linaro.org Cc: loic.pallardy@st.com, linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@stlinux.com, patrice.chotard@st.com, hugues.fruchet@st.com, peter.griffin@linaro.org List-ID: 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 Loic Pallardy (4): remoteproc: st: correct probe error management remoteproc: st: add virtio communication support remoteproc: st: add da to va support remoteproc: core: don't allocate carveout if pa or da are defined drivers/remoteproc/Kconfig | 3 + drivers/remoteproc/remoteproc_core.c | 5 ++ drivers/remoteproc/st_remoteproc.c | 158 +++++++++++++++++++++++++++++++++-- 3 files changed, 158 insertions(+), 8 deletions(-) -- 1.9.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752079AbdAaMga (ORCPT ); Tue, 31 Jan 2017 07:36:30 -0500 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:1700 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752008AbdAaMgX (ORCPT ); Tue, 31 Jan 2017 07:36:23 -0500 From: Loic Pallardy To: , , CC: , , , , , , Subject: [PATCH v3 0/4] remoteproc: st: add virtio_rpmsg support Date: Tue, 31 Jan 2017 13:35:52 +0100 Message-ID: <1485866156-6364-1-git-send-email-loic.pallardy@st.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-01-31_05:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org 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 Loic Pallardy (4): remoteproc: st: correct probe error management remoteproc: st: add virtio communication support remoteproc: st: add da to va support remoteproc: core: don't allocate carveout if pa or da are defined drivers/remoteproc/Kconfig | 3 + drivers/remoteproc/remoteproc_core.c | 5 ++ drivers/remoteproc/st_remoteproc.c | 158 +++++++++++++++++++++++++++++++++-- 3 files changed, 158 insertions(+), 8 deletions(-) -- 1.9.1