openbmc.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/18] dt-bindings: irqchip: include generic schema
@ 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
                   ` (18 more replies)
  0 siblings, 19 replies; 33+ messages in thread
From: Krzysztof Kozlowski @ 2022-03-17 11:55 UTC (permalink / raw)
  To: Thomas Gleixner, Marc Zyngier, Rob Herring, Krzysztof Kozlowski,
	Andreas Färber, Manivannan Sadhasivam, Linus Walleij,
	Imre Kaloz, Krzysztof Halasa, Michael Walle, Mark-PK Tsai,
	Daniel Palmer, Jonathan Neuschäfer, Palmer Dabbelt,
	Paul Walmsley, Nishanth Menon, Tero Kristo, Santosh Shilimkar,
	Neil Armstrong, Dinh Nguyen, Cristian Ciocaltea, Joakim Zhang,
	Lucas Stach, Paul Cercueil, Jiaxun Yang, Claudiu Beznea,
	Jason Cooper, Paul Burton, Thomas Bogendoerfer, Birger Koblitz,
	Bert Vermeulen, John Crispin, Geert Uytterhoeven, Sagar Kadam,
	Suman Anna, Lokesh Vutla, linux-kernel, devicetree,
	linux-arm-kernel, linux-actions, openbmc, linux-riscv,
	linux-oxnas
  Cc: Krzysztof Kozlowski

Hi,

The DTS patches can be picked up independently.

Best regards,
Krzysztof

Krzysztof Kozlowski (18):
  ARM: dts: nspire: use lower case hex addresses in node unit addresses
  ARM: dts: ox820: align interrupt controller node name with dtschema
  ARM: dts: socfpga: align interrupt controller node name with dtschema
  dt-bindings: irqchip: actions,owl-sirq: include generic schema
  dt-bindings: irqchip: fsl: include generic schema
  dt-bindings: irqchip: ingenic: include generic schema
  dt-bindings: irqchip: intel,ixp4xx: include generic schema
  dt-bindings: irqchip: kontron,sl28cpld: include generic schema
  dt-bindings: irqchip: loongson: include generic schema
  dt-bindings: irqchip: microchip,eic: include generic schema
  dt-bindings: irqchip: mrvl,intc: include generic schema
  dt-bindings: irqchip: mstar,mst-intc: include generic schema
  dt-bindings: irqchip: mti,gic: include generic schema
  dt-bindings: irqchip: nuvoton,wpcm450-aic: include generic schema
  dt-bindings: irqchip: realtek,rtl-intc: include generic schema
  dt-bindings: irqchip: renesas: include generic schema
  dt-bindings: irqchip: sifive: include generic schema
  dt-bindings: irqchip: ti: include generic schema

 .../actions,owl-sirq.yaml                     |  5 +-
 .../interrupt-controller/fsl,intmux.yaml      |  5 +-
 .../interrupt-controller/fsl,irqsteer.yaml    |  5 +-
 .../interrupt-controller/ingenic,intc.yaml    |  5 +-
 .../intel,ixp4xx-interrupt.yaml               |  5 +-
 .../kontron,sl28cpld-intc.yaml                |  5 +-
 .../interrupt-controller/loongson,htvec.yaml  |  5 +-
 .../loongson,pch-msi.yaml                     |  5 +-
 .../loongson,pch-pic.yaml                     |  5 +-
 .../interrupt-controller/microchip,eic.yaml   |  5 +-
 .../interrupt-controller/mrvl,intc.yaml       |  3 +-
 .../interrupt-controller/mstar,mst-intc.yaml  |  5 +-
 .../interrupt-controller/mti,gic.yaml         |  5 +-
 .../nuvoton,wpcm450-aic.yaml                  |  7 ++-
 .../realtek,rtl-intc.yaml                     |  5 +-
 .../renesas,intc-irqpin.yaml                  | 28 +++++----
 .../interrupt-controller/renesas,irqc.yaml    |  5 +-
 .../sifive,plic-1.0.0.yaml                    |  5 +-
 .../interrupt-controller/ti,pruss-intc.yaml   |  5 +-
 .../interrupt-controller/ti,sci-inta.yaml     |  1 +
 .../interrupt-controller/ti,sci-intr.yaml     |  3 +-
 arch/arm/boot/dts/nspire-classic.dtsi         | 10 ++--
 arch/arm/boot/dts/nspire-cx.dts               |  4 +-
 arch/arm/boot/dts/nspire.dtsi                 | 60 +++++++++----------
 arch/arm/boot/dts/ox820.dtsi                  |  2 +-
 arch/arm/boot/dts/socfpga.dtsi                |  2 +-
 arch/arm/boot/dts/socfpga_arria10.dtsi        |  2 +-
 27 files changed, 129 insertions(+), 73 deletions(-)

-- 
2.32.0


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

end of thread, other threads:[~2022-03-23  1:13 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-17 11:55 [PATCH 00/18] dt-bindings: irqchip: include generic schema 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:56 ` [PATCH 02/18] ARM: dts: ox820: align interrupt controller node name with dtschema Krzysztof Kozlowski
2022-03-17 11:56 ` [PATCH 03/18] ARM: dts: socfpga: " Krzysztof Kozlowski
2022-03-17 14:39   ` Dinh Nguyen
2022-03-17 11:56 ` [PATCH 04/18] dt-bindings: irqchip: actions, owl-sirq: include generic schema Krzysztof Kozlowski
2022-03-18  7:52   ` [PATCH 04/18] dt-bindings: irqchip: actions,owl-sirq: " Cristian Ciocaltea
2022-03-17 11:56 ` [PATCH 05/18] dt-bindings: irqchip: fsl: " Krzysztof Kozlowski
2022-03-18  1:23   ` Joakim Zhang
2022-03-17 11:56 ` [PATCH 06/18] dt-bindings: irqchip: ingenic: " Krzysztof Kozlowski
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 23:01   ` Linus Walleij
2022-03-17 11:56 ` [PATCH 08/18] dt-bindings: irqchip: kontron, sl28cpld: " Krzysztof Kozlowski
2022-03-17 14:53   ` [PATCH 08/18] dt-bindings: irqchip: kontron,sl28cpld: " Michael Walle
2022-03-17 11:56 ` [PATCH 09/18] dt-bindings: irqchip: loongson: " Krzysztof Kozlowski
2022-03-17 11:56 ` [PATCH 10/18] dt-bindings: irqchip: microchip, eic: " Krzysztof Kozlowski
2022-03-18 10:12   ` [PATCH 10/18] dt-bindings: irqchip: microchip,eic: " Claudiu.Beznea
2022-03-17 11:56 ` [PATCH 11/18] dt-bindings: irqchip: mrvl, intc: " Krzysztof Kozlowski
2022-03-17 11:56 ` [PATCH 12/18] dt-bindings: irqchip: mstar, mst-intc: " Krzysztof Kozlowski
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 ` [PATCH 14/18] dt-bindings: irqchip: nuvoton, wpcm450-aic: " Krzysztof Kozlowski
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 16/18] dt-bindings: irqchip: renesas: " Krzysztof Kozlowski
2022-03-18  8:36   ` Geert Uytterhoeven
2022-03-17 11:57 ` [PATCH 17/18] dt-bindings: irqchip: sifive: " Krzysztof Kozlowski
2022-03-17 19:15   ` Palmer Dabbelt
2022-03-17 11:57 ` [PATCH 18/18] dt-bindings: irqchip: ti: " Krzysztof Kozlowski
2022-03-18 12:28   ` Nishanth Menon
2022-03-21 18:53 ` [PATCH 00/18] dt-bindings: irqchip: " Rob Herring
2022-03-22 18:36   ` Krzysztof Kozlowski

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