diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2019-04-30 15:42:25 +0530 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2019-05-01 10:48:56 +0100 |
commit | cd844b0715ceda3287d1fa8e5d8e1b25a85c9b0f (patch) | |
tree | 3fe6bf1f8615ea08f8d54b518c9035bb250718bc /MAINTAINERS | |
parent | 67d2075ad695b4c8ce08208abbc9eb1846d7ab81 (diff) |
irqchip/ti-sci-intr: Add support for Interrupt Router driver
Texas Instruments' K3 generation SoCs has an IP Interrupt Router
that does allows for redirection of input interrupts to host
interrupt controller. Interrupt Router inputs are either from a
peripheral or from an Interrupt Aggregator which is another
interrupt controller.
Configuration of the interrupt router registers can only be done by
a system co-processor and the driver needs to send a message to this
co processor over TISCI protocol.
Add support for Interrupt Router driver over TISCI protocol.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b40762656a6d..63851f106b5c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15350,6 +15350,7 @@ F: Documentation/devicetree/bindings/clock/ti,sci-clk.txt F: drivers/clk/keystone/sci-clk.c F: drivers/reset/reset-ti-sci.c F: Documentation/devicetree/bindings/interrupt-controller/ti,sci-intr.txt +F: drivers/irqchip/irq-ti-sci-intr.c Texas Instruments ASoC drivers M: Peter Ujfalusi <peter.ujfalusi@ti.com> |