Message ID | 20221021172624.1.I119456791d197eb7d159f09e7479d8759008a954@changeid (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | MAINTAINERS: Add drivers/firmware/google/ entry | expand |
Acked-by: Julius Werner <jwerner@chromium.org>
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.
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
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.
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
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(+)