[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <461e2531e3979e89923b66966d4fb243a6113280.camel@perches.com>
Date: Fri, 14 Dec 2018 09:24:12 -0800
From: Joe Perches <joe@...ches.com>
To: Enric Balletbo i Serra <enric.balletbo@...labora.com>,
linux-kernel@...r.kernel.org
Cc: Alessandro Zummo <a.zummo@...ertech.it>, linux-pwm@...r.kernel.org,
linux-iio@...r.kernel.org,
Alexandre Belloni <alexandre.belloni@...tlin.com>,
linux-i2c@...r.kernel.org, groeck@...omium.org,
kernel@...labora.com, linux-rtc@...r.kernel.org,
Chanwoo Choi <cw00.choi@...sung.com>,
Benson Leung <bleung@...omium.org>,
Sebastian Reichel <sre@...nel.org>,
linux-input@...r.kernel.org,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Jonathan Cameron <jic23@...nel.org>,
Peter Meerwald-Stadler <pmeerw@...erw.net>,
devicetree@...r.kernel.org,
Thierry Reding <thierry.reding@...il.com>,
linux-pm@...r.kernel.org, MyungJoo Ham <myungjoo.ham@...sung.com>,
Lee Jones <lee.jones@...aro.org>,
Hartmut Knaack <knaack.h@....de>,
Rob Herring <robh+dt@...nel.org>,
Lars-Peter Clausen <lars@...afoo.de>,
Mark Rutland <mark.rutland@....com>,
Arnd Bergmann <arnd@...db.de>,
"David S. Miller" <davem@...emloft.net>,
Mauro Carvalho Chehab <mchehab+samsung@...nel.org>,
Nicolas Ferre <nicolas.ferre@...rochip.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH v3] MAINTAINERS: add maintainers for ChromeOS EC
sub-drivers
On Fri, 2018-12-14 at 12:48 +0100, Enric Balletbo i Serra wrote:
> There are multiple ChromeOS EC sub-drivers spread in different
> subsystems, as all of them are related to the Chrome stuff add
> Benson and myself as a maintainers for all these sub-drivers.
[]
> Changes in v3:
> - Use a cros[-_]ec pattern instead of list all the files.
[]
> diff --git a/MAINTAINERS b/MAINTAINERS
[]
> @@ -3629,6 +3629,14 @@ S: Maintained
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform.git
> F: drivers/platform/chrome/
>
> +CHROMEOS EC SUBDRIVERS
> +M: Benson Leung <bleung@...omium.org>
> +M: Enric Balletbo i Serra <enric.balletbo@...labora.com>
> +R: Guenter Roeck <groeck@...omium.org>
> +S: Maintained
> +N: cros[-_]ec
For linux scripts/, it is unconventional to use a hyphen first
in a character class pattern so perhaps this is clearer using
two N: patterns
N: cros_
N: cros-
Powered by blists - more mailing lists