commit | fdb62f75651739e2b1e2f0e9998c4f4e71961b8d | [log] [tgz] |
---|---|---|
author | Piotr Zięcik <piotr.ziecik@nordicsemi.no> | Wed Jan 09 13:51:36 2019 +0100 |
committer | Carles Cufí <carles.cufi@nordicsemi.no> | Mon Feb 04 13:36:29 2019 +0100 |
tree | 310c3d7aae9afc5a44adc7ea817e2959d1420a9a | |
parent | dee63e200c45689859af6269dbf080f0b4947de8 [diff] |
power: Make power_state enum global Currently each SoC has to define own list of power states. However all these definitions have to be the same, as common power management code uses them. This commit replaces per-soc power state list by global definition. Signed-off-by: Piotr Zięcik <piotr.ziecik@nordicsemi.no>