linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add Actions Semi Owl family sirq support
@ 2018-08-12 12:22 Parthiban Nallathambi
  2018-08-12 12:22 ` [PATCH v2 1/3] dt-bindings: interrupt-controller: Actions external interrupt controller Parthiban Nallathambi
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Parthiban Nallathambi @ 2018-08-12 12:22 UTC (permalink / raw)
  To: tglx, jason, marc.zyngier, robh+dt, mark.rutland, afaerber,
	catalin.marinas, will.deacon, manivannan.sadhasivam
  Cc: linux-kernel, devicetree, linux-arm-kernel, sravanhome,
	thomas.liau, mp-cs, linux, edgar.righi, laisa.costa,
	guilherme.simoes, mkzuffo, Parthiban Nallathambi

This patch series add support for external interrupt controller
in Actions Semi Owl famil of SoC's (S500, S700 and S900). Actions
provides support for external interrupt controller to be connected
with it's SoC's using 3 SIRQ pins.

Each line can be configures independently, i.e 3 independent external
interrupt controller can be connected and managed parallely.

Device tree node is created only for S700 after testing it in Cubieboard7.

Changelog in v2:
- Added SIRQ as hierarchical chip
        GIC <----> SIRQ <----> External interrupt controller/Child devices
- Device binding updates with vendor prefix
- Register sharing handled globally and common init sequence/data for all
actions SoC family

Thanks,
Parthiban
Saravanan

Parthiban Nallathambi (3):
  dt-bindings: interrupt-controller: Actions external interrupt
    controller
  drivers/irqchip: Add Actions external interrupts support
  arm64: dts: actions: Add sirq node for Actions Semi S700

 .../interrupt-controller/actions,owl-sirq.txt      |  46 ++++
 arch/arm64/boot/dts/actions/s700.dtsi              |   9 +
 drivers/irqchip/Makefile                           |   1 +
 drivers/irqchip/irq-owl-sirq.c                     | 305 +++++++++++++++++++++
 4 files changed, 361 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/interrupt-controller/actions,owl-sirq.txt
 create mode 100644 drivers/irqchip/irq-owl-sirq.c

-- 
2.14.4


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

end of thread, other threads:[~2018-11-13 14:56 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-12 12:22 [PATCH v2 0/3] Add Actions Semi Owl family sirq support Parthiban Nallathambi
2018-08-12 12:22 ` [PATCH v2 1/3] dt-bindings: interrupt-controller: Actions external interrupt controller Parthiban Nallathambi
2018-08-13  4:34   ` Manivannan Sadhasivam
2018-08-13  7:51     ` Marc Zyngier
2018-08-13  9:15       ` Manivannan Sadhasivam
2018-08-13  9:23         ` Manivannan Sadhasivam
2018-11-12 10:53     ` Parthiban Nallathambi
2018-08-13 19:44   ` Rob Herring
2018-11-12 11:01     ` Parthiban Nallathambi
2018-08-12 12:22 ` [PATCH v2 2/3] drivers/irqchip: Add Actions external interrupts support Parthiban Nallathambi
2018-08-13 11:46   ` Marc Zyngier
2018-08-26 15:20     ` Parthiban Nallathambi
2018-09-20  9:42       ` Parthiban Nallathambi
2018-11-06 18:07         ` Parthiban Nallathambi
2018-11-08 17:03       ` Marc Zyngier
2018-11-12 10:32         ` Parthiban Nallathambi
2018-11-13 14:56           ` Marc Zyngier
2018-08-12 12:22 ` [PATCH v2 3/3] arm64: dts: actions: Add sirq node for Actions Semi S700 Parthiban Nallathambi

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