Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1570677
| From | Loic Pallardy <loic.pallardy@st.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/4] remoteproc: st: add virtio_rpmsg support |
| Date | 2017-01-31 13:40 +0100 |
| Message-ID | <t5FT3-Ha-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/4] remoteproc: st: add virtio_rpmsg support Loic Pallardy <loic.pallardy@st.com> - 2017-01-31 13:40 +0100
[PATCH v3 3/4] remoteproc: st: add da to va support Loic Pallardy <loic.pallardy@st.com> - 2017-01-31 13:40 +0100
Re: [v3,3/4] remoteproc: st: add da to va support Hugues FRUCHET <hugues.fruchet@st.com> - 2017-02-08 10:20 +0100
[PATCH v3 1/4] remoteproc: st: correct probe error management Loic Pallardy <loic.pallardy@st.com> - 2017-01-31 13:40 +0100
Re: [PATCH v3 1/4] remoteproc: st: correct probe error management Bjorn Andersson <bjorn.andersson@linaro.org> - 2017-02-07 06:20 +0100
RE: [PATCH v3 1/4] remoteproc: st: correct probe error management Loic PALLARDY <loic.pallardy@st.com> - 2017-02-07 23:30 +0100
[PATCH v3 2/4] remoteproc: st: add virtio communication support Loic Pallardy <loic.pallardy@st.com> - 2017-01-31 13:40 +0100
[PATCH v3 4/4] remoteproc: core: don't allocate carveout if pa or da are defined Loic Pallardy <loic.pallardy@st.com> - 2017-01-31 13:40 +0100
Re: [v3, 4/4] remoteproc: core: don't allocate carveout if pa or da are defined Hugues FRUCHET <hugues.fruchet@st.com> - 2017-02-08 10:20 +0100
Re: [PATCH v3 4/4] remoteproc: core: don't allocate carveout if pa or da are defined Bjorn Andersson <bjorn.andersson@linaro.org> - 2017-02-09 03:30 +0100
RE: [PATCH v3 4/4] remoteproc: core: don't allocate carveout if pa or da are defined Loic PALLARDY <loic.pallardy@st.com> - 2017-02-09 22:40 +0100
csiph-web