zephyr/soc/arm/silabs_exx32/efm32pg12b
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
..
Kconfig.defconfig.efm32pg12b soc: silabs_exx32: Add SWO logger support to EFM32PG12B 2019-01-09 15:30:59 +01:00
Kconfig.defconfig.series soc: silabs_exx32: Simplify Kconfig options 2018-12-13 12:59:27 -06:00
Kconfig.series power: rename CPU_LPS_n power states 2019-02-26 02:30:13 +01:00
Kconfig.soc soc: silabs_exx32: Simplify Kconfig options 2018-12-13 12:59:27 -06:00
dts_fixup.h soc: silabs_exx32: Add SWO logger support to EFM32PG12B 2019-01-09 15:30:59 +01:00
linker.ld
soc.h
soc_pinmap.h drivers: i2c_gecko: use DT_<COMPAT>_<INSTANCE>_<PROP> defines 2019-02-01 19:09:06 -05:00