devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] irqchip: ti-sci-intr: Add support for K3 Interrupt Router
@ 2018-10-06  7:28 Lokesh Vutla
  2018-10-06  7:28 ` [PATCH 1/2] dt-bindings: irqchip: Introduce TISCI Interrupt router bindings Lokesh Vutla
  2018-10-06  7:28 ` [PATCH 2/2] irqchip: ti-sci-intr: Add support for Interrupt Router driver Lokesh Vutla
  0 siblings, 2 replies; 14+ messages in thread
From: Lokesh Vutla @ 2018-10-06  7:28 UTC (permalink / raw)
  To: Nishanth Menon, Tero Kristo, tglx, jason, marc.zyngier
  Cc: Rob Herring, Santosh Shilimkar, Device Tree Mailing List,
	Linux ARM Mailing List, linux-kernel, Sekhar Nori, Lokesh Vutla

This series adds irqchip driver for Texas Instruments' K3 based
Interrupt Router.

This series depends on TISCI IRQ management support posted here[1]

[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2018-October/605784.html

Lokesh Vutla (2):
  dt-bindings: irqchip: Introduce TISCI Interrupt router bindings
  irqchip: ti-sci-intr: Add support for Interrupt Router driver

 .../interrupt-controller/ti,sci-intr.txt      |  83 +++++
 MAINTAINERS                                   |   2 +
 drivers/irqchip/Kconfig                       |  11 +
 drivers/irqchip/Makefile                      |   1 +
 drivers/irqchip/irq-ti-sci-intr.c             | 325 ++++++++++++++++++
 5 files changed, 422 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/interrupt-controller/ti,sci-intr.txt
 create mode 100644 drivers/irqchip/irq-ti-sci-intr.c

-- 
2.19.0

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

end of thread, other threads:[~2018-10-17 13:49 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-06  7:28 [PATCH 0/2] irqchip: ti-sci-intr: Add support for K3 Interrupt Router Lokesh Vutla
2018-10-06  7:28 ` [PATCH 1/2] dt-bindings: irqchip: Introduce TISCI Interrupt router bindings Lokesh Vutla
2018-10-06 10:02   ` Marc Zyngier
2018-10-08  9:46     ` Lokesh Vutla
2018-10-08 13:55       ` Marc Zyngier
2018-10-08 15:28         ` Lokesh Vutla
2018-10-06 16:29   ` Nishanth Menon
2018-10-15 11:05     ` Lokesh Vutla
2018-10-17 13:49     ` Rob Herring
2018-10-06  7:28 ` [PATCH 2/2] irqchip: ti-sci-intr: Add support for Interrupt Router driver Lokesh Vutla
2018-10-06  9:55   ` Marc Zyngier
2018-10-08  9:48     ` Lokesh Vutla
2018-10-08 13:00       ` Marc Zyngier
2018-10-08 15:20         ` Lokesh Vutla

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