LOCAL / arm64: psci: Support generic pm suspend withtout CPUIDLE subsystem's help.
authorJonghwa Lee <jonghwa3.lee@samsung.com>
Wed, 17 Dec 2014 05:17:58 +0000 (14:17 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:43:07 +0000 (13:43 +0900)
commite03f45675590660908739ae2e212a6da76566de2
tree4e333536ee3470e1b68085bf0f4f018ea1702db3
parent1bc01e2af9c595098d8410697299e8e61945c9e3
LOCAL / arm64: psci: Support generic pm suspend withtout CPUIDLE subsystem's help.

Current psci's cpu_suspend callback can be used only when common cpu idle
configuration is enabled. However, it's also needed for system which only
uses generic pm suspend not cpu idle. This patch modifies psci driver to
support both of cases.

Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
arch/arm64/kernel/psci.c