remoteproc: Allow for individual remoteproc initialization
authorLokesh Vutla <lokeshvutla@ti.com>
Mon, 27 Aug 2018 10:27:50 +0000 (15:57 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 11 Sep 2018 12:32:55 +0000 (08:32 -0400)
commit81ae6e6d0098c9ad7d6746b4f2952a046130999c
treec6e1d7b2dc58d8aa40b3238cdee4bf36ca9afc0f
parent880274192cfdcec83b32b15ae47e7cbfc2edc1df
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>
drivers/remoteproc/rproc-uclass.c
include/remoteproc.h