Re: [PATCH v2] remoteproc: xlnx: avoid RPU force power down

2025-05-12 Thread Mathieu Poirier
On Tue, May 06, 2025 at 09:59:44AM -0700, Tanmay Shah wrote: > Powering off RPU using force_pwrdwn call results in system failure > if there are multiple users of that RPU node. Better mechanism is to use > request_node and release_node EEMI calls. With use of these EEMI calls, > platform managemen

[PATCH v2] remoteproc: xlnx: avoid RPU force power down

2025-05-06 Thread Tanmay Shah
Powering off RPU using force_pwrdwn call results in system failure if there are multiple users of that RPU node. Better mechanism is to use request_node and release_node EEMI calls. With use of these EEMI calls, platform management controller will take-care of powering off RPU when there is no user