Am Dienstag, 12. Oktober 2021, 12:50:54 CEST schrieb Heiko Stübner:
Hi Anup,
Am Dienstag, 12. Oktober 2021, 11:58:54 CEST schrieb Anup Patel:
quoted
The generic power domain related code in PSCI domain driver is largely
independent of PSCI and can be shared with RISC-V SBI domain driver
hence we factor-out this code into dt_idle_genpd.c and dt_idle_genpd.h.
Signed-off-by: Anup Patel <redacted>
Reviewed-by: Ulf Hansson <redacted>
On a Rockchip rk3399 with "psci_idle" cpuidle driver and states
"WFI", "cpu-sleep" and "cluster-sleep" I checked that all states
are entered sucessfully both before and after applying this patch, so
ARM64-side:
Tested-by: Heiko Stuebner <heiko@sntech.de>
sorry about the noise, but scrap that.
There is a difference between psci-idle and psci I only noticed too late.
Heiko