From: Shawn Guo Date: Sat, 25 Apr 2015 14:59:19 +0000 (+0800) Subject: ARM: imx6: set initial power mode in pm function X-Git-Tag: omap-for-v4.2/fixes-rc1^2~104^2~8^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fb76a07e2cb08b9f278a6415af4f784bb635a6e;p=pandora-kernel.git ARM: imx6: set initial power mode in pm function Rather than setting initial low-power mode in every single i.MX6 clock initialization function, we should really do that in pm code. Let's move imx6q_set_lpm(WAIT_CLOCKED) call into imx6_pm_common_init(). While at it, let's rename the function to imx6_set_lpm() since it's actually common for all i.MX6 SoCs. Signed-off-by: Shawn Guo --- Reading git-diff-tree failed