commit | 30d217aa287e2a3d3acf5598642755940de2b4fc | [log] [tgz] |
---|---|---|
author | Gerard Marull-Paretas <gerard.marull@nordicsemi.no> | Thu Oct 21 18:27:43 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Wed Nov 03 16:37:33 2021 -0400 |
tree | 156dcb6b326c4a76d821139a85c2c3e958c05ca4 | |
parent | 8dd018ba85cd40fe583e853ed2d35eff339c2e04 [diff] |
pm: device: runtime: remove pm_device_get_async As of today there is no clear usage of asynchronous gets, since in general, a resume operation should be synchronous (we are about to use the device immediately after resuming it). Removing this API simplifies the runtime implementation in a significant way (refer to future commits). Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>