Skip to content
Snippets Groups Projects
Commit 9d057eac authored by Mathieu Poirier's avatar Mathieu Poirier Committed by Sasha Levin
Browse files

remoteproc: stm32: Move resource table setup to rproc_ops


[ Upstream commit 8a471396 ]

Move the setting of the resource table installed by an external
entity to rproc_ops::get_loaded_rsc_table().  This is to support
scenarios where a remote processor has been attached to but is
detached at a later stage.  To re-attach the remote processor,
the address of the resource table needs to be available
at a later time than the platform driver's probe() function.

Signed-off-by: default avatarMathieu Poirier <mathieu.poirier@linaro.org>
Reviewed-by: default avatarArnaud Pouliquen <arnaud.pouliquen@st.com>
Link: https://lore.kernel.org/r/20210312162453.1234145-7-mathieu.poirier@linaro.org


Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Stable-dep-of: 32381bbc ("remoteproc: stm32: Fix incorrect type in assignment for va")
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 7b954720
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment