All of lore.kernel.org
 help / color / mirror / Atom feed
From: Neil Armstrong <narmstrong@baylibre.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Marc Zyngier <maz@kernel.org>, Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, linux-oxnas@groups.io
Subject: Re: [PATCH 02/18] ARM: dts: ox820: align interrupt controller node name with dtschema
Date: Thu, 17 Mar 2022 17:55:27 +0100	[thread overview]
Message-ID: <d53764bd-8b49-37eb-c393-1317180979d1@baylibre.com> (raw)
In-Reply-To: <20220317115705.450427-1-krzysztof.kozlowski@canonical.com>

On 17/03/2022 12:56, Krzysztof Kozlowski wrote:
> Fixes dtbs_check warnings like:
> 
>    gic@1000: $nodename:0: 'gic@1000' does not match '^interrupt-controller(@[0-9a-f,]+)*$'
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> ---
>   arch/arm/boot/dts/ox820.dtsi | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/ox820.dtsi b/arch/arm/boot/dts/ox820.dtsi
> index 90846a7655b4..dde4364892bf 100644
> --- a/arch/arm/boot/dts/ox820.dtsi
> +++ b/arch/arm/boot/dts/ox820.dtsi
> @@ -287,7 +287,7 @@ local-timer@600 {
>   				clocks = <&armclk>;
>   			};
>   
> -			gic: gic@1000 {
> +			gic: interrupt-controller@1000 {
>   				compatible = "arm,arm11mp-gic";
>   				interrupt-controller;
>   				#interrupt-cells = <3>;

Acked-by: Neil Armstrong <narmstrong@baylibre.com>

WARNING: multiple messages have this Message-ID (diff)
From: Neil Armstrong <narmstrong@baylibre.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Marc Zyngier <maz@kernel.org>, Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, linux-oxnas@groups.io
Subject: Re: [PATCH 02/18] ARM: dts: ox820: align interrupt controller node name with dtschema
Date: Thu, 17 Mar 2022 17:55:27 +0100	[thread overview]
Message-ID: <d53764bd-8b49-37eb-c393-1317180979d1@baylibre.com> (raw)
In-Reply-To: <20220317115705.450427-1-krzysztof.kozlowski@canonical.com>

On 17/03/2022 12:56, Krzysztof Kozlowski wrote:
> Fixes dtbs_check warnings like:
> 
>    gic@1000: $nodename:0: 'gic@1000' does not match '^interrupt-controller(@[0-9a-f,]+)*$'
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> ---
>   arch/arm/boot/dts/ox820.dtsi | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/ox820.dtsi b/arch/arm/boot/dts/ox820.dtsi
> index 90846a7655b4..dde4364892bf 100644
> --- a/arch/arm/boot/dts/ox820.dtsi
> +++ b/arch/arm/boot/dts/ox820.dtsi
> @@ -287,7 +287,7 @@ local-timer@600 {
>   				clocks = <&armclk>;
>   			};
>   
> -			gic: gic@1000 {
> +			gic: interrupt-controller@1000 {
>   				compatible = "arm,arm11mp-gic";
>   				interrupt-controller;
>   				#interrupt-cells = <3>;

Acked-by: Neil Armstrong <narmstrong@baylibre.com>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2022-03-17 16:55 UTC|newest]

Thread overview: 129+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-17 11:55 [PATCH 00/18] dt-bindings: irqchip: include generic schema Krzysztof Kozlowski
2022-03-17 11:55 ` Krzysztof Kozlowski
2022-03-17 11:55 ` Krzysztof Kozlowski
2022-03-17 11:55 ` [PATCH 01/18] ARM: dts: nspire: use lower case hex addresses in node unit addresses Krzysztof Kozlowski
2022-03-17 11:55   ` Krzysztof Kozlowski
2022-03-17 11:55   ` Krzysztof Kozlowski
2022-04-07 19:30   ` (subset) " Krzysztof Kozlowski
2022-04-07 19:30     ` Krzysztof Kozlowski
2022-04-07 19:30     ` Krzysztof Kozlowski
2022-03-17 11:56 ` [PATCH 02/18] ARM: dts: ox820: align interrupt controller node name with dtschema Krzysztof Kozlowski
2022-03-17 11:56   ` Krzysztof Kozlowski
2022-03-17 11:56   ` Krzysztof Kozlowski
2022-03-17 16:55   ` Neil Armstrong [this message]
2022-03-17 16:55     ` Neil Armstrong
2022-04-07 19:30   ` (subset) " Krzysztof Kozlowski
2022-04-07 19:30     ` Krzysztof Kozlowski
2022-04-07 19:30     ` Krzysztof Kozlowski
2022-03-17 11:56 ` [PATCH 03/18] ARM: dts: socfpga: " Krzysztof Kozlowski
2022-03-17 11:56   ` Krzysztof Kozlowski
2022-03-17 11:56   ` Krzysztof Kozlowski
2022-03-17 14:39   ` Dinh Nguyen
2022-03-17 14:39     ` Dinh Nguyen
2022-03-17 14:39     ` Dinh Nguyen
2022-04-07 19:30   ` (subset) " Krzysztof Kozlowski
2022-04-07 19:30     ` Krzysztof Kozlowski
2022-04-07 19:30     ` Krzysztof Kozlowski
2022-03-17 11:56 ` [PATCH 04/18] dt-bindings: irqchip: actions,owl-sirq: include generic schema Krzysztof Kozlowski
2022-03-17 11:56   ` [PATCH 04/18] dt-bindings: irqchip: actions, owl-sirq: " Krzysztof Kozlowski
2022-03-17 11:56   ` Krzysztof Kozlowski
2022-03-17 11:56   ` Krzysztof Kozlowski
2022-03-18  7:52   ` [PATCH 04/18] dt-bindings: irqchip: actions,owl-sirq: " Cristian Ciocaltea
2022-03-18  7:52     ` Cristian Ciocaltea
2022-03-18  7:52     ` Cristian Ciocaltea
2022-03-18  7:52     ` Cristian Ciocaltea
2022-03-17 11:56 ` [PATCH 05/18] dt-bindings: irqchip: fsl: " Krzysztof Kozlowski
2022-03-17 11:56   ` Krzysztof Kozlowski
2022-03-17 11:56   ` Krzysztof Kozlowski
2022-03-18  1:23   ` Joakim Zhang
2022-03-18  1:23     ` Joakim Zhang
2022-03-18  1:23     ` Joakim Zhang
2022-03-17 11:56 ` [PATCH 06/18] dt-bindings: irqchip: ingenic: " Krzysztof Kozlowski
2022-03-17 11:56   ` Krzysztof Kozlowski
2022-03-17 11:56   ` Krzysztof Kozlowski
2022-03-17 14:52   ` Paul Cercueil
2022-03-17 14:52     ` Paul Cercueil
2022-03-17 14:52     ` Paul Cercueil
2022-03-17 14:52     ` Paul Cercueil
2022-03-17 11:56 ` [PATCH 07/18] dt-bindings: irqchip: intel,ixp4xx: " Krzysztof Kozlowski
2022-03-17 11:56   ` [PATCH 07/18] dt-bindings: irqchip: intel, ixp4xx: " Krzysztof Kozlowski
2022-03-17 11:56   ` Krzysztof Kozlowski
2022-03-17 11:56   ` Krzysztof Kozlowski
2022-03-17 23:01   ` [PATCH 07/18] dt-bindings: irqchip: intel,ixp4xx: " Linus Walleij
2022-03-17 23:01     ` [PATCH 07/18] dt-bindings: irqchip: intel, ixp4xx: " Linus Walleij
2022-03-17 23:01     ` Linus Walleij
2022-03-17 23:01     ` Linus Walleij
2022-03-17 11:56 ` [PATCH 08/18] dt-bindings: irqchip: kontron,sl28cpld: " Krzysztof Kozlowski
2022-03-17 11:56   ` [PATCH 08/18] dt-bindings: irqchip: kontron, sl28cpld: " Krzysztof Kozlowski
2022-03-17 11:56   ` Krzysztof Kozlowski
2022-03-17 11:56   ` Krzysztof Kozlowski
2022-03-17 14:53   ` [PATCH 08/18] dt-bindings: irqchip: kontron,sl28cpld: " Michael Walle
2022-03-17 14:53     ` Michael Walle
2022-03-17 14:53     ` Michael Walle
2022-03-17 14:53     ` Michael Walle
2022-03-17 11:56 ` [PATCH 09/18] dt-bindings: irqchip: loongson: " Krzysztof Kozlowski
2022-03-17 11:56   ` Krzysztof Kozlowski
2022-03-17 11:56   ` Krzysztof Kozlowski
2022-03-17 11:56 ` [PATCH 10/18] dt-bindings: irqchip: microchip,eic: " Krzysztof Kozlowski
2022-03-17 11:56   ` [PATCH 10/18] dt-bindings: irqchip: microchip, eic: " Krzysztof Kozlowski
2022-03-17 11:56   ` Krzysztof Kozlowski
2022-03-17 11:56   ` Krzysztof Kozlowski
2022-03-18 10:12   ` [PATCH 10/18] dt-bindings: irqchip: microchip,eic: " Claudiu.Beznea
2022-03-18 10:12     ` Claudiu.Beznea
2022-03-18 10:12     ` Claudiu.Beznea
2022-03-17 11:56 ` [PATCH 11/18] dt-bindings: irqchip: mrvl,intc: " Krzysztof Kozlowski
2022-03-17 11:56   ` [PATCH 11/18] dt-bindings: irqchip: mrvl, intc: " Krzysztof Kozlowski
2022-03-17 11:56   ` Krzysztof Kozlowski
2022-03-17 11:56   ` Krzysztof Kozlowski
2022-03-17 11:56 ` [PATCH 12/18] dt-bindings: irqchip: mstar,mst-intc: " Krzysztof Kozlowski
2022-03-17 11:56   ` [PATCH 12/18] dt-bindings: irqchip: mstar, mst-intc: " Krzysztof Kozlowski
2022-03-17 11:56   ` Krzysztof Kozlowski
2022-03-17 11:56   ` Krzysztof Kozlowski
2022-03-17 15:09   ` [PATCH 12/18] dt-bindings: irqchip: mstar,mst-intc: " Mark-PK Tsai
2022-03-17 15:09     ` [PATCH 12/18] dt-bindings: irqchip: mstar, mst-intc: " Mark-PK Tsai
2022-03-17 15:09     ` Mark-PK Tsai
2022-03-17 15:09     ` Mark-PK Tsai
2022-03-17 11:57 ` [PATCH 13/18] dt-bindings: irqchip: mti,gic: " Krzysztof Kozlowski
2022-03-17 11:57   ` Krzysztof Kozlowski
2022-03-17 11:57   ` Krzysztof Kozlowski
2022-03-17 11:57 ` [PATCH 14/18] dt-bindings: irqchip: nuvoton,wpcm450-aic: " Krzysztof Kozlowski
2022-03-17 11:57   ` [PATCH 14/18] dt-bindings: irqchip: nuvoton, wpcm450-aic: " Krzysztof Kozlowski
2022-03-17 11:57   ` Krzysztof Kozlowski
2022-03-17 11:57   ` Krzysztof Kozlowski
2022-03-17 12:05   ` [PATCH 14/18] dt-bindings: irqchip: nuvoton,wpcm450-aic: " Jonathan Neuschäfer
2022-03-17 12:05     ` [PATCH 14/18] dt-bindings: irqchip: nuvoton, wpcm450-aic: " Jonathan Neuschäfer
2022-03-17 12:05     ` Jonathan Neuschäfer
2022-03-17 12:05     ` Jonathan Neuschäfer
2022-03-17 11:57 ` [PATCH 15/18] dt-bindings: irqchip: realtek,rtl-intc: " Krzysztof Kozlowski
2022-03-17 11:57   ` [PATCH 15/18] dt-bindings: irqchip: realtek, rtl-intc: " Krzysztof Kozlowski
2022-03-17 11:57   ` Krzysztof Kozlowski
2022-03-17 11:57   ` Krzysztof Kozlowski
2022-03-17 11:57 ` [PATCH 16/18] dt-bindings: irqchip: renesas: " Krzysztof Kozlowski
2022-03-17 11:57   ` Krzysztof Kozlowski
2022-03-17 11:57   ` Krzysztof Kozlowski
2022-03-18  8:36   ` Geert Uytterhoeven
2022-03-18  8:36     ` Geert Uytterhoeven
2022-03-18  8:36     ` Geert Uytterhoeven
2022-03-18  8:36     ` Geert Uytterhoeven
2022-03-17 11:57 ` [PATCH 17/18] dt-bindings: irqchip: sifive: " Krzysztof Kozlowski
2022-03-17 11:57   ` Krzysztof Kozlowski
2022-03-17 11:57   ` Krzysztof Kozlowski
2022-03-17 19:15   ` Palmer Dabbelt
2022-03-17 19:15     ` Palmer Dabbelt
2022-03-17 19:15     ` Palmer Dabbelt
2022-03-17 19:15     ` Palmer Dabbelt
2022-03-17 11:57 ` [PATCH 18/18] dt-bindings: irqchip: ti: " Krzysztof Kozlowski
2022-03-17 11:57   ` Krzysztof Kozlowski
2022-03-17 11:57   ` Krzysztof Kozlowski
2022-03-18 12:28   ` Nishanth Menon
2022-03-18 12:28     ` Nishanth Menon
2022-03-18 12:28     ` Nishanth Menon
2022-03-18 12:28     ` Nishanth Menon
2022-03-21 18:53 ` [PATCH 00/18] dt-bindings: irqchip: " Rob Herring
2022-03-21 18:53   ` Rob Herring
2022-03-21 18:53   ` Rob Herring
2022-03-21 18:53   ` Rob Herring
2022-03-22 18:36   ` Krzysztof Kozlowski
2022-03-22 18:36     ` Krzysztof Kozlowski
2022-03-22 18:36     ` Krzysztof Kozlowski
2022-03-22 18:36     ` Krzysztof Kozlowski

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=d53764bd-8b49-37eb-c393-1317180979d1@baylibre.com \
    --to=narmstrong@baylibre.com \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=krzysztof.kozlowski@canonical.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-oxnas@groups.io \
    --cc=maz@kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=tglx@linutronix.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.