| commit | 158a87018cd5e1d1142670f6373ea2ff50098873 | [log] [tgz] |
|---|---|---|
| author | Flavio Ceolin <flavio.ceolin@intel.com> | Wed Jul 06 14:10:14 2022 -0700 |
| committer | Anas Nashif <anas.nashif@intel.com> | Thu Jul 07 02:10:11 2022 -0400 |
| tree | 76eab347a449ffda0ed245310c1f2d9c8a89dc01 | |
| parent | db186df0827799db9aae0e08a9942607081a2767 [diff] |
intel: adsp: Simplify PM Both idle and suspend states were just being used to set the cpu idle. That is not necessary, if the pm policy does not find a suitable power state the kernel automatically calls k_cpu_idle(). This remove unnecessary code and the weirdness of having min-residency-us set to 0 and other arbitrary values. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>