Re: [PATCH v6] remoteproc: Add device awake calls in rproc boot and shutdown path

2025-06-18 Thread Bjorn Andersson
On Wed, Jun 18, 2025 at 03:14:41PM +0530, Souradeep Chowdhury wrote: > Device awake calls are only present in the recovery path of remoteproc. This is not the problem, this merely documents a related fact. Might be worth mention after the problem has been established. > If an user stops and start

[PATCH v6] remoteproc: Add device awake calls in rproc boot and shutdown path

2025-06-18 Thread Souradeep Chowdhury
Device awake calls are only present in the recovery path of remoteproc. If an user stops and starts rproc by using the sysfs interface, then on pm suspension the firmware fails to load as the request_firmware call under adsp_load relies on usermodehelper process which gets freezed on pm suspension.