summary refs log tree commit diff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorTalel Shenhar <talel@amazon.com>2019-06-10 11:34:43 +0300
committerMarc Zyngier <marc.zyngier@arm.com>2019-07-03 09:19:11 +0100
commit1eb77c3bcdb70f2501f419b3da45b19acaf01072 (patch)
tree7edfbadb265ac6c597f22527f9e34a4f99ca5f1e /MAINTAINERS
parent74b5150cde45ab29ee332a3d1e770c00431f7993 (diff)
downloadlinux-1eb77c3bcdb70f2501f419b3da45b19acaf01072.tar.gz
irqchip/al-fic: Introduce Amazon's Annapurna Labs Fabric Interrupt Controller Driver
The Amazon's Annapurna Labs Fabric Interrupt Controller has 32 inputs.
A FIC (Fabric Interrupt Controller) may be cascaded into another FIC or
directly to the main CPU Interrupt Controller (e.g. GIC).

Signed-off-by: Talel Shenhar <talel@amazon.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 429c6c624861..f1fbe671abc2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1304,6 +1304,12 @@ S:	Maintained
 F:	Documentation/devicetree/bindings/interrupt-controller/arm,vic.txt
 F:	drivers/irqchip/irq-vic.c
 
+AMAZON ANNAPURNA LABS FIC DRIVER
+M:	Talel Shenhar <talel@amazon.com>
+S:	Maintained
+F:	Documentation/devicetree/bindings/interrupt-controller/amazon,al-fic.txt
+F:	drivers/irqchip/irq-al-fic.c
+
 ARM SMMU DRIVERS
 M:	Will Deacon <will.deacon@arm.com>
 R:	Robin Murphy <robin.murphy@arm.com>