]> git.baikalelectronics.ru Git - kernel.git/commit
remoteproc: Merge table_ptr and cached_table pointers
authorBjorn Andersson <bjorn.andersson@linaro.org>
Thu, 20 Oct 2016 02:40:12 +0000 (19:40 -0700)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 15 Nov 2016 05:52:18 +0000 (21:52 -0800)
commitd19b35f80d1509c9940f49d06002ee05b6e4ad43
tree2bc8729a0e4a4d3380d6e660122f682b17b53670
parent17fb87518aa23cc18160aed8feb8777d8b18a8b7
remoteproc: Merge table_ptr and cached_table pointers

As all vdev resources are allocated before we boot the remote processor
we no longer need to support modifying the resource table while the
remote is running.

This saves us from the table_ptr dance, but more importantly allow the
remote processor to enable security lock down of the loaded table memory
region.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/remoteproc_core.c
include/linux/remoteproc.h