cmd: remoteproc: Allow list command to print the probed devices
authorLokesh Vutla <lokeshvutla@ti.com>
Fri, 7 Jun 2019 13:55:56 +0000 (19:25 +0530)
committerTom Rini <trini@konsulko.com>
Sat, 27 Jul 2019 01:49:24 +0000 (21:49 -0400)
commit96f41f9cde17373680a652e39c8521fcf0a9722f
tree51f10395bf8a2c9967cf9b3d8a45b383c0c0e250
parent75a11cc7714007691994630eaf4a8ba82a9e1a98
cmd: remoteproc: Allow list command to print the probed devices

'rproc list' is currently allowed only after probing all the
available remoteproc devices. Given that 'rproc init' is updated
to probe and initialize devices individually, allow the 'rproc list'
command to print all probed devices at any point.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
cmd/remoteproc.c