[tip: irq/core] genirq: Update MAINTAINERS to include interrupt related header files

From: tip-bot2 for Andy Shevchenko
Date: Thu Apr 11 2024 - 06:36:22 EST


The following commit has been merged into the irq/core branch of tip:

Commit-ID: 81e4cb0fd45c84d416e3edffbf6ae62c89ce6b5a
Gitweb: https://git.kernel.org/tip/81e4cb0fd45c84d416e3edffbf6ae62c89ce6b5a
Author: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
AuthorDate: Fri, 05 Apr 2024 21:56:45 +03:00
Committer: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
CommitterDate: Thu, 11 Apr 2024 12:29:40 +02:00

genirq: Update MAINTAINERS to include interrupt related header files

Interrupt related header files seems orphaned, add them to the respective
subsystem records.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Link: https://lore.kernel.org/r/20240405185726.3931703-2-andriy.shevchenko@xxxxxxxxxxxxxxx

---
MAINTAINERS | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4a909b1..adab4f3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11435,6 +11435,7 @@ S: Maintained
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
F: Documentation/core-api/irq/irq-domain.rst
F: include/linux/irqdomain.h
+F: include/linux/irqdomain_defs.h
F: kernel/irq/irqdomain.c
F: kernel/irq/msi.c

@@ -11444,6 +11445,10 @@ L: linux-kernel@xxxxxxxxxxxxxxx
S: Maintained
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
F: include/linux/group_cpus.h
+F: include/linux/irq.h
+F: include/linux/irqhandler.h
+F: include/linux/irqnr.h
+F: include/linux/irqreturn.h
F: kernel/irq/
F: lib/group_cpus.c

@@ -11454,6 +11459,7 @@ S: Maintained
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
F: Documentation/devicetree/bindings/interrupt-controller/
F: drivers/irqchip/
+F: include/linux/irqchip.h

ISA
M: William Breathitt Gray <william.gray@xxxxxxxxxx>