linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: gpio: st,nomadik-gpio: Add missing "#interrupt-cells" to example
@ 2024-09-25 17:35 Rob Herring (Arm)
  2024-09-26 16:55 ` Conor Dooley
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Rob Herring (Arm) @ 2024-09-25 17:35 UTC (permalink / raw)
  To: Linus Walleij, Bartosz Golaszewski, Krzysztof Kozlowski,
	Conor Dooley
  Cc: linux-arm-kernel, linux-gpio, devicetree, linux-kernel

Enabling dtc interrupt_provider check reveals the example is missing the
"#interrupt-cells" property as it is a dependency of
"interrupt-controller".

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 Documentation/devicetree/bindings/gpio/st,nomadik-gpio.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/gpio/st,nomadik-gpio.yaml b/Documentation/devicetree/bindings/gpio/st,nomadik-gpio.yaml
index 38d37d8f7201..b3e8951959b5 100644
--- a/Documentation/devicetree/bindings/gpio/st,nomadik-gpio.yaml
+++ b/Documentation/devicetree/bindings/gpio/st,nomadik-gpio.yaml
@@ -89,6 +89,7 @@ examples:
         interrupts = <0 120 0x4>;
         #gpio-cells = <2>;
         gpio-controller;
+        #interrupt-cells = <2>;
         interrupt-controller;
         st,supports-sleepmode;
         gpio-bank = <1>;
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH] dt-bindings: gpio: st,nomadik-gpio: Add missing "#interrupt-cells" to example
  2024-09-25 17:35 [PATCH] dt-bindings: gpio: st,nomadik-gpio: Add missing "#interrupt-cells" to example Rob Herring (Arm)
@ 2024-09-26 16:55 ` Conor Dooley
  2024-10-02 13:04 ` Linus Walleij
  2024-10-02 14:28 ` Bartosz Golaszewski
  2 siblings, 0 replies; 7+ messages in thread
From: Conor Dooley @ 2024-09-26 16:55 UTC (permalink / raw)
  To: Rob Herring (Arm)
  Cc: Linus Walleij, Bartosz Golaszewski, Krzysztof Kozlowski,
	Conor Dooley, linux-arm-kernel, linux-gpio, devicetree,
	linux-kernel

[-- Attachment #1: Type: text/plain, Size: 340 bytes --]

On Wed, Sep 25, 2024 at 12:35:03PM -0500, Rob Herring (Arm) wrote:
> Enabling dtc interrupt_provider check reveals the example is missing the
> "#interrupt-cells" property as it is a dependency of
> "interrupt-controller".
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] dt-bindings: gpio: st,nomadik-gpio: Add missing "#interrupt-cells" to example
  2024-09-25 17:35 [PATCH] dt-bindings: gpio: st,nomadik-gpio: Add missing "#interrupt-cells" to example Rob Herring (Arm)
  2024-09-26 16:55 ` Conor Dooley
@ 2024-10-02 13:04 ` Linus Walleij
  2024-10-02 13:32   ` Bartosz Golaszewski
  2024-10-02 14:28 ` Bartosz Golaszewski
  2 siblings, 1 reply; 7+ messages in thread
From: Linus Walleij @ 2024-10-02 13:04 UTC (permalink / raw)
  To: Rob Herring (Arm)
  Cc: Bartosz Golaszewski, Krzysztof Kozlowski, Conor Dooley,
	linux-arm-kernel, linux-gpio, devicetree, linux-kernel

On Wed, Sep 25, 2024 at 7:35 PM Rob Herring (Arm) <robh@kernel.org> wrote:

> Enabling dtc interrupt_provider check reveals the example is missing the
> "#interrupt-cells" property as it is a dependency of
> "interrupt-controller".
>
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Can you please merge this into the DT git tree?

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] dt-bindings: gpio: st,nomadik-gpio: Add missing "#interrupt-cells" to example
  2024-10-02 13:04 ` Linus Walleij
@ 2024-10-02 13:32   ` Bartosz Golaszewski
  2024-10-02 14:22     ` Rob Herring
  0 siblings, 1 reply; 7+ messages in thread
From: Bartosz Golaszewski @ 2024-10-02 13:32 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Rob Herring (Arm), Krzysztof Kozlowski, Conor Dooley,
	linux-arm-kernel, linux-gpio, devicetree, linux-kernel

On Wed, Oct 2, 2024 at 3:04 PM Linus Walleij <linus.walleij@linaro.org> wrote:
>
> On Wed, Sep 25, 2024 at 7:35 PM Rob Herring (Arm) <robh@kernel.org> wrote:
>
> > Enabling dtc interrupt_provider check reveals the example is missing the
> > "#interrupt-cells" property as it is a dependency of
> > "interrupt-controller".
> >
> > Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
>
> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
>
> Can you please merge this into the DT git tree?
>
> Yours,
> Linus Walleij

It's already upstream. I learned it when I tried picking it up. Rob:
any chance you could send b4 notifications when applying patches to
your tree?

Bartosz

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] dt-bindings: gpio: st,nomadik-gpio: Add missing "#interrupt-cells" to example
  2024-10-02 13:32   ` Bartosz Golaszewski
