From: Daniel Lezcano Date: Thu, 8 May 2014 21:55:12 +0000 (+0900) Subject: ARM: EXYNOS: Move the power sequence call in the cpu_pm notifier X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~40^2~2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ebc13e2a2353f76ecdca11cf4d49da0b4e77f09;p=pandora-kernel.git ARM: EXYNOS: Move the power sequence call in the cpu_pm notifier The code to initiate and exit the powerdown sequence is the same in pm.c and cpuidle.c. Let's split the common part in the pm.c and reuse it from the cpu_pm notifier. That is one more step forward to make the cpuidle driver arch indenpendant. Signed-off-by: Daniel Lezcano Reviewed-by: Viresh Kumar Reviewed-by: Bartlomiej Zolnierkiewicz Reviewed-by: Tomasz Figa Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed