From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH v1 0/3] remoteproc: st: add virtio_rpmsg support References: <1481142826-15528-1-git-send-email-loic.pallardy@st.com> From: Patrice Chotard Message-ID: Date: Wed, 4 Jan 2017 08:40:05 +0100 MIME-Version: 1.0 In-Reply-To: <1481142826-15528-1-git-send-email-loic.pallardy@st.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit To: Loic Pallardy , bjorn.andersson@linaro.org, ohad@wizery.com, lee.jones@linaro.org Cc: linux-remoteproc@vger.kernel.org, kernel@stlinux.com List-ID: On 12/07/2016 09:33 PM, Loic Pallardy wrote: > 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 > > Loic Pallardy (3): > 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 | 161 +++++++++++++++++++++++++++++++++-- > 3 files changed, 163 insertions(+), 6 deletions(-) > Hi Loic For the entire series Acked-by: Patrice Chotard Patrice