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

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

Merge "wcnss:Avoid sending FIQ to pronto subsystem"

parents 21886f14 a8232d6e
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -1123,9 +1123,14 @@ void wcnss_reset_fiq(bool clk_chk_en)
			if (wcnss_get_mux_control())
				wcnss_log_iris_regs();
		}
		if (!wcnss_device_is_shutdown()) {
			/* Insert memory barrier before writing fiq register */
			wmb();
			__raw_writel(1 << 16, penv->fiq_reg);
		} else {
			pr_info("%s: Block FIQ during power up sequence\n",
				__func__);
		}
	} else {
		wcnss_riva_log_debug_regs();
	}