All of lore.kernel.org
 help / color / mirror / Atom feed
From: Palmer Dabbelt <palmer@dabbelt.com>
To: krzysztof.kozlowski@canonical.com
Cc: tglx@linutronix.de, Marc Zyngier <maz@kernel.org>,
	robh+dt@kernel.org, krzk+dt@kernel.org, afaerber@suse.de,
	mani@kernel.org, linusw@kernel.org, kaloz@openwrt.org,
	khalasa@piap.pl, michael@walle.cc, mark-pk.tsai@mediatek.com,
	daniel@thingy.jp, j.neuschaefer@gmx.net,
	Paul Walmsley <paul.walmsley@sifive.com>,
	nm@ti.com, kristo@kernel.org, ssantosh@kernel.org,
	narmstrong@baylibre.com, dinguyen@kernel.org,
	cristian.ciocaltea@gmail.com, qiangqing.zhang@nxp.com,
	l.stach@pengutronix.de, paul@crapouillou.net,
	jiaxun.yang@flygoat.com, claudiu.beznea@microchip.com,
	jason@lakedaemon.net, paulburton@kernel.org,
	tsbogend@alpha.franken.de, mail@birger-koblitz.de, bert@biot.com,
	john@phrozen.org, geert+renesas@glider.be,
	sagar.kadam@sifive.com, s-anna@ti.com, lokeshvutla@ti.com,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-actions@lists.infradead.org, openbmc@lists.ozlabs.org,
	linux-riscv@lists.infradead.org, linux-oxnas@groups.io,
	krzysztof.kozlowski@canonical.com
Subject: Re: [PATCH 17/18] dt-bindings: irqchip: sifive: include generic schema
Date: Thu, 17 Mar 2022 12:15:51 -0700 (PDT)	[thread overview]
Message-ID: <mhng-8f60f19c-40cb-4b5e-b392-9cdf8adc1d13@palmer-ri-x1c9> (raw)
In-Reply-To: <20220317115705.450427-16-krzysztof.kozlowski@canonical.com>

On Thu, 17 Mar 2022 04:57:04 PDT (-0700), krzysztof.kozlowski@canonical.com wrote:
> Include generic interrupt-controller.yaml schema, which enforces node
> naming and other generic properties.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> ---
>  .../bindings/interrupt-controller/sifive,plic-1.0.0.yaml     | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml b/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml
> index 27092c6a86c4..e3c08cff89d2 100644
> --- a/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml
> +++ b/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml
> @@ -44,6 +44,9 @@ maintainers:
>    - Paul Walmsley  <paul.walmsley@sifive.com>
>    - Palmer Dabbelt <palmer@dabbelt.com>
>
> +allOf:
> +  - $ref: /schemas/interrupt-controller.yaml#
> +
>  properties:
>    compatible:
>      oneOf:
> @@ -91,7 +94,7 @@ required:
>    - interrupts-extended
>    - riscv,ndev
>
> -additionalProperties: false
> +unevaluatedProperties: false
>
>  examples:
>    - |

Acked-by: Palmer Dabbelt <palmer@rivosinc.com>

I'm assuming this is going in along with the others.

Thanks!

WARNING: multiple messages have this Message-ID (diff)
From: Palmer Dabbelt <palmer@dabbelt.com>
To: krzysztof.kozlowski@canonical.com
Cc: tglx@linutronix.de, Marc Zyngier <maz@kernel.org>,
	robh+dt@kernel.org, krzk+dt@kernel.org, afaerber@suse.de,
	mani@kernel.org, linusw@kernel.org, kaloz@openwrt.org,
	 khalasa@piap.pl, michael@walle.cc, mark-pk.tsai@mediatek.com,
	daniel@thingy.jp, j.neuschaefer@gmx.net,
	Paul Walmsley <paul.walmsley@sifive.com>,
	nm@ti.com, kristo@kernel.org,  ssantosh@kernel.org,
	narmstrong@baylibre.com, dinguyen@kernel.org,
	cristian.ciocaltea@gmail.com,  qiangqing.zhang@nxp.com,
	l.stach@pengutronix.de, paul@crapouillou.net,
	jiaxun.yang@flygoat.com,  claudiu.beznea@microchip.com,
	jason@lakedaemon.net, paulburton@kernel.org,
	tsbogend@alpha.franken.de,  mail@birger-koblitz.de,
	bert@biot.com, john@phrozen.org, geert+renesas@glider.be,
	 sagar.kadam@sifive.com, s-anna@ti.com, lokeshvutla@ti.com,
	linux-kernel@vger.kernel.org,  devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-actions@lists.infradead.org,  openbmc@lists.ozlabs.org,
	linux-riscv@lists.infradead.org, linux-oxnas@groups.io,
	krzysztof.kozlowski@canonical.com
