From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arjan van de Ven Date: Thu, 22 Sep 2011 17:35:22 +0000 Subject: Re: [RFC PATCH V6 0/4] cpuidle: Global registration of idle states Message-Id: <4E7B71DA.90909@linux.intel.com> List-Id: References: <20110922082840.10520.85895.stgit@localhost6.localdomain6> In-Reply-To: <20110922082840.10520.85895.stgit@localhost6.localdomain6> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Deepthi Dharwar Cc: khilman@ti.com, venki@google.com, ak@linux.intel.com, len.brown@intel.com, peterz@infradead.org, santosh.shilimkar@ti.com, lenb@kernel.org, linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, linux-pm@lists.linux-foundation.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org On 9/22/2011 1:28 AM, Deepthi Dharwar wrote: > The following patch series implements global registration of cpuidle > states, and also has the necessary data structure changes to > accommodate the per-cpu writable members of the cpuidle_states > structure. > you can consider this series Acked-by: Arjan van de Ven it's a good simplification of the code, and unlike frequencies, idle states are really shared between all cpus for very practical reasons. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arjan van de Ven Subject: Re: [RFC PATCH V6 0/4] cpuidle: Global registration of idle states with per-cpu statistics Date: Thu, 22 Sep 2011 10:35:22 -0700 Message-ID: <4E7B71DA.90909@linux.intel.com> References: <20110922082840.10520.85895.stgit@localhost6.localdomain6> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20110922082840.10520.85895.stgit@localhost6.localdomain6> Sender: linux-omap-owner@vger.kernel.org To: Deepthi Dharwar Cc: khilman@ti.com, venki@google.com, ak@linux.intel.com, len.brown@intel.com, peterz@infradead.org, santosh.shilimkar@ti.com, lenb@kernel.org, linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, linux-pm@lists.linux-foundation.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-acpi@vger.kernel.org On 9/22/2011 1:28 AM, Deepthi Dharwar wrote: > The following patch series implements global registration of cpuidle > states, and also has the necessary data structure changes to > accommodate the per-cpu writable members of the cpuidle_states > structure. > you can consider this series Acked-by: Arjan van de Ven it's a good simplification of the code, and unlike frequencies, idle states are really shared between all cpus for very practical reasons. From mboxrd@z Thu Jan 1 00:00:00 1970 From: arjan@linux.intel.com (Arjan van de Ven) Date: Thu, 22 Sep 2011 10:35:22 -0700 Subject: [RFC PATCH V6 0/4] cpuidle: Global registration of idle states with per-cpu statistics In-Reply-To: <20110922082840.10520.85895.stgit@localhost6.localdomain6> References: <20110922082840.10520.85895.stgit@localhost6.localdomain6> Message-ID: <4E7B71DA.90909@linux.intel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 9/22/2011 1:28 AM, Deepthi Dharwar wrote: > The following patch series implements global registration of cpuidle > states, and also has the necessary data structure changes to > accommodate the per-cpu writable members of the cpuidle_states > structure. > you can consider this series Acked-by: Arjan van de Ven it's a good simplification of the code, and unlike frequencies, idle states are really shared between all cpus for very practical reasons.