Hi, Due to a bug in the code that fetches the IRQs from the device tree, the optional "stop-ack" IRQ was never used, even if it was defined in the device tree. This also allowed a typo in the MSM8916 SoC device tree, where the "stop-ack" irq was instead labeled "stop". The attached patches fix the handling of IRQs in the code, and fix the typo in the MSM8916 device tree. Sireesh Kodali (2): remoteproc: qcom: wcnss: Fix handling of IRQs arm64: dts: qcom: msm8916: Fix typo in pronto remoteproc node arch/arm64/boot/dts/qcom/msm8916.dtsi | 4 ++-- drivers/remoteproc/qcom_wcnss.c | 10 ++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) -- 2.36.0