commit | 81ae6e6d0098c9ad7d6746b4f2952a046130999c | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Mon Aug 27 15:57:50 2018 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 11 08:32:55 2018 -0400 |
tree | c6e1d7b2dc58d8aa40b3238cdee4bf36ca9afc0f | |
parent | 880274192cfdcec83b32b15ae47e7cbfc2edc1df [diff] |
remoteproc: Allow for individual remoteproc initialization Existing rproc_init() api tries to initialize all available remoteproc devices. This will fail when there is dependency among available remoteprocs. So introduce a separate api that allows to initialize remoteprocs individually based on id. Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>