mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Marijn Suijten <marijn.suijten@somainline.org>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: Rob Herring <robh@kernel.org>, Andy Gross <agross@kernel.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>,
	linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2] arm64/arm: dts: qcom: Drop bogus interrupt flags cell on MDSS nodes
Date: Wed, 2 Mar 2022 13:35:18 +0100	[thread overview]
Message-ID: <20220302123518.3xprnrpp4nt7hmqs@SoMainline.org> (raw)
In-Reply-To: <CAA8EJpowE0VfnA1QhU1LfXobFYjGPirWb52QW6HT5kCpcX0NBQ@mail.gmail.com>

On 2022-03-02 04:53:56, Dmitry Baryshkov wrote:
> On Wed, 2 Mar 2022 at 04:33, Rob Herring <robh@kernel.org> wrote:
> >
> > The MDSS interrupt provider is a single cell, so specifying interrupt flags
> > on the consumers is incorrect.
> >
> > Signed-off-by: Rob Herring <robh@kernel.org>
> 
> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

Reviewed-by: Marijn Suijten <marijn.suijten@somainline.org>

Dmitry, it seems you sent a similar change - albeit split across one
patch per DTSI file and omitting arm qcom-msm8974 - inbetween v1 and v2
of this patch.  To me that only makes sense if every patch includes the
appropriate, individual `Fixes:` tag but the patches lack those too.
Which approach should be reviewed and applied going forward?

- Marijn

