Searched hist:f2e74abfaad446765ce0350aed1d9c5eed5b1b36 (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
H A D | remoteproc.h | diff f2e74abfaad446765ce0350aed1d9c5eed5b1b36 Fri Jul 27 15:14:38 CEST 2018 Loic Pallardy <loic.pallardy@st.com> remoteproc: add release ops in rproc_mem_entry struct
Memory entry could be allocated in different ways (ioremap, dma_alloc_coherent, internal RAM allocator...). This patch introduces a release ops in rproc_mem_entry structure to associate dedicated release mechanism to each memory entry descriptor in order to keep remoteproc core generic.
Signed-off-by: Loic Pallardy <loic.pallardy@st.com> Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
|
/linux/drivers/remoteproc/ |
H A D | remoteproc_core.c | diff f2e74abfaad446765ce0350aed1d9c5eed5b1b36 Fri Jul 27 15:14:38 CEST 2018 Loic Pallardy <loic.pallardy@st.com> remoteproc: add release ops in rproc_mem_entry struct
Memory entry could be allocated in different ways (ioremap, dma_alloc_coherent, internal RAM allocator...). This patch introduces a release ops in rproc_mem_entry structure to associate dedicated release mechanism to each memory entry descriptor in order to keep remoteproc core generic.
Signed-off-by: Loic Pallardy <loic.pallardy@st.com> Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
|