Commits
Andrew F. Davis committed 6a68cb538b8
remoteproc/pruss: add pruss_{request,release}_mem_region() API Add two new API - pruss_request_mem_region() & pruss_release_mem_region(), to the PRUSS platform driver to allow client drivers to acquire and release the common memory resources present within a PRU-ICSS subsystem. This allows the client drivers to directly manipulate the respective memories, as per their design contract with the associated firmware. Signed-off-by: Andrew F. Davis <afd@ti.com> [s-anna@ti.com: rename functions, add error checking, comments] Signed-off-by: Suman Anna <s-anna@ti.com>