From: Sireesh Kodali <sireeshkodali1@gmail.com>
To: devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org,
linux-remoteproc@vger.kernel.org
Cc: bjorn.andersson@linaro.org, Sireesh Kodali <sireeshkodali1@gmail.com>
Subject: [PATCH v2 0/2] remoteproc: qcom: Fix handling of WCNSS IRQs
Date: Thu, 26 May 2022 19:47:38 +0530 [thread overview]
Message-ID: <20220526141740.15834-1-sireeshkodali1@gmail.com> (raw)
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.
Changes since v1:
* Dropped blank lines between tags in commit message
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.1
next reply other threads:[~2022-05-26 14:17 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-26 14:17 Sireesh Kodali [this message]
2022-05-26 14:17 ` [PATCH v2 1/2] remoteproc: qcom: wcnss: Fix handling of IRQs Sireesh Kodali
2022-05-26 14:17 ` [PATCH v2 2/2] arm64: dts: qcom: msm8916: Fix typo in pronto remoteproc node Sireesh Kodali
2022-05-26 18:34 ` Stephan Gerhold
2022-05-26 19:40 ` Krzysztof Kozlowski
2022-07-03 3:56 ` (subset) " Bjorn Andersson
2022-07-03 3:56 ` [PATCH v2 0/2] remoteproc: qcom: Fix handling of WCNSS IRQs Bjorn Andersson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220526141740.15834-1-sireeshkodali1@gmail.com \
--to=sireeshkodali1@gmail.com \
--cc=bjorn.andersson@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-remoteproc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).