summaryrefslogtreecommitdiff
path: root/projects/linux/core/bsp392_arm64_dts_renesas_cpuidle.yaml
AgeCommit message (Collapse)Author
2019-12-10Auto-update sweep for v5.5-rc1Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-11-25projects: linux: core: cpuidle: Unblock, updateGeert Uytterhoeven
Disabling cpuible was just one possible mitigation for a system controller issue, to prevent conflicts between powering off CPU cores or the 3D Graphics Engine, and changing the state of another power domain through SYSC, which could lead to CPG state machine lock-ups. Other mitigations are to make use of the new System Controller External Request Mask Register, present in newer SoCs and SoC revisions, or to keep some power areas always powered. However, we believe this issue cannot happen in the upstream kernel, as upstream has no support for graphics acceleration yet. Hence this task became unblocked. CPUidle for R-Car H3 and M3-W is in next. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-08-20projects: linux: core: cpuidle: Clarify blocked stateGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-04-24projects: linux: core: Move CPUIdle comment to correct taskGeert Uytterhoeven
Fixes: 617c2fd6591bbb48 ("projects: linux: core: Merge CPUIdle DT, mark blocked") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-03-22projects: linux: core: Merge CPUIdle DT, mark blockedGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>