Re: [RFC PATCH 07/10] remoteproc: add attach/detach commands

2023-07-26 Thread Simon Glass
On Tue, 25 Jul 2023 at 08:08, Tanmay Shah wrote: > > Current remoteproc framework provides commands to start/stop > remote processor. However, If remote processor is already running > before U-Boot then there is no way to connect to remote processor. > > Implements attach/detach commands to connec

[RFC PATCH 07/10] remoteproc: add attach/detach commands

2023-07-25 Thread Tanmay Shah
Current remoteproc framework provides commands to start/stop remote processor. However, If remote processor is already running before U-Boot then there is no way to connect to remote processor. Implements attach/detach commands to connect to already running remote processor. During attach operatio