diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2019-01-26 00:49:19 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-04-23 16:02:13 +0200 |
commit | 13e0b4059b984a1c63cae5604e1f665472751ea1 (patch) | |
tree | b1330012448bda34ea2a073abb304870cd6c6201 /MAINTAINERS | |
parent | 55ec465e733e60d2d524bd42ff19b66ed21f01df (diff) | |
download | linux-stable-13e0b4059b984a1c63cae5604e1f665472751ea1.tar.gz linux-stable-13e0b4059b984a1c63cae5604e1f665472751ea1.tar.bz2 linux-stable-13e0b4059b984a1c63cae5604e1f665472751ea1.zip |
clocksource/drivers/ixp4xx: Add driver
This adds a new slightly rewritten timer driver for the
Intel IXP4xx clocksource, clockevent and delay timer.
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 353821fdc700..bc918f318797 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1691,9 +1691,11 @@ M: Krzysztof Halasa <khalasa@piap.pl> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained F: arch/arm/mach-ixp4xx/ +F: drivers/clocksource/timer-ixp4xx.c F: drivers/gpio/gpio-ixp4xx.c F: drivers/irqchip/irq-ixp4xx.c F: include/linux/irqchip/irq-ixp4xx.h +F: include/linux/platform_data/timer-ixp4xx.h ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT M: Jonathan Cameron <jic23@cam.ac.uk> |