[irqchip: irq/irqchip-fixes] MAINTAINERS: Add myself as the ARM GIC maintainer

From: irqchip-bot for Marc Zyngier
Date: Sat Oct 07 2023 - 08:00:50 EST


The following commit has been merged into the irq/irqchip-fixes branch of irqchip:

Commit-ID: c1097091b72255b2f9373260579133c5ce134dd1
Gitweb: https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms/c1097091b72255b2f9373260579133c5ce134dd1
Author: Marc Zyngier <maz@xxxxxxxxxx>
AuthorDate: Mon, 02 Oct 2023 15:13:01 +01:00
Committer: Marc Zyngier <maz@xxxxxxxxxx>
CommitterDate: Sat, 07 Oct 2023 12:47:13 +01:00

MAINTAINERS: Add myself as the ARM GIC maintainer

The ARM GIC maintenance is currently covered by the blanket
IRQCHIP DRIVERS entry, which I'm about to remove myself from.

It is unlikely that anyone is mad enough to pick this up,
so I'll keep doing that for the foreseable future.

Signed-off-by: Marc Zyngier <maz@xxxxxxxxxx>
Reviewed-by: Zenghui Yu <zenghui.yu@xxxxxxxxx>
Link: https://lore.kernel.org/r/20231002141302.3409485-2-maz@xxxxxxxxxx
---
MAINTAINERS | 11 +++++++++++
1 file changed, 11 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 90f1328..a8599e2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1585,6 +1585,17 @@ F: arch/arm/include/asm/arch_timer.h
F: arch/arm64/include/asm/arch_timer.h
F: drivers/clocksource/arm_arch_timer.c

+ARM GENERIC INTERRUPT CONTROLLER DRIVERS
+M: Marc Zyngier <maz@xxxxxxxxxx>
+L: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx (moderated for non-subscribers)
+S: Maintained
+F: Documentation/devicetree/bindings/interrupt-controller/arm,gic*
+F: arch/arm/include/asm/arch_gicv3.h
+F: arch/arm64/include/asm/arch_gicv3.h
+F: drivers/irqchip/irq-gic*.[ch]
+F: include/linux/irqchip/arm-gic*.h
+F: include/linux/irqchip/arm-vgic-info.h
+
ARM HDLCD DRM DRIVER
M: Liviu Dudau <liviu.dudau@xxxxxxx>
S: Supported