Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c74a365 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa4: enable IPA power collapse after uC is loaded"

parents bb704f79 f369cd03
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -2711,7 +2711,12 @@ static int ipa3_ssr_notifier_cb(struct notifier_block *this,
		if (atomic_read(&rmnet_ipa3_ctx->is_ssr))
			/* clean up cached QMI msg/handlers */
			ipa3_qmi_service_exit();
		/*hold a proxy vote for the modem*/
		/*
		 * hold a proxy vote for the modem.
		 * for IPA 4.0 offline charge is not needed and proxy vote
		 * is already held.
		 */
		if (ipa3_ctx->ipa_hw_type != IPA_HW_v4_0)
			ipa3_proxy_clk_vote();
		ipa3_reset_freeze_vote();
		IPAWANINFO("IPA BEFORE_POWERUP handling is complete\n");