zephyr/soc/arc/quark_se_c1000_ss
Piotr Mienkowski f04a4c9deb power: rename CPU_LPS_n power states
CPU_LPS_n name used to indicate a low power state is cryptic and
incorrect. The low power states act on the whole SoC and not exclusively
on the CPU. This patch renames CPU_LPS_n states to LOW_POWER_n. Also
HAS_ pattern for Kconfig options is used in favor of a non standard
_SUPPORTED. Naming of deep sleep states was adjusted accordingly.

Following is a detailed list of string replacements used:
s/SYS_POWER_STATE_CPU_LPS_(\d)_SUPPORTED/HAS_STATE_LOW_POWER_$1/
s/SYS_POWER_STATE_CPU_LPS_(\d)/SYS_POWER_STATE_LOW_POWER_$1/
s/SYS_POWER_STATE_DEEP_SLEEP_(\d)_SUPPORTED/HAS_STATE_DEEP_SLEEP_$1/

Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>
2019-02-26 02:30:13 +01:00
..
CMakeLists.txt power: Make power_state enum global 2019-02-04 13:36:29 +01:00
Kconfig
Kconfig.defconfig soc: x86: Remove RTC config 2019-02-07 16:14:00 -05:00
Kconfig.soc power: rename CPU_LPS_n power states 2019-02-26 02:30:13 +01:00
dts_fixup.h drivers: counter: incorporate changes of api name and signature. 2019-02-08 08:56:45 -05:00
linker.ld arc: cleanup linker scripts to include autoconf.h first 2018-12-17 10:08:02 -06:00
power.c power: rename CPU_LPS_n power states 2019-02-26 02:30:13 +01:00
soc.c
soc.h dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
soc_config.c
soc_power.S power: Clean up power state names 2019-02-19 13:25:36 -05:00
soc_power.h power: rename CPU_LPS_n power states 2019-02-26 02:30:13 +01:00