Re: [PATCH v10 07/27] cpuidle: dt: Support hierarchical CPU idle states

2018-12-19 Thread Daniel Lezcano
On 29/11/2018 18:46, Ulf Hansson wrote: > From: Lina Iyer > > Currently CPU's idle states are represented in a flattened model, via the > "cpu-idle-states" binding from within the CPU's device nodes. > > Support the hierarchical layout during parsing and validating of the CPU's > idle states.

[PATCH v10 07/27] cpuidle: dt: Support hierarchical CPU idle states

2018-11-29 Thread Ulf Hansson
From: Lina Iyer Currently CPU's idle states are represented in a flattened model, via the "cpu-idle-states" binding from within the CPU's device nodes. Support the hierarchical layout during parsing and validating of the CPU's idle states. This is simply done by calling the new OF helper,

[PATCH v10 07/27] cpuidle: dt: Support hierarchical CPU idle states

2018-11-29 Thread Ulf Hansson
From: Lina Iyer Currently CPU's idle states are represented in a flattened model, via the "cpu-idle-states" binding from within the CPU's device nodes. Support the hierarchical layout during parsing and validating of the CPU's idle states. This is simply done by calling the new OF helper,