diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-10-28 10:05:40 +0100 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2013-01-10 11:44:37 -0600 |
commit | edd96900cfd5f993b448dcdcb0e13090701554ae (patch) | |
tree | eca384dc0e549b3034f11473eb625b97ad9edf65 | |
parent | 9931faca02c604c22335f5a935a501bb2ace6e20 (diff) |
irqchip: add to the directories part of the IRQ subsystem in MAINTAINERS
Now that the drivers/irqchip/ directory is getting more code, it needs
a maintainer. The obvious maintainer for it is Thomas Gleixner, who is
maintaining the overall IRQ subsystem. So we add drivers/irqchip/ in
the list of directories that are part of the IRQ subsystem.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Rob Herring <rob.herring@calxeda.com>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 915564eda145..b4dea6cee2a9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4209,6 +4209,7 @@ M: Thomas Gleixner <tglx@linutronix.de> S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core F: kernel/irq/ +F: drivers/irqchip/ IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY) M: Benjamin Herrenschmidt <benh@kernel.crashing.org> |