summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLokesh Vutla2019-04-30 12:12:25 +0200
committerMarc Zyngier2019-05-01 11:48:56 +0200
commitcd844b0715ceda3287d1fa8e5d8e1b25a85c9b0f (patch)
tree3fe6bf1f8615ea08f8d54b518c9035bb250718bc /MAINTAINERS
parentdt-bindings: irqchip: Introduce TISCI Interrupt router bindings (diff)
downloadkernel-qcow2-linux-cd844b0715ceda3287d1fa8e5d8e1b25a85c9b0f.tar.gz
kernel-qcow2-linux-cd844b0715ceda3287d1fa8e5d8e1b25a85c9b0f.tar.xz
kernel-qcow2-linux-cd844b0715ceda3287d1fa8e5d8e1b25a85c9b0f.zip
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--MAINTAINERS1
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>