> > ---
> > v2:
> >  - Add a bunch of missed cases
> > ---
> >  arch/arm/boot/dts/qcom-msm8974.dtsi   | 4 ++--
> >  arch/arm64/boot/dts/qcom/msm8996.dtsi | 6 +++---
> >  arch/arm64/boot/dts/qcom/sdm630.dtsi  | 5 ++---
> >  arch/arm64/boot/dts/qcom/sdm660.dtsi  | 2 +-
> >  arch/arm64/boot/dts/qcom/sdm845.dtsi  | 6 +++---
> >  arch/arm64/boot/dts/qcom/sm8250.dtsi  | 6 +++---
> >  6 files changed, 14 insertions(+), 15 deletions(-)
> >
> > diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi
> > index 412d94736c35..3b9af5e24907 100644
> > --- a/arch/arm/boot/dts/qcom-msm8974.dtsi
> > +++ b/arch/arm/boot/dts/qcom-msm8974.dtsi
> > @@ -1495,7 +1495,7 @@ mdp: mdp@fd900000 {
> >                                 reg-names = "mdp_phys";
> >
> >                                 interrupt-parent = <&mdss>;
> > -                               interrupts = <0 0>;
> > +                               interrupts = <0>;
> >
> >                                 clocks = <&mmcc MDSS_AHB_CLK>,
> >                                          <&mmcc MDSS_AXI_CLK>,
> > @@ -1530,7 +1530,7 @@ dsi0: dsi@fd922800 {
> >                                 reg-names = "dsi_ctrl";
> >
> >                                 interrupt-parent = <&mdss>;
> > -                               interrupts = <4 IRQ_TYPE_LEVEL_HIGH>;
> > +                               interrupts = <4>;
> >
> >                                 assigned-clocks = <&mmcc BYTE0_CLK_SRC>,
> >                                                   <&mmcc PCLK0_CLK_SRC>;
> > diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
> > index f0f81c23c16f..0597d865a4a6 100644
> > --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
> > +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
> > @@ -788,7 +788,7 @@ mdp: mdp@901000 {
> >                                 reg-names = "mdp_phys";
> >
> >                                 interrupt-parent = <&mdss>;
> > -                               interrupts = <0 IRQ_TYPE_LEVEL_HIGH>;
> > +                               interrupts = <0>;
> >
> >                                 clocks = <&mmcc MDSS_AHB_CLK>,
> >                                          <&mmcc MDSS_AXI_CLK>,
> > @@ -834,7 +834,7 @@ dsi0: dsi@994000 {
> >                                 reg-names = "dsi_ctrl";
> >
> >                                 interrupt-parent = <&mdss>;
> > -                               interrupts = <4 IRQ_TYPE_LEVEL_HIGH>;
> > +                               interrupts = <4>;
> >
> >                                 clocks = <&mmcc MDSS_MDP_CLK>,
> >                                          <&mmcc MDSS_BYTE0_CLK>,
> > @@ -904,7 +904,7 @@ hdmi: hdmi-tx@9a0000 {
> >                                             "hdcp_physical";
> >
> >                                 interrupt-parent = <&mdss>;
> > -                               interrupts = <8 IRQ_TYPE_LEVEL_HIGH>;
> > +                               interrupts = <8>;
> >
> >                                 clocks = <&mmcc MDSS_MDP_CLK>,
> >                                          <&mmcc MDSS_AHB_CLK>,
> > diff --git a/arch/arm64/boot/dts/qcom/sdm630.dtsi b/arch/arm64/boot/dts/qcom/sdm630.dtsi
> > index 240293592ef9..f646fb80924f 100644
> > --- a/arch/arm64/boot/dts/qcom/sdm630.dtsi
> > +++ b/arch/arm64/boot/dts/qcom/sdm630.dtsi
> > @@ -1453,7 +1453,7 @@ mdp: mdp@c901000 {
> >                                 reg-names = "mdp_phys";
> >
> >                                 interrupt-parent = <&mdss>;
> > -                               interrupts = <0 IRQ_TYPE_LEVEL_HIGH>;
> > +                               interrupts = <0>;
> >
> >                                 assigned-clocks = <&mmcc MDSS_MDP_CLK>,
> >                                                   <&mmcc MDSS_VSYNC_CLK>;
> > @@ -1530,7 +1530,7 @@ dsi0: dsi@c994000 {
> >                                 power-domains = <&rpmpd SDM660_VDDCX>;
> >
> >                                 interrupt-parent = <&mdss>;
> > -                               interrupts = <4 IRQ_TYPE_LEVEL_HIGH>;
> > +                               interrupts = <4>;
> >
> >                                 assigned-clocks = <&mmcc BYTE0_CLK_SRC>,
> >                                                   <&mmcc PCLK0_CLK_SRC>;
> > @@ -2487,4 +2487,3 @@ timer {
> >                                  <GIC_PPI 0 0xf08>;
> >         };
> >  };
> > -
> > diff --git a/arch/arm64/boot/dts/qcom/sdm660.dtsi b/arch/arm64/boot/dts/qcom/sdm660.dtsi
> > index eccf6fde16b4..1d748c5305f4 100644
> > --- a/arch/arm64/boot/dts/qcom/sdm660.dtsi
> > +++ b/arch/arm64/boot/dts/qcom/sdm660.dtsi
> > @@ -163,7 +163,7 @@ dsi1: dsi@c996000 {
> >                 power-domains = <&rpmpd SDM660_VDDCX>;
> >
> >                 interrupt-parent = <&mdss>;
> > -               interrupts = <5 IRQ_TYPE_LEVEL_HIGH>;
> > +               interrupts = <5>;
> >
> >                 assigned-clocks = <&mmcc BYTE1_CLK_SRC>,
> >                                         <&mmcc PCLK1_CLK_SRC>;
> > diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
> > index 41f4e46e1f85..95e6a97c2170 100644
> > --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
> > +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
> > @@ -4281,7 +4281,7 @@ mdss_mdp: mdp@ae01000 {
> >                                 power-domains = <&rpmhpd SDM845_CX>;
> >
> >                                 interrupt-parent = <&mdss>;
> > -                               interrupts = <0 IRQ_TYPE_LEVEL_HIGH>;
> > +                               interrupts = <0>;
> >
> >                                 ports {
> >                                         #address-cells = <1>;
> > @@ -4333,7 +4333,7 @@ dsi0: dsi@ae94000 {
> >                                 reg-names = "dsi_ctrl";
> >
> >                                 interrupt-parent = <&mdss>;
> > -                               interrupts = <4 IRQ_TYPE_LEVEL_HIGH>;
> > +                               interrupts = <4>;
> >
> >                                 clocks = <&dispcc DISP_CC_MDSS_BYTE0_CLK>,
> >                                          <&dispcc DISP_CC_MDSS_BYTE0_INTF_CLK>,
> > @@ -4405,7 +4405,7 @@ dsi1: dsi@ae96000 {
> >                                 reg-names = "dsi_ctrl";
> >
> >                                 interrupt-parent = <&mdss>;
> > -                               interrupts = <5 IRQ_TYPE_LEVEL_HIGH>;
> > +                               interrupts = <5>;
> >
> >                                 clocks = <&dispcc DISP_CC_MDSS_BYTE1_CLK>,
> >                                          <&dispcc DISP_CC_MDSS_BYTE1_INTF_CLK>,
> > diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi b/arch/arm64/boot/dts/qcom/sm8250.dtsi
> > index fdaf303ba047..956848068871 100644
> > --- a/arch/arm64/boot/dts/qcom/sm8250.dtsi
> > +++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi
> > @@ -3200,7 +3200,7 @@ mdss_mdp: mdp@ae01000 {
> >                                 power-domains = <&rpmhpd SM8250_MMCX>;
> >
> >                                 interrupt-parent = <&mdss>;
> > -                               interrupts = <0 IRQ_TYPE_LEVEL_HIGH>;
> > +                               interrupts = <0>;
> >
> >                                 ports {
> >                                         #address-cells = <1>;
> > @@ -3252,7 +3252,7 @@ dsi0: dsi@ae94000 {
> >                                 reg-names = "dsi_ctrl";
> >
> >                                 interrupt-parent = <&mdss>;
> > -                               interrupts = <4 IRQ_TYPE_LEVEL_HIGH>;
> > +                               interrupts = <4>;
> >
> >                                 clocks = <&dispcc DISP_CC_MDSS_BYTE0_CLK>,
> >                                          <&dispcc DISP_CC_MDSS_BYTE0_INTF_CLK>,
> > @@ -3325,7 +3325,7 @@ dsi1: dsi@ae96000 {
> >                                 reg-names = "dsi_ctrl";
> >
> >                                 interrupt-parent = <&mdss>;
> > -                               interrupts = <5 IRQ_TYPE_LEVEL_HIGH>;
> > +                               interrupts = <5>;
> >
> >                                 clocks = <&dispcc DISP_CC_MDSS_BYTE1_CLK>,
> >                                          <&dispcc DISP_CC_MDSS_BYTE1_INTF_CLK>,
> > --
> > 2.32.0
> >
> 
> 
> -- 
> With best wishes
> Dmitry

  reply	other threads:[~2022-03-02 12:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-02  1:33 Rob Herring
2022-03-02  1:53 ` Dmitry Baryshkov
2022-03-02 12:35   ` Marijn Suijten [this message]
2022-03-02 12:43     ` Dmitry Baryshkov

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=20220302123518.3xprnrpp4nt7hmqs@SoMainline.org \
    --to=marijn.suijten@somainline.org \
    --cc=agross@kernel.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=krzysztof.kozlowski@canonical.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh@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

all inboxes | Powered by JetHome®