Commits
Tero Kristo committed 9b0caab5b87
soc: ti: pruss: add pruss_get()/put() API Add two new get and put API, pruss_get() and pruss_put(), to the PRUSS platform driver to allow client drivers to request a handle to a PRUSS device. This handle will be used by client drivers to request various operations of the PRUSS platform driver through additional API that will be added in the following patches. The pruss_get() function returns the pruss handle corresponding to a PRUSS device referenced by a PRU remoteproc instance. The pruss_put() is the complimentary function to pruss_get(). Signed-off-by: Tero Kristo <t-kristo@ti.com> [s-anna@ti.com: various fixups and cleanups] Signed-off-by: Suman Anna <s-anna@ti.com>