]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cpuidle: mvebu: Add initial CPU idle support for Armada 370/XP SoC
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Mon, 14 Apr 2014 15:10:13 +0000 (17:10 +0200)
committerJason Cooper <jason@lakedaemon.net>
Mon, 28 Apr 2014 18:45:13 +0000 (18:45 +0000)
commit08f84c714c52b80d5d4a5d070a345b821ac8d615
tree2deb4fa96cf8c7335245b30e530e2029db6f1749
parent45912c09bc24184548997216c1484d0c27ff8e64
cpuidle: mvebu: Add initial CPU idle support for Armada 370/XP SoC

Add the wfi, cpu idle and cpu deep idle power states support for the
Armada XP SoCs.

All the latencies and the power consumption values used at the
"armada_370_xp_idle_driver" structure are preliminary and will be
modified in the future after running some measurements and analysis.

Based on the work of Nadav Haklai.

Signed-off-by: Nadav Haklai <nadavh@marvell.com>
Link: https://lkml.kernel.org/r/1397488214-20685-11-git-send-email-gregory.clement@free-electrons.com
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Link: https://lkml.kernel.org/r/1397488214-20685-11-git-send-email-gregory.clement@free-electrons.com
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/cpuidle/Kconfig.arm
drivers/cpuidle/Makefile
drivers/cpuidle/cpuidle-armada-370-xp.c [new file with mode: 0644]