1 Jul 2012 01:28
ARM: imx6q: fix suspend regression caused by common clk migration
Linux Kernel Mailing List <linux-kernel <at> vger.kernel.org>
2012-06-30 23:28:41 GMT
2012-06-30 23:28:41 GMT
Gitweb: http://git.kernel.org/linus/;a=commit;h=5ae95aefb73b32ec4e7c46554304042ba82230ca Commit: 5ae95aefb73b32ec4e7c46554304042ba82230ca Parent: e5a5192a5e42edca10c9d5e391e6f9fdd11f28ea Author: Shawn Guo <shawn.guo <at> linaro.org> AuthorDate: Tue Jun 5 15:16:43 2012 +0800 Committer: Olof Johansson <olof <at> lixom.net> CommitDate: Sat Jun 30 15:25:17 2012 -0700 ARM: imx6q: fix suspend regression caused by common clk migration When moving to common clk framework, the imx6q clks rom and mmdc_ch1_axi get different on/off states than old clk driver, which breaks suspend function. There might be a better way to manage these clocks, but let's takes the old clk driver approach to fix the regression first. Signed-off-by: Shawn Guo <shawn.guo <at> linaro.org> Signed-off-by: Olof Johansson <olof <at> lixom.net> --- arch/arm/mach-imx/clk-imx6q.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-imx/clk-imx6q.c b/arch/arm/mach-imx/clk-imx6q.c index 17dc66a..e1a17ac 100644 --- a/arch/arm/mach-imx/clk-imx6q.c +++ b/arch/arm/mach-imx/clk-imx6q.c <at> <at> -152,13 +152,14 <at> <at> enum mx6q_clks { ssi2, ssi3, uart_ipg, uart_serial, usboh3, usdhc1, usdhc2, usdhc3, usdhc4, vdo_axi, vpu_axi, cko1, pll1_sys, pll2_bus, pll3_usb_otg, pll4_audio, pll5_video, pll6_mlb, pll7_usb_host, pll8_enet, ssi1_ipg, - ssi2_ipg, ssi3_ipg, clk_max(Continue reading)
RSS Feed