linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add MStar interrupt controller support
@ 2020-09-02  6:33 Mark-PK Tsai
  2020-09-02  6:33 ` [PATCH v3 1/2] irqchip: irq-mst: " Mark-PK Tsai
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Mark-PK Tsai @ 2020-09-02  6:33 UTC (permalink / raw)
  To: maz, robh+dt
  Cc: mark-pk.tsai, alix.wu, daniel, devicetree, jason,
	linux-arm-kernel, linux-kernel, linux-mediatek, matthias.bgg,
	tglx, yj.chiang

MStar contain a legacy interrupt controller that routes interrupts
to the GIC. SigmaStar and Mediatek TV SoCs also have this interrupt
controller IP.

Mark-PK Tsai (2):
  irqchip: irq-mst: Add MStar interrupt controller support
  dt-bindings: interrupt-controller: Add MStar interrupt controller

 .../interrupt-controller/mstar,mst-intc.yaml  |  64 ++++++
 MAINTAINERS                                   |   7 +
 drivers/irqchip/Kconfig                       |   8 +
 drivers/irqchip/Makefile                      |   1 +
 drivers/irqchip/irq-mst-intc.c                | 199 ++++++++++++++++++
 5 files changed, 279 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/interrupt-controller/mstar,mst-intc.yaml
 create mode 100644 drivers/irqchip/irq-mst-intc.c

-- 
2.18.0

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

end of thread, other threads:[~2020-10-11 18:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-02  6:33 [PATCH v3 0/2] Add MStar interrupt controller support Mark-PK Tsai
2020-09-02  6:33 ` [PATCH v3 1/2] irqchip: irq-mst: " Mark-PK Tsai
2020-10-11 17:57   ` [tip: irq/core] irqchip/irq-mst: " tip-bot2 for Mark-PK Tsai
2020-09-02  6:33 ` [PATCH v3 2/2] dt-bindings: interrupt-controller: Add MStar interrupt controller Mark-PK Tsai
2020-09-02  6:52   ` [PATCH " Mark-PK Tsai
2020-09-14 20:07   ` [PATCH v3 " Rob Herring
2020-10-11 17:57   ` [tip: irq/core] " tip-bot2 for Mark-PK Tsai
2020-09-13 15:59 ` [PATCH v3 0/2] Add MStar interrupt controller support Marc Zyngier

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