]> asedeno.scripts.mit.edu Git - linux.git/commit
remoteproc: add warning on resource table cast
authorLoic Pallardy <loic.pallardy@st.com>
Thu, 10 Jan 2019 13:49:08 +0000 (14:49 +0100)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Thu, 21 Feb 2019 05:34:18 +0000 (21:34 -0800)
commitb36de8cfd16ee288eb1fbe60a6e5025ae0a465d5
tree885029fc671dcfe30225ba5ac44d29211843d4c4
parent80137b4072853f47fce029b20ec335439e9448ae
remoteproc: add warning on resource table cast

Today resource table supports only 32bit address fields.
This is not compliant with 64bit platform for which addresses
are cast in 32bit.
This patch adds warn messages when address cast is done.

Signed-off-by: Loic Pallardy <loic.pallardy@st.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/remoteproc_core.c