All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] irqchip: Add Aspeed SCU Interrupt Controller
@ 2019-09-24 16:14 ` Eddie James
  0 siblings, 0 replies; 14+ messages in thread
From: Eddie James @ 2019-09-24 16:14 UTC (permalink / raw)
  To: linux-aspeed

The Aspeed SOCs provide some interrupts through the System Control
Unit registers. Add an interrupt controller that provides these
interrupts to the system. Add the interrupt controller to the AST25XX
and AST26XX devicetrees.

Eddie James (4):
  dt-bindings: interrupt-controller: Add Aspeed SCU interrupt controller
  irqchip: Add Aspeed SCU interrupt controller
  ARM: dts: aspeed: ast2500: Add SCU interrupt controller
  ARM: dts: aspeed: ast2600: Add SCU interrupt controllers

 .../interrupt-controller/aspeed,ast2xxx-scu-ic.txt |  26 +++
 MAINTAINERS                                        |   8 +
 arch/arm/boot/dts/aspeed-g5.dtsi                   |  11 +-
 arch/arm/boot/dts/aspeed-g6.dtsi                   |  18 ++
 drivers/irqchip/Makefile                           |   2 +-
 drivers/irqchip/irq-aspeed-scu-ic.c                | 199 +++++++++++++++++++++
 .../interrupt-controller/aspeed-scu-ic.h           |  23 +++
 7 files changed, 285 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2xxx-scu-ic.txt
 create mode 100644 drivers/irqchip/irq-aspeed-scu-ic.c
 create mode 100644 include/dt-bindings/interrupt-controller/aspeed-scu-ic.h

-- 
1.8.3.1


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

end of thread, other threads:[~2019-09-24 18:10 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-24 16:14 [PATCH 0/4] irqchip: Add Aspeed SCU Interrupt Controller Eddie James
2019-09-24 16:14 ` Eddie James
2019-09-24 16:14 ` [PATCH 1/4] dt-bindings: interrupt-controller: Add Aspeed SCU interrupt controller Eddie James
2019-09-24 16:14   ` Eddie James
2019-09-24 16:14 ` [PATCH 2/4] irqchip: " Eddie James
2019-09-24 16:14   ` Eddie James
2019-09-24 16:47   ` Marc Zyngier
2019-09-24 16:47     ` Marc Zyngier
2019-09-24 18:10     ` Eddie James
2019-09-24 18:10       ` Eddie James
2019-09-24 16:14 ` [PATCH 3/4] ARM: dts: aspeed: ast2500: Add " Eddie James
2019-09-24 16:14   ` Eddie James
2019-09-24 16:14 ` [PATCH 4/4] ARM: dts: aspeed: ast2600: Add SCU interrupt controllers Eddie James
2019-09-24 16:14   ` Eddie James

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.