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

2025-03-16 Thread Greg KH
On Mon, Mar 17, 2025 at 12:08:03PM +0530, Souradeep Chowdhury wrote: > Add device awake calls in case of rproc boot and rproc shutdown path. > Currently, device awake call is only present in the recovery path > of remoteproc. If a user stops and starts rproc by using the sysfs > interface, then on

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

2025-03-16 Thread Souradeep Chowdhury
Add device awake calls in case of rproc boot and rproc shutdown path. Currently, device awake call is only present in the recovery path of remoteproc. If a user stops and starts rproc by using the sysfs interface, then on pm suspension the firmware loading fails. Keep the device awake in such a cas