Merge "msm: ipa: Workaround for MHI target"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
52ccb99a40
@@ -5692,6 +5692,7 @@ void ipa3_disable_clks(void)
|
|||||||
* issue on GSI FW side. We need to capture before
|
* issue on GSI FW side. We need to capture before
|
||||||
* turn off the ipa clock.
|
* turn off the ipa clock.
|
||||||
*/
|
*/
|
||||||
|
if (!ipa3_ctx->ipa_config_is_mhi) {
|
||||||
type = gsi_pending_irq_type();
|
type = gsi_pending_irq_type();
|
||||||
if (type) {
|
if (type) {
|
||||||
IPAERR("unexpected gsi irq type: %d\n", type);
|
IPAERR("unexpected gsi irq type: %d\n", type);
|
||||||
@@ -5699,6 +5700,7 @@ void ipa3_disable_clks(void)
|
|||||||
atomic_inc(&ipa3_ctx->ipa3_active_clients.cnt);
|
atomic_inc(&ipa3_ctx->ipa3_active_clients.cnt);
|
||||||
ipa_assert();
|
ipa_assert();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
ipa3_ctx->ctrl->ipa3_disable_clks();
|
ipa3_ctx->ctrl->ipa3_disable_clks();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user