Searched hist:b170eb0d117d991585eb857a8e48be122efb057e (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/remoteproc/ |
H A D | xlnx_r5_remoteproc.c | b170eb0d117d991585eb857a8e48be122efb057e Tue May 06 16:59:44 UTC 2025 Tanmay Shah <tanmay.shah@amd.com> remoteproc: xlnx: Avoid RPU force power down
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.
Signed-off-by: Tanmay Shah <tanmay.shah@amd.com> Link: https://lore.kernel.org/r/20250506165944.1109534-1-tanmay.shah@amd.com Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
|