1 | Add device awake calls in case of rproc boot and rproc shutdown path. | 1 | Add device awake calls in case of rproc boot and rproc shutdown path. |
---|---|---|---|
2 | Currently, device awake call is only present in the recovery path | 2 | Currently, device awake call is only present in the recovery path |
3 | of remoteproc. If a user stops and starts rproc by using the sysfs | 3 | of remoteproc. If an user stops and starts rproc by using the sysfs |
4 | interface, then on pm suspension the firmware loading fails as the | 4 | interface, then on pm suspension the firmware fails to load as the |
5 | request_firmware call under adsp_load returns failure. Add device | 5 | request_firmware call under adsp_load relies on usermodehelper |
6 | awake calls to fix this. | 6 | process which gets freezed on pm suspension. Add device awake calls |
7 | to fix this. | ||
7 | 8 | ||
8 | Signed-off-by: Souradeep Chowdhury <quic_schowdhu@quicinc.com> | 9 | Signed-off-by: Souradeep Chowdhury <quic_schowdhu@quicinc.com> |
10 | Reviewed-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com> | ||
9 | --- | 11 | --- |
12 | Changes in v5 | ||
13 | |||
14 | *Added more details to commit description | ||
15 | |||
10 | Changes in v4 | 16 | Changes in v4 |
11 | 17 | ||
12 | *Remove stability from mailing list | 18 | *Remove stability from mailing list |
13 | *Remove the extra tab in v3 | 19 | *Remove the extra tab in v3 |
14 | *Change the commit description | 20 | *Change the commit description |
... | ... | diff view generated by jsdifflib |