]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: imx6: call suspend_set_ops() from suspend routine
authorShawn Guo <shawn.guo@linaro.org>
Wed, 26 Feb 2014 13:28:18 +0000 (21:28 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Wed, 5 Mar 2014 02:40:52 +0000 (10:40 +0800)
commitafc51f4643063c4285f713a27bb39077b1ef1ed3
tree6facdf18e3dbc5f0bb70170202865945fdea32cd
parentfacadba6a12813d8bbc5586261d873fa5f3dd4fa
ARM: imx6: call suspend_set_ops() from suspend routine

Rename function imx6q_ocram_suspend_init() to imx6q_suspend_init() and
call suspend_set_ops() from there.  Now we get a centralized function
for suspend initialization.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/pm-imx6q.c