All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC] MAINTAINERS: include GOOGLE FIRMWARE entry
@ 2020-03-08 19:51 ` Lukas Bulwahn
  0 siblings, 0 replies; 20+ messages in thread
From: Lukas Bulwahn @ 2020-03-08 19:51 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Stephen Boyd, Guenter Roeck, Julius Werner
  Cc: Joe Perches, kernel-janitors, linux-kernel, Lukas Bulwahn

All files in drivers/firmware/google/ are identified as part of THE REST
according to MAINTAINERS, but they are really maintained by others.

Add a basic entry for drivers/firmware/google/ based on a simple statistics
on tags of commits in that directory:

  $ git log drivers/firmware/google/ | grep '\-by:' \
      | sort | uniq -c | sort -nr
     62     Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
     13     Reviewed-by: Guenter Roeck <groeck@chromium.org>
     12     Signed-off-by: Stephen Boyd <swboyd@chromium.org>
     11     Reviewed-by: Julius Werner <jwerner@chromium.org>

There is no specific mailing list for this driver, based on observations
on the patch emails, and the git history suggests the driver is maintained.

This was identified with a small script that finds all files belonging to
THE REST according to the current MAINTAINERS file, and I investigated
upon its output.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3a0f8115c92c..ed788804daab 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7111,6 +7111,14 @@ S:	Supported
 F:	Documentation/networking/device_drivers/google/gve.rst
 F:	drivers/net/ethernet/google
 
+GOOGLE FIRMWARE
+M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+M:	Stephen Boyd <swboyd@chromium.org>
+R:	Guenter Roeck <groeck@chromium.org>
+R:	Julius Werner <jwerner@chromium.org>
+S:	Maintained
+F:	drivers/firmware/google/
+
 GPD POCKET FAN DRIVER
 M:	Hans de Goede <hdegoede@redhat.com>
 L:	platform-driver-x86@vger.kernel.org
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2020-03-10  6:48 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-08 19:51 [PATCH RFC] MAINTAINERS: include GOOGLE FIRMWARE entry Lukas Bulwahn
2020-03-08 19:51 ` Lukas Bulwahn
2020-03-08 19:57 ` Greg Kroah-Hartman
2020-03-08 19:57   ` Greg Kroah-Hartman
2020-03-08 20:13 ` Joe Perches
2020-03-08 20:13   ` Joe Perches
2020-03-08 22:32 ` Guenter Roeck
2020-03-08 22:32   ` Guenter Roeck
2020-03-08 22:54   ` Joe Perches
2020-03-08 22:54     ` Joe Perches
2020-03-09  6:32     ` Lukas Bulwahn
2020-03-09  6:32       ` Lukas Bulwahn
2020-03-09  7:05       ` Greg Kroah-Hartman
2020-03-09  7:05         ` Greg Kroah-Hartman
2020-03-09 21:03         ` Lukas Bulwahn
2020-03-09 21:03           ` Lukas Bulwahn
2020-03-09 23:12           ` Joe Perches
2020-03-09 23:12             ` Joe Perches
2020-03-10  6:48             ` Lukas Bulwahn
2020-03-10  6:48               ` Lukas Bulwahn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.