mbox series

[0/2] remoteproc: qcom: Fix handling of WCNSS IRQs

Message ID 20220510042654.71152-1-sireeshkodali1@gmail.com (mailing list archive)
Headers show
Series remoteproc: qcom: Fix handling of WCNSS IRQs | expand

Message

Sireesh Kodali May 10, 2022, 4:26 a.m. UTC
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(-)