2022-10-22 00:57:06

by Brian Norris

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Add drivers/firmware/google/ entry

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 <[email protected]>
---
Per this conversation:
https://lore.kernel.org/lkml/[email protected]/
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 <[email protected]>
+R: Brian Norris <[email protected]>
+R: Julius Werner <[email protected]>
+L: [email protected]
+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 <[email protected]>
L: [email protected]
--
2.38.0.135.g90850a2211-goog


2022-10-22 03:53:33

by Tzung-Bi Shih

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add drivers/firmware/google/ entry

On Fri, Oct 21, 2022 at 05:26:47PM -0700, Brian Norris wrote:
> Per this conversation:
> https://lore.kernel.org/lkml/[email protected]/
> 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 <[email protected]>

Please use <[email protected]>. I prefer to use it for Linux community.

2022-10-24 18:15:23

by Brian Norris

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add drivers/firmware/google/ entry

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/[email protected]/
> > 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 <[email protected]>
>
> Please use <[email protected]>. 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

2022-10-25 02:17:25

by Tzung-Bi Shih

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add drivers/firmware/google/ entry

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 <[email protected]>
> >
> > Please use <[email protected]>. 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.