commit | e18166f04c69a8ac0b0fdb8f5296ec005ab32739 | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Wed Sep 04 16:01:27 2019 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 11 10:07:33 2019 -0400 |
tree | cae2475d85f59f2b8ba314c553b325e5d8b4bfe8 | |
parent | fa45a082428b80b43e7d3aa9200d0bd91829f157 [diff] |
remoteproc: ops: Add elf section size as input parameter to device_to_virt api Introduce a new parameter "size" that accepts size of the region to remoteproc ops callback device_to_virt(). This can enforce more checks on the region that device_to_virt() is dealing with. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Tested-by: Fabien Dessenne <fabien.dessenne@st.com> Reviewed-by: Fabien Dessenne <fabien.dessenne@st.com>