commit | 57c0778644fe40468ac6204bd5132f62c8cdb7b4 | [log] [tgz] |
---|---|---|
author | Trilok Soni <tsoni@codeaurora.org> | Mon May 07 16:52:16 2012 +0530 |
committer | Trilok Soni <tsoni@codeaurora.org> | Mon May 07 18:32:06 2012 +0530 |
tree | 8ceeb6bdfcc801519173559574973697a99e2cea | |
parent | e9449a1e67164050f0b4bc165ee583490388b46a [diff] |
msm: acpuclock-7627: Prepare PLLs during init The new clk_prepare()/clk_unprepare() APIs need to be called from non-atomic context. Since acpuclock is used in such places as suspend/resume which is always in atomic context we must prepare the PLLs during init or risk the chance of enabling a PLL that isn't prepared. Change-Id: I3ccf8d9354b302eda52056377c40a63a7fdb382d Signed-off-by: Trilok Soni <tsoni@codeaurora.org>