summaryrefslogtreecommitdiff
path: root/include/linux/stacktrace.h
diff options
context:
space:
mode:
authorDylan Wu <fredwudi0305@gmail.com>2026-02-09 11:34:52 +0300
committerJassi Brar <jassisinghbrar@gmail.com>2026-03-29 19:31:58 +0300
commit80784b427970219ebc338a6fb4118cde67a6c317 (patch)
treeff45886f1fbd8c76fb2e9fcdabaeca3fb8d03c69 /include/linux/stacktrace.h
parentc58e9456e30c7098cbcd9f04571992be8a2e4e63 (diff)
downloadlinux-80784b427970219ebc338a6fb4118cde67a6c317.tar.xz
mailbox: cix: Add IRQF_NO_SUSPEND to mailbox interrupt
During the system suspend process, device interrupts are masked in the noirq phase. However, SCMI often needs to exchange final messages with the firmware to complete the power-down transition. Without the IRQF_NO_SUSPEND flag, the mailbox ISR cannot run during this late stage, leading to SCMI communication timeouts and error messages like "SCMI protocol wait for resp timeout" during suspend. Add the IRQF_NO_SUSPEND flag to the interrupt request to ensure the mailbox can continue to handle responses during the noirq stages of suspend and resume, thereby ensuring a reliable power state transition. Signed-off-by: Dylan Wu <fredwudi0305@gmail.com> Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
Diffstat (limited to 'include/linux/stacktrace.h')
0 files changed, 0 insertions, 0 deletions