Re: [U-Boot] [PATCH v2 07/26] remoteproc: tisci_proc: Add helper api for controlling core power domain

2019-10-12 Thread Tom Rini
On Wed, Sep 04, 2019 at 04:01:32PM +0530, Lokesh Vutla wrote: > Power domain for the remote cores needs to be handled in a right > sequence as mandated by the spec. Introduce tisci helper apis > that can control power-domains of remote cores. TISCI clients > can use this api and control the

[U-Boot] [PATCH v2 07/26] remoteproc: tisci_proc: Add helper api for controlling core power domain

2019-09-04 Thread Lokesh Vutla
Power domain for the remote cores needs to be handled in a right sequence as mandated by the spec. Introduce tisci helper apis that can control power-domains of remote cores. TISCI clients can use this api and control the remote cores power domain instead of hooking it to power-domain layer.