Subject: Re: [PATCH 17/18] dt-bindings: irqchip: sifive: include generic schema
Date: Thu, 17 Mar 2022 12:15:51 -0700 (PDT)	[thread overview]
Message-ID: <mhng-8f60f19c-40cb-4b5e-b392-9cdf8adc1d13@palmer-ri-x1c9> (raw)
In-Reply-To: <20220317115705.450427-16-krzysztof.kozlowski@canonical.com>

On Thu, 17 Mar 2022 04:57:04 PDT (-0700), krzysztof.kozlowski@canonical.com wrote:
> Include generic interrupt-controller.yaml schema, which enforces node
> naming and other generic properties.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> ---
>  .../bindings/interrupt-controller/sifive,plic-1.0.0.yaml     | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml b/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml
> index 27092c6a86c4..e3c08cff89d2 100644
> --- a/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml
> +++ b/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml
> @@ -44,6 +44,9 @@ maintainers:
>    - Paul Walmsley  <paul.walmsley@sifive.com>
>    - Palmer Dabbelt <palmer@dabbelt.com>
>
> +allOf:
> +  - $ref: /schemas/interrupt-controller.yaml#
> +
>  properties:
>    compatible:
>      oneOf:
> @@ -91,7 +94,7 @@ required:
>    - interrupts-extended
>    - riscv,ndev
>
> -additionalProperties: false
> +unevaluatedProperties: false
>
>  examples:
>    - |

Acked-by: Palmer Dabbelt <palmer@rivosinc.com>

I'm assuming this is going in along with the others.

Thanks!

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

WARNING: multiple messages have this Message-ID (diff)
From: Palmer Dabbelt <palmer@dabbelt.com>
To: krzysztof.kozlowski@canonical.com
Cc: nm@ti.com, bert@biot.com, geert+renesas@glider.be,
	narmstrong@baylibre.com, lokeshvutla@ti.com,
	Paul Walmsley <paul.walmsley@sifive.com>,
	jiaxun.yang@flygoat.com, cristian.ciocaltea@gmail.com,
	paul@crapouillou.net, daniel@thingy.jp, sagar.kadam@sifive.com,
	linux-riscv@lists.infradead.org, mark-pk.tsai@mediatek.com,
	paulburton@kernel.org, krzysztof.kozlowski@canonical.com,
	Marc Zyngier <maz@kernel.org>,
	openbmc@lists.ozlabs.org, john@phrozen.org,
	mail@birger-koblitz.de, linux-oxnas@groups.io,
	devicetree@vger.kernel.org, jason@lakedaemon.net,
	mani@kernel.org, linux-kernel@vger.kernel.org,
	linux-actions@lists.infradead.org, j.neuschaefer@gmx.net,
	robh+dt@kernel.org, khalasa@piap.pl, ssantosh@kernel.org,
	tglx@linutronix.de, linux-arm-kernel@lists.infradead.org,
	tsbogend@alpha.franken.de, kristo@kernel.org, linusw@kernel.org,
	qiangqing.zhang@nxp.com, claudiu.beznea@microchip.com,
	dinguyen@kernel.org, michael@walle.cc, krzk+dt@kernel.org,
	kaloz@openwrt.org, afaerber@suse.de, l.stach@pengutronix.de
Subject: Re: [PATCH 17/18] dt-bindings: irqchip: sifive: include generic schema
Date: Thu, 17 Mar 2022 12:15:51 -0700 (PDT)	[thread overview]
Message-ID: <mhng-8f60f19c-40cb-4b5e-b392-9cdf8adc1d13@palmer-ri-x1c9> (raw)
In-Reply-To: <20220317115705.450427-16-krzysztof.kozlowski@canonical.com>

On Thu, 17 Mar 2022 04:57:04 PDT (-0700), krzysztof.kozlowski@canonical.com wrote:
> Include generic interrupt-controller.yaml schema, which enforces node
> naming and other generic properties.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> ---
>  .../bindings/interrupt-controller/sifive,plic-1.0.0.yaml     | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml b/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml
> index 27092c6a86c4..e3c08cff89d2 100644
> --- a/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml
> +++ b/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml
> @@ -44,6 +44,9 @@ maintainers:
>    - Paul Walmsley  <paul.walmsley@sifive.com>
>    - Palmer Dabbelt <palmer@dabbelt.com>
>
> +allOf:
> +  - $ref: /schemas/interrupt-controller.yaml#
> +
>  properties:
>    compatible:
>      oneOf:
> @@ -91,7 +94,7 @@ required:
>    - interrupts-extended
>    - riscv,ndev
>
> -additionalProperties: false
> +unevaluatedProperties: false
>
>  examples:
>    - |

Acked-by: Palmer Dabbelt <palmer@rivosinc.com>

I'm assuming this is going in along with the others.

Thanks!

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

