Re: [RFC PATCH v2 0/1] ARM: cpuidle: heterogeneous systems extension

2015-04-30 Thread Lorenzo Pieralisi
On Thu, Apr 16, 2015 at 05:10:16PM +0100, Lorenzo Pieralisi wrote: This patch is a v2 of a previous posting: http://lists.infradead.org/pipermail/linux-arm-kernel/2015-March/328192.html v1 - v2: - Rebased against 4.0 - Removed DT affinity probe interface - Improved and optimized idle

Re: [RFC PATCH v2 0/1] ARM: cpuidle: heterogeneous systems extension

2015-04-22 Thread Lorenzo Pieralisi
On Tue, Apr 21, 2015 at 07:24:54PM +0100, Kevin Hilman wrote: On Thu, Apr 16, 2015 at 9:10 AM, Lorenzo Pieralisi lorenzo.pieral...@arm.com wrote: [...] This patch sets the maximum number of static CPUidle drivers allowed to two, since it is hard to foresee systems with more than two

Re: [RFC PATCH v2 0/1] ARM: cpuidle: heterogeneous systems extension

2015-04-21 Thread Kevin Hilman
On Thu, Apr 16, 2015 at 9:10 AM, Lorenzo Pieralisi lorenzo.pieral...@arm.com wrote: [...] This patch sets the maximum number of static CPUidle drivers allowed to two, since it is hard to foresee systems with more than two sets of CPUs having different idle states It's not hard to forsee

[RFC PATCH v2 0/1] ARM: cpuidle: heterogeneous systems extension

2015-04-16 Thread Lorenzo Pieralisi
This patch is a v2 of a previous posting: http://lists.infradead.org/pipermail/linux-arm-kernel/2015-March/328192.html v1 - v2: - Rebased against 4.0 - Removed DT affinity probe interface - Improved and optimized idle states comparison and cpumask creation - Merged DT idle states vetting code