• Stephen Boyd's avatar
    msm: acpuclock-9615: Prepare PLLs during init · 2636ef73
    Stephen Boyd authored
    
    
    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: I3106b1ab38ec1eb0f2133878dc03d1a1a3e8b85d
    Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
    2636ef73
acpuclock-9615.c 8.86 KB