commit | e3fece5241f66898a4f0d539533b06b485ca029a | [log] [tgz] |
---|---|---|
author | Gerard Marull-Paretas <gerard.marull@nordicsemi.no> | Thu Oct 21 18:30:15 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Wed Nov 03 16:37:33 2021 -0400 |
tree | f09a8c920103a6b8d6d6e5ca720acb0b6ee03eb3 | |
parent | 30d217aa287e2a3d3acf5598642755940de2b4fc [diff] |
pm: device: runtime: remove pm_device_wait After the removal of pm_device_get_async, the pm_device_wait API has become redundant. Its usage after pm_device_put_async should not be considered a valid usecase, since after that call what will happen is a pm_device_get (which is blocking). Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>