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

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

Merge "soc: qcom: mpm_of: Print snapshot of enabled interrupts"

parents 58449c1a 8007e9f6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -556,6 +556,8 @@ void msm_mpm_enter_sleep(uint64_t sclk_count, bool from_idle,
		wakeup = (~0ULL);
	}

	msm_mpm_gpio_irqs_detectable(from_idle);
	msm_mpm_irqs_detectable(from_idle);
	msm_mpm_set(wakeup, !from_idle);
	if (cpumask)
		irq_set_affinity(msm_mpm_dev_data.mpm_ipc_irq, cpumask);