summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorAndrew Boie <andrew.p.boie@intel.com>2016-07-21 10:20:32 -0700
committerInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>2016-07-22 23:40:38 +0000
commit3a73378741a8b7341881195fd2c56ddaa1e58213 (patch)
treed0bda81262be1305236525e7e871706463aa926d /MAINTAINERS
parent616e96242be34bde40b296dc0ad126834df2cff4 (diff)
MAINTAINERS: add INTERRUPTS section
Interrupt handling considerations are pervasive in core arch code so just add the entire arch/*/core/ dirs for each arch. Change-Id: Id2b166541faf620f1c45d9d330fa03e5a387a88a Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS18
1 files changed, 18 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index d2a9c1b32..129107a8e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -83,6 +83,24 @@ M: Kuo-Lang Tseng <kuo-lang.tseng@intel.com>
S: Supported
F: drivers/flash/
+INTERRUPTS
+M: Andrew Boie <andrew.p.boie@intel.com>
+S: Supported
+F: drivers/interrupt_controller/
+F: arch/arc/core/
+F: arch/arm/core/
+F: arch/nios2/core/
+F: arch/x86/core/
+F: include/irq.h
+F: include/arch/x86/arch.h
+F: include/arch/arm/cortex_m/irq.h
+F: include/arch/nios2/arch.h
+F: include/arch/arc/arch.h
+F: include/arch/arc/v2/irq.h
+F: include/drivers/loapic.h
+F: include/drivers/ioapic.h
+F: include/drivers/mvic.h
+
KERNEL CORE
M: Benjamin Walsh <benjamin.walsh@windriver.com>
M: Allan Stephens <allan.stephens@windriver.com>