msm: 8974: Enable SMD interrupt from RPM during suspend
If an SMD interrupt for the RPM comes in during the suspend sequence
between suspend_device_irqs() and gic_suspend(), then
msm_rpm_wait_for_ack() will block indefinitely waiting for a response
from the RPM.
Add IRQF_NO_SUSPEND to prevent the RPM SMD interrupt from the RPM from
being disabled during suspend sequencing.
CRs-Fixed: 414607
Change-Id: Id1d1e64e62d1800e4e51d34aa7c65df71f5705d6
Signed-off-by: Eric Holmberg <eholmber@codeaurora.org>
1 file changed