aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/remoteproc.h
diff options
context:
space:
mode:
authorLoic Pallardy <loic.pallardy@st.com>2018-07-27 15:14:41 +0200
committerBjorn Andersson <bjorn.andersson@linaro.org>2018-10-09 22:39:08 -0700
commit15c0b0258e4f1c3c817f34d092d2cc6ff5178bdd (patch)
tree715961a179ffbe84926c1282e4289d38a9af382a /include/linux/remoteproc.h
parentremoteproc: add helper function to allocate and init rproc_mem_entry struct (diff)
downloadlinux-dev-15c0b0258e4f1c3c817f34d092d2cc6ff5178bdd.tar.xz
linux-dev-15c0b0258e4f1c3c817f34d092d2cc6ff5178bdd.zip
remoteproc: introduce rproc_add_carveout function
This patch introduces a new API to allow platform driver to register platform specific carveout regions. 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>
Diffstat (limited to 'include/linux/remoteproc.h')
-rw-r--r--include/linux/remoteproc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/remoteproc.h b/include/linux/remoteproc.h
index 9e2b84fa2efa..8a350265d883 100644
--- a/include/linux/remoteproc.h
+++ b/include/linux/remoteproc.h
@@ -559,6 +559,8 @@ int rproc_add(struct rproc *rproc);
int rproc_del(struct rproc *rproc);
void rproc_free(struct rproc *rproc);
+void rproc_add_carveout(struct rproc *rproc, struct rproc_mem_entry *mem);
+
struct rproc_mem_entry *
rproc_mem_entry_init(struct device *dev,
void *va, dma_addr_t dma, int len, u32 da,