From mboxrd@z Thu Jan 1 00:00:00 1970 From: trinabh@linux.vnet.ibm.com (Trinabh Gupta) Date: Mon, 06 Jun 2011 19:09:18 +0530 Subject: [RFC PATCH V5 0/4] cpuidle: global registration of idle states with per-cpu statistics Message-ID: <20110606133917.5670.54949.stgit@tringupt.in.ibm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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. Previous version of the series (V4) is at https://lkml.org/lkml/2011/4/28/312 This series applies on 3.0-rc1 Changes from previous version (V4): 1. Rebased the series to 3.0-rc1 2. Made same changes for Samsung exynos4 cpuidle driver registration Tests done: 1. Compile tested for ARM using the following configs: da8xx_omapl_defconfig, exynos4_defconfig, kirkwood_defconfig, omap2plus_defconfig. 2. Boot tested on x86 nehalem with multiple C-states for both intel_idle and acpi_idle drivers. Thanks -Trinabh