diff mbox series

[v11,06/27] MAINTAINERS: Add myself as maintainer for Ingenic TCU drivers

Message ID 20190327231631.15708-7-paul@crapouillou.net
State Superseded
Headers show
Series Ingenic JZ47xx TCU pachset v11 | expand

Commit Message

Paul Cercueil March 27, 2019, 11:16 p.m. UTC
Add myself as maintainer for the ingenic-timer and ingenic-ost drivers.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Tested-by: Mathieu Malaterre <malat@debian.org>
Tested-by: Artur Rojek <contact@artur-rojek.eu>
---
 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)

Comments

Joe Perches March 28, 2019, 1:29 a.m. UTC | #1
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 mbox series

Patch

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>