Re: [PATCH 0/4] cpuidle - support multiple drivers at a time

2012-10-04 Thread Daniel Lezcano
On 10/04/2012 04:16 PM, Peter De Schrijver wrote: > On Tue, Sep 25, 2012 at 12:43:50AM +0200, Daniel Lezcano wrote: >> The discussion about having different cpus on the system with >> different latencies bring us to a first attemp by adding a >> pointer in the cpuidle_device to the states array. >>

Re: [PATCH 0/4] cpuidle - support multiple drivers at a time

2012-10-04 Thread Peter De Schrijver
On Tue, Sep 25, 2012 at 12:43:50AM +0200, Daniel Lezcano wrote: > The discussion about having different cpus on the system with > different latencies bring us to a first attemp by adding a > pointer in the cpuidle_device to the states array. > > But as Rafael suggested, it would make more sense to

[PATCH 0/4] cpuidle - support multiple drivers at a time

2012-09-24 Thread Daniel Lezcano
The discussion about having different cpus on the system with different latencies bring us to a first attemp by adding a pointer in the cpuidle_device to the states array. But as Rafael suggested, it would make more sense to create a driver per cpu [1]. This patch adds support for multiple cpuidl