• Alex Elder's avatar
    net: ipa: get another clock for ipa_setup() · cf8dfe6a
    Alex Elder authored
    Two places call ipa_setup().  The first, ipa_probe(), holds an IPA
    clock reference when calling ipa_setup() (if the AP is responsible
    for IPA firmware loading).  But if the modem is loading IPA
    firmware, ipa_smp2p_modem_setup_ready_isr() calls ipa_setup() after
    the modem has signaled the hardware is ready.  This can happen at
    any time, and there is no guarantee the hardware is active.
    
    Have ipa_smp2p_modem_setup() take an IPA clock reference before it
    calls ipa_setup(), and release it once setup is complete.
    Signed-off-by: default avatarAlex Elder <elder@linaro.org>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    cf8dfe6a
ipa_smp2p.c 8.95 KB