commit | 0bfde7bc5d211f3a94460b7c306e8c71caa90d0f | [log] [tgz] |
---|---|---|
author | Keith Short <keithshort@google.com> | Mon Oct 11 14:29:13 2021 -0600 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Oct 13 06:16:13 2021 -0400 |
tree | 9910d83a6bb164b1223a9cdedd33de11593ac113 | |
parent | a94c2bc78bcdb6c683c0f6b76a965849ed92d7b7 [diff] |
tests: Add PM control to dummy_driver Add the pm_control fn to the dummy_driver so the full PM API is tested. This change also bypasses all PM APIs if the device driver doesn't support PM. Signed-off-by: Keith Short <keithshort@google.com>