commit | 741bbaca6dd727a5d81856ae67f45dfb9a3e32b8 | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Tue Mar 12 11:11:03 2024 -0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Apr 09 20:11:48 2024 +0200 |
tree | 11d3b7afa81f3baa87db3f5a83eb5e4a8d4f294a | |
parent | 17abc2743b6c9795f3e5a789f8345a885c844757 [diff] |
soc/intel_adsp: ipc: Remove unnecessary device state lock There is no needed to lock/unlock a device state in its pm action callback. The power management subsystem should take care of serialize these calls. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>