On Tue, Jan 10, 2017 at 02:37:02PM +0530, Gautham R. Shenoy wrote:
From: "Gautham R. Shenoy" <redacted>
In the current code for powernv_add_idle_states, there is a lot of code
duplication while initializing an idle state in powernv_states table.
Add an inline helper function to populate the powernv_states[] table
for a given idle state. Invoke this for populating the "Nap",
"Fastsleep" and the stop states in powernv_add_idle_states.
Signed-off-by: Gautham R. Shenoy <redacted>
--
Acked-by: Balbir Singh <bsingharora@gmail.com>