* [PATCH] MAINTAINERS: Add drivers/firmware/google/ entry
@ 2022-10-22 0:26 Brian Norris
2022-10-22 0:39 ` Julius Werner
2022-10-22 3:38 ` Tzung-Bi Shih
0 siblings, 2 replies; 5+ messages in thread
From: Brian Norris @ 2022-10-22 0:26 UTC (permalink / raw)
To: Greg Kroah-Hartman, Tzung-Bi Shih
Cc: Brian Norris, Julius Werner, chrome-platform, Guenter Roeck,
linux-kernel, Stephen Boyd
These are mostly used for Chrome platforms, so group it in with the same
mailing list, repo, and (one) committer.
Signed-off-by: Brian Norris <briannorris@chromium.org>
---
Per this conversation:
https://lore.kernel.org/lkml/af9c4bfd-d3fb-1c7a-fb38-0d8bbd507449@roeck-us.net/
Re: [PATCH] firmware: coreboot: Register bus in module init
I guess if this is fine with folks, Tzung-Bi might queue this up?
MAINTAINERS | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index e9759eb08c57..ba57ef11c72f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8726,6 +8726,15 @@ S: Supported
F: Documentation/networking/device_drivers/ethernet/google/gve.rst
F: drivers/net/ethernet/google
+GOOGLE FIRMWARE DRIVERS
+M: Tzung-Bi Shih <tzungbi@google.com>
+R: Brian Norris <briannorris@chromium.org>
+R: Julius Werner <jwerner@chromium.org>
+L: chrome-platform@lists.linux.dev
+S: Maintained
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git
+F: drivers/firmware/google/
+
GPD POCKET FAN DRIVER
M: Hans de Goede <hdegoede@redhat.com>
L: platform-driver-x86@vger.kernel.org
--
2.38.0.135.g90850a2211-goog
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Add drivers/firmware/google/ entry
2022-10-22 0:26 [PATCH] MAINTAINERS: Add drivers/firmware/google/ entry Brian Norris
@ 2022-10-22 0:39 ` Julius Werner
2022-10-22 3:38 ` Tzung-Bi Shih
1 sibling, 0 replies; 5+ messages in thread
From: Julius Werner @ 2022-10-22 0:39 UTC (permalink / raw)
To: Brian Norris
Cc: Greg Kroah-Hartman, Tzung-Bi Shih, Julius Werner, chrome-platform,
Guenter Roeck, linux-kernel, Stephen Boyd
Acked-by: Julius Werner <jwerner@chromium.org>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Add drivers/firmware/google/ entry
2022-10-22 0:26 [PATCH] MAINTAINERS: Add drivers/firmware/google/ entry Brian Norris
2022-10-22 0:39 ` Julius Werner
@ 2022-10-22 3:38 ` Tzung-Bi Shih
2022-10-24 16:49 ` Brian Norris
1 sibling, 1 reply; 5+ messages in thread
From: Tzung-Bi Shih @ 2022-10-22 3:38 UTC (permalink / raw)
To: Brian Norris
Cc: Greg Kroah-Hartman, Julius Werner, chrome-platform, Guenter Roeck,
linux-kernel, Stephen Boyd
On Fri, Oct 21, 2022 at 05:26:47PM -0700, Brian Norris wrote:
> Per this conversation:
> https://lore.kernel.org/lkml/af9c4bfd-d3fb-1c7a-fb38-0d8bbd507449@roeck-us.net/
> Re: [PATCH] firmware: coreboot: Register bus in module init
>
> I guess if this is fine with folks, Tzung-Bi might queue this up?
Ack, I can queue both if this is fine with folks.
> +GOOGLE FIRMWARE DRIVERS
> +M: Tzung-Bi Shih <tzungbi@google.com>
Please use <tzungbi@kernel.org>. I prefer to use it for Linux community.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Add drivers/firmware/google/ entry
2022-10-22 3:38 ` Tzung-Bi Shih
@ 2022-10-24 16:49 ` Brian Norris
2022-10-25 1:40 ` Tzung-Bi Shih
0 siblings, 1 reply; 5+ messages in thread
From: Brian Norris @ 2022-10-24 16:49 UTC (permalink / raw)
To: Tzung-Bi Shih
Cc: Greg Kroah-Hartman, Julius Werner, chrome-platform, Guenter Roeck,
linux-kernel, Stephen Boyd
On Sat, Oct 22, 2022 at 11:38:41AM +0800, Tzung-Bi Shih wrote:
> On Fri, Oct 21, 2022 at 05:26:47PM -0700, Brian Norris wrote:
> > Per this conversation:
> > https://lore.kernel.org/lkml/af9c4bfd-d3fb-1c7a-fb38-0d8bbd507449@roeck-us.net/
> > Re: [PATCH] firmware: coreboot: Register bus in module init
> >
> > I guess if this is fine with folks, Tzung-Bi might queue this up?
>
> Ack, I can queue both if this is fine with folks.
I'll assume that might happen eventually.
> > +GOOGLE FIRMWARE DRIVERS
> > +M: Tzung-Bi Shih <tzungbi@google.com>
>
> Please use <tzungbi@kernel.org>. I prefer to use it for Linux community.
OK! I was just imitating your existing entry for CHROMEOS EC CODEC
DRIVER, which lists google.com email. So you might want to fix that one
if you want people mailing @kernel.org.
I'll assume you will fix that when applying. I can send a v2 if someone
else plans to commit it.
Brian
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Add drivers/firmware/google/ entry
2022-10-24 16:49 ` Brian Norris
@ 2022-10-25 1:40 ` Tzung-Bi Shih
0 siblings, 0 replies; 5+ messages in thread
From: Tzung-Bi Shih @ 2022-10-25 1:40 UTC (permalink / raw)
To: Brian Norris
Cc: Greg Kroah-Hartman, Julius Werner, chrome-platform, Guenter Roeck,
linux-kernel, Stephen Boyd
On Mon, Oct 24, 2022 at 09:49:58AM -0700, Brian Norris wrote:
> On Sat, Oct 22, 2022 at 11:38:41AM +0800, Tzung-Bi Shih wrote:
> > On Fri, Oct 21, 2022 at 05:26:47PM -0700, Brian Norris wrote:
> > > +GOOGLE FIRMWARE DRIVERS
> > > +M: Tzung-Bi Shih <tzungbi@google.com>
> >
> > Please use <tzungbi@kernel.org>. I prefer to use it for Linux community.
>
> OK! I was just imitating your existing entry for CHROMEOS EC CODEC
> DRIVER, which lists google.com email. So you might want to fix that one
> if you want people mailing @kernel.org.
Thanks, I forgot to update that one. I'll fix it.
> I'll assume you will fix that when applying. I can send a v2 if someone
> else plans to commit it.
Ack, I'll fix it when queuing this.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-10-25 1:47 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-22 0:26 [PATCH] MAINTAINERS: Add drivers/firmware/google/ entry Brian Norris
2022-10-22 0:39 ` Julius Werner
2022-10-22 3:38 ` Tzung-Bi Shih
2022-10-24 16:49 ` Brian Norris
2022-10-25 1:40 ` Tzung-Bi Shih
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox