diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2019-02-01 17:09:46 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-04-23 16:02:14 +0200 |
commit | 167c6b5ecee1c91867b4a92fcd472e3ddeaeffdc (patch) | |
tree | f117241c2c73753d1aaacca65891638f6b94622b /MAINTAINERS | |
parent | 65af666713ffd275d6db3f086f80e070594c4732 (diff) | |
download | linux-stable-167c6b5ecee1c91867b4a92fcd472e3ddeaeffdc.tar.gz linux-stable-167c6b5ecee1c91867b4a92fcd472e3ddeaeffdc.tar.bz2 linux-stable-167c6b5ecee1c91867b4a92fcd472e3ddeaeffdc.zip |
irqchip: ixp4xx: Add DT bindings
This adds device tree bindings for the IXP4xx interrupt
controller. It's a standard 2-cell controller.
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: devicetree@vger.kernel.org
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index bc918f318797..ad05704fbd68 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1690,6 +1690,7 @@ M: Imre Kaloz <kaloz@openwrt.org> M: Krzysztof Halasa <khalasa@piap.pl> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained +F: Documentation/devicetree/bindings/interrupt-controller/intel,ixp4xx-interrupt.yaml F: arch/arm/mach-ixp4xx/ F: drivers/clocksource/timer-ixp4xx.c F: drivers/gpio/gpio-ixp4xx.c |