WARNING: multiple messages have this Message-ID (diff)
From: Palmer Dabbelt <palmer@dabbelt.com>
To: krzysztof.kozlowski@canonical.com
Cc: nm@ti.com, bert@biot.com, geert+renesas@glider.be,
	narmstrong@baylibre.com, lokeshvutla@ti.com,
	Paul Walmsley <paul.walmsley@sifive.com>,
	jiaxun.yang@flygoat.com, cristian.ciocaltea@gmail.com,
	paul@crapouillou.net, daniel@thingy.jp, sagar.kadam@sifive.com,
	linux-riscv@lists.infradead.org, s-anna@ti.com,
	mark-pk.tsai@mediatek.com, paulburton@kernel.org,
	krzysztof.kozlowski@canonical.com, Marc Zyngier <maz@kernel.org>,
	openbmc@lists.ozlabs.org, john@phrozen.org,
	mail@birger-koblitz.de, linux-oxnas@groups.io,
	devicetree@vger.kernel.org, jason@lakedaemon.net,
	mani@kernel.org, linux-kernel@vger.kernel.org,
	linux-actions@lists.infradead.org, j.neuschaefer@gmx.net,
	robh+dt@kernel.org, khalasa@piap.pl, ssantosh@kernel.org,
	tglx@linutronix.de, linux-arm-kernel@lists.infradead.org,
	tsbogend@alpha.franken.de, kristo@kernel.org, linusw@kernel.org,
	qiangqing.zhang@nxp.com, claudiu.beznea@microchip.com,
	dinguyen@kernel.org, michael@walle.cc, krzk+dt@kernel.org,
	kaloz@openwrt.org, afaerber@suse.de, l.stach@pengutronix.de
Subject: Re: [PATCH 17/18] dt-bindings: irqchip: sifive: include generic schema
Date: Thu, 17 Mar 2022 12:15:51 -0700 (PDT)	[thread overview]
Message-ID: <mhng-8f60f19c-40cb-4b5e-b392-9cdf8adc1d13@palmer-ri-x1c9> (raw)
In-Reply-To: <20220317115705.450427-16-krzysztof.kozlowski@canonical.com>

On Thu, 17 Mar 2022 04:57:04 PDT (-0700), krzysztof.kozlowski@canonical.com wrote:
> Include generic interrupt-controller.yaml schema, which enforces node
> naming and other generic properties.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> ---
>  .../bindings/interrupt-controller/sifive,plic-1.0.0.yaml     | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml b/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml
> index 27092c6a86c4..e3c08cff89d2 100644
> --- a/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml
> +++ b/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml
> @@ -44,6 +44,9 @@ maintainers:
>    - Paul Walmsley  <paul.walmsley@sifive.com>
>    - Palmer Dabbelt <palmer@dabbelt.com>
>
> +allOf:
> +  - $ref: /schemas/interrupt-controller.yaml#
> +
>  properties:
>    compatible:
>      oneOf:
> @@ -91,7 +94,7 @@ required:
>    - interrupts-extended
>    - riscv,ndev
>
> -additionalProperties: false
> +unevaluatedProperties: false
>
>  examples:
>    - |

Acked-by: Palmer Dabbelt <palmer@rivosinc.com>

I'm assuming this is going in along with the others.

Thanks!

  reply	other threads:[~2022-03-17 19:16 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
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 [this message]
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=mhng-8f60f19c-40cb-4b5e-b392-9cdf8adc1d13@palmer-ri-x1c9 \
    --to=palmer@dabbelt.com \
    --cc=afaerber@suse.de \
    --cc=bert@biot.com \
    --cc=claudiu.beznea@microchip.com \
    --cc=cristian.ciocaltea@gmail.com \
    --cc=daniel@thingy.jp \
    --cc=devicetree@vger.kernel.org \
    --cc=dinguyen@kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=j.neuschaefer@gmx.net \
    --cc=jason@lakedaemon.net \
    --cc=jiaxun.yang@flygoat.com \
    --cc=john@phrozen.org \
    --cc=kaloz@openwrt.org \
    --cc=khalasa@piap.pl \
    --cc=kristo@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=krzysztof.kozlowski@canonical.com \
    --cc=l.stach@pengutronix.de \
    --cc=linusw@kernel.org \
    --cc=linux-actions@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-oxnas@groups.io \
    --cc=linux-riscv@lists.infradead.org \
    --cc=lokeshvutla@ti.com \
    --cc=mail@birger-koblitz.de \
    --cc=mani@kernel.org \
    --cc=mark-pk.tsai@mediatek.com \
    --cc=maz@kernel.org \
    --cc=michael@walle.cc \
    --cc=narmstrong@baylibre.com \
    --cc=nm@ti.com \
    --cc=openbmc@lists.ozlabs.org \
    --cc=paul.walmsley@sifive.com \
    --cc=paul@crapouillou.net \
    --cc=paulburton@kernel.org \
    --cc=qiangqing.zhang@nxp.com \
    --cc=robh+dt@kernel.org \
    --cc=s-anna@ti.com \
    --cc=sagar.kadam@sifive.com \
    --cc=ssantosh@kernel.org \
    --cc=tglx@linutronix.de \
    --cc=tsbogend@alpha.franken.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.