aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2015-07-30 06:40:55 -0400
committerThomas Gleixner <tglx@linutronix.de>2015-07-30 15:43:51 -0400
commitb09dec2c77dc0ef0bb43ade1628ab4b390e74c6d (patch)
tree016a23ef424ec0f6fd5b900eb4f61456d0f503f6
parent54d9ffc416022cf82649fe5665875d8962dfac41 (diff)
MAINTAINERS: Appoint Jiang and Marc as irqdomain maintainers
Ben was pretty surprised that he is still listed as the maintainer and he has no objections against transferring the duty to those who rumaged in and revamped that code in the recent past. Add kernel/irq/msi.c to the affected files as it's part of the shiny new hierarchical irqdomain machinery. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Jiang Liu <jiang.liu@linux.intel.com> Cc: Marc Zyngier <marc.zyngier@arm.com> Cc: Grant Likely <grant.likely@linaro.org>
-rw-r--r--MAINTAINERS5
1 files changed, 4 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 577be68aa8ba..a9ae6c105520 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5609,11 +5609,14 @@ F: Documentation/devicetree/bindings/interrupt-controller/
5609F: drivers/irqchip/ 5609F: drivers/irqchip/
5610 5610
5611IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY) 5611IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5612M: Benjamin Herrenschmidt <benh@kernel.crashing.org> 5612M: Jiang Liu <jiang.liu@linux.intel.com>
5613M: Marc Zyngier <marc.zyngier@arm.com>
5613S: Maintained 5614S: Maintained
5615T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5614F: Documentation/IRQ-domain.txt 5616F: Documentation/IRQ-domain.txt
5615F: include/linux/irqdomain.h 5617F: include/linux/irqdomain.h
5616F: kernel/irq/irqdomain.c 5618F: kernel/irq/irqdomain.c
5619F: kernel/irq/msi.c
5617 5620
5618ISAPNP 5621ISAPNP
5619M: Jaroslav Kysela <perex@perex.cz> 5622M: Jaroslav Kysela <perex@perex.cz>