Re: [RFC PATCH 3/8] arm: parse cpu capacity from DT

2015-12-11 Thread Juri Lelli
Hi, On 10/12/15 14:14, Dietmar Eggemann wrote: > On 23/11/15 14:28, Juri Lelli wrote: > > With the introduction of cpu capacity bindings, CPU capacities can now be > > extracted from DT. Add parsing of such information at boot time. We keep > > code that can produce same information, based on diff

Re: [RFC PATCH 3/8] arm: parse cpu capacity from DT

2015-12-10 Thread Dietmar Eggemann
On 23/11/15 14:28, Juri Lelli wrote: > With the introduction of cpu capacity bindings, CPU capacities can now be > extracted from DT. Add parsing of such information at boot time. We keep > code that can produce same information, based on different DT properties > and hard-coded values, as fall-bac

[RFC PATCH 3/8] arm: parse cpu capacity from DT

2015-11-23 Thread Juri Lelli
With the introduction of cpu capacity bindings, CPU capacities can now be extracted from DT. Add parsing of such information at boot time. We keep code that can produce same information, based on different DT properties and hard-coded values, as fall-back for backward compatibility. Cc: Russell Ki