Message ID | 20190327231631.15708-7-paul@crapouillou.net (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | Ingenic JZ47xx TCU pachset v11 | expand |
On Thu, 2019-03-28 at 00:16 +0100, Paul Cercueil wrote: > diff --git a/MAINTAINERS b/MAINTAINERS [] > @@ -7665,6 +7665,15 @@ L: linux-mtd@lists.infradead.org > S: Maintained > F: drivers/mtd/nand/raw/jz4780_* > > +INGENIC TCU driver trivia: Generally the section header is all upper case and not mixed case $ git grep -i DRIVER -- MAINTAINERS | \ grep -v 'drivers/' | grep -v 'MAINTAINERS:[A-Z]:' | \ grep -P -i -o 'drivers?' | \ sort | uniq -c | sort -rn 980 DRIVER 181 DRIVERS 19 driver 12 Driver 8 drivers 3 Drivers
diff --git a/MAINTAINERS b/MAINTAINERS index 3e5a5d263f29..da25d99d81aa 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7665,6 +7665,15 @@ L: linux-mtd@lists.infradead.org S: Maintained F: drivers/mtd/nand/raw/jz4780_* +INGENIC TCU driver +M: Paul Cercueil <paul@crapouillou.net> +S: Maintained +F: drivers/clocksource/ingenic-ost.c +F: drivers/clocksource/ingenic-timer.c +F: drivers/clocksource/ingenic-timer.h +F: include/linux/mfd/ingenic-tcu.h +F: include/dt-bindings/clock/ingenic,tcu.h + INOTIFY M: Jan Kara <jack@suse.cz> R: Amir Goldstein <amir73il@gmail.com>