commit | 3f7f8d8f7596be08d3518040793799a2a46ced3a | [log] [tgz] |
---|---|---|
author | Jordan Yates <jordan.yates@data61.csiro.au> | Thu Jan 06 21:17:38 2022 +1000 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jan 19 13:35:32 2022 -0500 |
tree | 2846b27b30704df2f2ac3fb98e9751e8801fc6de | |
parent | 2b9d2f6f6cd9fe58d6f4318e34669f26b63ce02a [diff] |
pm: device: helper to query power domain Adds a helper for devices to check if they are on a power-domain or not. Drivers can use this information to determine if they will be turned on at some point in the future, or if they are already turned on. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>