From: frowand.list@gmail.com
To: Andy Gross <andy.gross@linaro.org>,
David Brown <david.brown@linaro.org>,
Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: Arun Kumar Neelakantam <aneela@codeaurora.org>,
linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>
Subject: [PATCH 0/6] ARM: dts: qcom-msm8974: change invalid flag IRQ NONE to valid value
Date: Thu, 6 Sep 2018 22:33:08 -0700 [thread overview]
Message-ID: <1536298394-5548-1-git-send-email-frowand.list@gmail.com> (raw)
From: Frank Rowand <frank.rowand@sony.com>
A boot time warning of devicetree interrupts types set to the invalid
value of none was added by 83a86fbb5b56 ("irqchip/gic: Loudly complain
about the use of IRQ_TYPE_NONE"). This patch series fixes the
devicetree source to replace IRQ_TYPE_NONE with the appropriate
value.
Some cosmetic changes are made by several patches. The final patch
in the series replaces the IRQ_TYPE_NONE values with the proper
values.
The cosmetic changes are to change integer values in the third field
of the "interrupts" property to the correct named constant.
Bjorn suggested that I also change integer values in the first field
of the "interrupts" property to the correct named constant.
The series is split into several patches for ease of review. Each
cosmetic patch addresses a single named constant.
Frank Rowand (6):
ARM: dts: qcom-msm8974: use named constant for interrupt type GIC_PPI
ARM: dts: qcom-msm8974: use named constant for interrupt type GIC_SPI
ARM: dts: qcom-msm8974: use named constant for interrupt flag EDGE
RISING
ARM: dts: qcom-msm8974: use named constant for interrupt flag LEVEL
HIGH
ARM: dts: qcom-msm8974: use named constant for interrupt flag NONE
ARM: dts: qcom-msm8974: change invalid flag IRQ NONE to valid value
arch/arm/boot/dts/qcom-msm8974.dtsi | 72 +++++++++++++++++++------------------
1 file changed, 37 insertions(+), 35 deletions(-)
--
Frank Rowand <frank.rowand@sony.com>
next reply other threads:[~2018-09-07 5:33 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-07 5:33 frowand.list [this message]
2018-09-07 5:33 ` [PATCH 1/6] ARM: dts: qcom-msm8974: use named constant for interrupt type GIC_PPI frowand.list
2018-09-07 5:33 ` [PATCH 2/6] ARM: dts: qcom-msm8974: use named constant for interrupt type GIC_SPI frowand.list
2018-09-07 5:33 ` [PATCH 3/6] ARM: dts: qcom-msm8974: use named constant for interrupt flag EDGE RISING frowand.list
2018-09-07 5:33 ` [PATCH 4/6] ARM: dts: qcom-msm8974: use named constant for interrupt flag LEVEL HIGH frowand.list
2018-09-07 5:33 ` [PATCH 5/6] ARM: dts: qcom-msm8974: use named constant for interrupt flag NONE frowand.list
2018-09-07 5:33 ` [PATCH 6/6] ARM: dts: qcom-msm8974: change invalid flag IRQ NONE to valid value frowand.list
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=1536298394-5548-1-git-send-email-frowand.list@gmail.com \
--to=frowand.list@gmail.com \
--cc=andy.gross@linaro.org \
--cc=aneela@codeaurora.org \
--cc=bjorn.andersson@linaro.org \
--cc=david.brown@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=robh+dt@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).