]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
MLK-10439: arm: imx: fix system hang after resume back under low busfreq imx_3.14.28_1.0.0_ga kc/imx_3.14.28_1.0.0_ga
authorBai Ping <b51503@freescale.com>
Thu, 19 Mar 2015 19:29:28 +0000 (03:29 +0800)
committerBai Ping <b51503@freescale.com>
Fri, 20 Mar 2015 09:46:22 +0000 (17:46 +0800)
commit91cf351a2afc17ac4a260e4d2ad1e32d00925a1b
tree6ebe9b68ab8280ad653677611be2b8580b9d21c4
parentc8b88cd2ec6681dcef4c72be7adff9f0ed6721e4
MLK-10439: arm: imx: fix system hang after resume back under low busfreq

System will be no response after resume back under low busfreq mode. The
root cause of this issue is that when the system is under ultra_low_bus_freq
mode on i.MX6SL, resume process has a low bus mode deamon in background,
cause system enter low bus mode twice, busfreq driver will notify thermal
driver to turn off PLL3 twice, and cause PLL3 usecount incorrect and UART
no message out.

Signed-off-by: Bai Ping <b51503@freescale.com>
arch/arm/mach-imx/busfreq-imx6.c