@ 2024-10-02 14:22     ` Rob Herring
  2024-10-02 14:29       ` Bartosz Golaszewski
  0 siblings, 1 reply; 7+ messages in thread
From: Rob Herring @ 2024-10-02 14:22 UTC (permalink / raw)
  To: Bartosz Golaszewski
  Cc: Linus Walleij, Krzysztof Kozlowski, Conor Dooley,
	linux-arm-kernel, linux-gpio, devicetree, linux-kernel

On Wed, Oct 2, 2024 at 8:32 AM Bartosz Golaszewski <brgl@bgdev.pl> wrote:
>
> On Wed, Oct 2, 2024 at 3:04 PM Linus Walleij <linus.walleij@linaro.org> wrote:
> >
> > On Wed, Sep 25, 2024 at 7:35 PM Rob Herring (Arm) <robh@kernel.org> wrote:
> >
> > > Enabling dtc interrupt_provider check reveals the example is missing the
> > > "#interrupt-cells" property as it is a dependency of
> > > "interrupt-controller".
> > >
> > > Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> >
> > Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
> >
> > Can you please merge this into the DT git tree?
> >
> > Yours,
> > Linus Walleij
>
> It's already upstream. I learned it when I tried picking it up. Rob:
> any chance you could send b4 notifications when applying patches to
> your tree?

It's not upstream. The ep9301 one is because Arnd applied it.

I do send notifications when applying things. Not using b4 though
because I haven't converted my scripts to it for that yet.

Rob

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] dt-bindings: gpio: st,nomadik-gpio: Add missing "#interrupt-cells" to example
  2024-09-25 17:35 [PATCH] dt-bindings: gpio: st,nomadik-gpio: Add missing "#interrupt-cells" to example Rob Herring (Arm)
  2024-09-26 16:55 ` Conor Dooley
  2024-10-02 13:04 ` Linus Walleij
@ 2024-10-02 14:28 ` Bartosz Golaszewski
  2 siblings, 0 replies; 7+ messages in thread
From: Bartosz Golaszewski @ 2024-10-02 14:28 UTC (permalink / raw)
  To: Linus Walleij, Bartosz Golaszewski, Krzysztof Kozlowski,
	Conor Dooley, Rob Herring (Arm)
  Cc: Bartosz Golaszewski, linux-arm-kernel, linux-gpio, devicetree,
	linux-kernel

From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>


On Wed, 25 Sep 2024 12:35:03 -0500, Rob Herring (Arm) wrote:
> Enabling dtc interrupt_provider check reveals the example is missing the
> "#interrupt-cells" property as it is a dependency of
> "interrupt-controller".
> 
> 

Applied, thanks!

[1/1] dt-bindings: gpio: st,nomadik-gpio: Add missing "#interrupt-cells" to example
      commit: 35c013ac7362a5470d5f30f3da0af50215095121

Best regards,
-- 
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] dt-bindings: gpio: st,nomadik-gpio: Add missing "#interrupt-cells" to example
  2024-10-02 14:22     ` Rob Herring
@ 2024-10-02 14:29       ` Bartosz Golaszewski
  0 siblings, 0 replies; 7+ messages in thread
From: Bartosz Golaszewski @ 2024-10-02 14:29 UTC (permalink / raw)
  To: Rob Herring
  Cc: Linus Walleij, Krzysztof Kozlowski, Conor Dooley,
	linux-arm-kernel, linux-gpio, devicetree, linux-kernel

On Wed, Oct 2, 2024 at 4:22 PM Rob Herring <robh@kernel.org> wrote:
>
> On Wed, Oct 2, 2024 at 8:32 AM Bartosz Golaszewski <brgl@bgdev.pl> wrote:
> >
> > On Wed, Oct 2, 2024 at 3:04 PM Linus Walleij <linus.walleij@linaro.org> wrote:
> > >
> > > On Wed, Sep 25, 2024 at 7:35 PM Rob Herring (Arm) <robh@kernel.org> wrote:
> > >
> > > > Enabling dtc interrupt_provider check reveals the example is missing the
> > > > "#interrupt-cells" property as it is a dependency of
> > > > "interrupt-controller".
> > > >
> > > > Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> > >
> > > Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
> > >
> > > Can you please merge this into the DT git tree?
> > >
> > > Yours,
> > > Linus Walleij
> >
> > It's already upstream. I learned it when I tried picking it up. Rob:
> > any chance you could send b4 notifications when applying patches to
> > your tree?
>
> It's not upstream. The ep9301 one is because Arnd applied it.
>
> I do send notifications when applying things. Not using b4 though
> because I haven't converted my scripts to it for that yet.
>
> Rob

Indeed, I confused the patches. I picked it up into the GPIO tree.

Bartosz

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-10-02 14:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-25 17:35 [PATCH] dt-bindings: gpio: st,nomadik-gpio: Add missing "#interrupt-cells" to example Rob Herring (Arm)
2024-09-26 16:55 ` Conor Dooley
2024-10-02 13:04 ` Linus Walleij
2024-10-02 13:32   ` Bartosz Golaszewski
2024-10-02 14:22     ` Rob Herring
2024-10-02 14:29       ` Bartosz Golaszewski
2024-10-02 14:28 ` Bartosz Golaszewski

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).