• Alex Elder's avatar
    net: ipa: don't use ipa_clock_get() in "ipa_main.c" · 4c6a4da8
    Alex Elder authored
    We need the hardware to be powered starting at the config stage of
    initialization when the IPA driver probes.  And we need it powered
    when the driver is removed, at least until the deconfig stage has
    completed.
    
    Replace callers of ipa_clock_get() in ipa_probe() and ipa_exit(),
    calling pm_runtime_get_sync() instead.  Replace the corresponding
    callers of ipa_clock_put(), calling pm_runtime_put() instead.
    
    The only error we expect when getting power would occur when the
    system is suspended.  The ->probe and ->remove driver callbacks
    won't be called when suspended, so issue a WARN() call if an error
    is seen getting power.
    Signed-off-by: default avatarAlex Elder <elder@linaro.org>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    4c6a4da8
ipa_main.c 24.3 KB