[PATCH 2/4] OMAP3: cpuidle: re-organize the C-states data

2011-05-09 Thread jean . pihet
From: Jean Pihet j-pi...@ti.com The current implementation defines an internal structure and a C-states array. Using those structures is redundant to the structs used by the cpuidle framework. This patch provides a clean-up of the internal struct, removes the internal C-states array, stores the

[PATCH 2/4] OMAP3: cpuidle: re-organize the C-states data

2011-05-05 Thread jean . pihet
From: Jean Pihet j-pi...@ti.com The current implementation defines an internal structure and a C-states array. Using those structures is redundant to the structs used by the cpuidle framework. This patch provides a clean-up of the internal struct, removes the internal C-states array, stores the

Re: [PATCH 2/4] OMAP3: cpuidle: re-organize the C-states data

2011-05-05 Thread Kevin Hilman
Hi Jean, jean.pi...@newoldbits.com writes: From: Jean Pihet j-pi...@ti.com The current implementation defines an internal structure and a C-states array. Using those structures is redundant to the structs used by the cpuidle framework. This patch provides a clean-up of the internal