[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <fc86715bcd4a6cc7a4765e5b2975842fc0df57ad.camel@perches.com>
Date: Wed, 27 Mar 2019 18:29:49 -0700
From: Joe Perches <joe@...ches.com>
To: Paul Cercueil <paul@...pouillou.net>,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Thierry Reding <thierry.reding@...il.com>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Thomas Gleixner <tglx@...utronix.de>,
Wim Van Sebroeck <wim@...ux-watchdog.org>,
Ralf Baechle <ralf@...ux-mips.org>,
Paul Burton <paul.burton@...s.com>,
James Hogan <jhogan@...nel.org>,
Jonathan Corbet <corbet@....net>,
Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>
Cc: Mathieu Malaterre <malat@...ian.org>, od@...c.me,
linux-pwm@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-watchdog@...r.kernel.org,
linux-mips@...r.kernel.org, linux-doc@...r.kernel.org,
linux-clk@...r.kernel.org
Subject: Re: [PATCH v11 06/27] MAINTAINERS: Add myself as maintainer for
Ingenic TCU drivers
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@...ts.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
Powered by blists - more mailing lists