chrome-platform.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] MAINTAINERS: Add drivers/firmware/google/ entry
@ 2023-07-24  8:12 Tzung-Bi Shih
  2023-07-24 13:42 ` Simon Glass
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tzung-Bi Shih @ 2023-07-24  8:12 UTC (permalink / raw
  To: bleung, groeck
  Cc: gregkh, chrome-platform, tzungbi, jwerner, swboyd, briannorris,
	dianders, sjg, dossym

From: Brian Norris <briannorris@chromium.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>
Acked-by: Julius Werner <jwerner@chromium.org>
Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>
---
This is a revival for v1[1] as it is few-months-old.

Planning to let chrome-platform-firmware use:
- "for-firmware-kernelci" branch for KernelCI[2].
- "for-firmware-next" branch for both 0-day[3] and linux-next.  Patches can
  rebase onto the branch if they are aiming to chrome-platform-firmware.

Haven't figured out how to make it in linux-next specific files though
(e.g. [4]).

[1]: https://patchwork.kernel.org/project/chrome-platform/patch/20221021172624.1.I119456791d197eb7d159f09e7479d8759008a954@changeid/
[2]: https://github.com/kernelci/kernelci-core/pull/2028
[3]: https://github.com/intel/lkp-tests/pull/312
[4]: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=4d2c646ac07cf4a35ef1c4a935a1a4fd6c6b1a36

Changes from v1:
- Update Tzung-Bi's email address.

 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3be1bdfe8ecc..8293a4ab82d8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8758,6 +8758,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@kernel.org>
+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.41.0.487.g6d72f3e995-goog


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

* Re: [PATCH v2] MAINTAINERS: Add drivers/firmware/google/ entry
  2023-07-24  8:12 [PATCH v2] MAINTAINERS: Add drivers/firmware/google/ entry Tzung-Bi Shih
@ 2023-07-24 13:42 ` Simon Glass
  2023-07-24 14:24 ` Guenter Roeck
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Simon Glass @ 2023-07-24 13:42 UTC (permalink / raw
  To: Tzung-Bi Shih
  Cc: bleung, groeck, gregkh, chrome-platform, jwerner, swboyd,
	briannorris, dianders, dossym

On Mon, 24 Jul 2023 at 02:13, Tzung-Bi Shih <tzungbi@kernel.org> wrote:
>
> From: Brian Norris <briannorris@chromium.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>
> Acked-by: Julius Werner <jwerner@chromium.org>
> Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>
> ---
> This is a revival for v1[1] as it is few-months-old.
>
> Planning to let chrome-platform-firmware use:
> - "for-firmware-kernelci" branch for KernelCI[2].
> - "for-firmware-next" branch for both 0-day[3] and linux-next.  Patches can
>   rebase onto the branch if they are aiming to chrome-platform-firmware.
>
> Haven't figured out how to make it in linux-next specific files though
> (e.g. [4]).
>
> [1]: https://patchwork.kernel.org/project/chrome-platform/patch/20221021172624.1.I119456791d197eb7d159f09e7479d8759008a954@changeid/
> [2]: https://github.com/kernelci/kernelci-core/pull/2028
> [3]: https://github.com/intel/lkp-tests/pull/312
> [4]: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=4d2c646ac07cf4a35ef1c4a935a1a4fd6c6b1a36
>
> Changes from v1:
> - Update Tzung-Bi's email address.
>
>  MAINTAINERS | 9 +++++++++
>  1 file changed, 9 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>

>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3be1bdfe8ecc..8293a4ab82d8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8758,6 +8758,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@kernel.org>
> +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.41.0.487.g6d72f3e995-goog
>

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

* Re: [PATCH v2] MAINTAINERS: Add drivers/firmware/google/ entry
  2023-07-24  8:12 [PATCH v2] MAINTAINERS: Add drivers/firmware/google/ entry Tzung-Bi Shih
  2023-07-24 13:42 ` Simon Glass
@ 2023-07-24 14:24 ` Guenter Roeck
  2023-07-24 16:12 ` Benson Leung
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Guenter Roeck @ 2023-07-24 14:24 UTC (permalink / raw
  To: Tzung-Bi Shih
  Cc: bleung, groeck, gregkh, chrome-platform, jwerner, swboyd,
	briannorris, dianders, sjg, dossym

On Mon, Jul 24, 2023 at 1:13 AM Tzung-Bi Shih <tzungbi@kernel.org> wrote:
>
> From: Brian Norris <briannorris@chromium.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>
> Acked-by: Julius Werner <jwerner@chromium.org>
> Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>

Acked-by: Guenter Roeck <groeck@chromium.org>

> ---
> This is a revival for v1[1] as it is few-months-old.
>
> Planning to let chrome-platform-firmware use:
> - "for-firmware-kernelci" branch for KernelCI[2].
> - "for-firmware-next" branch for both 0-day[3] and linux-next.  Patches can
>   rebase onto the branch if they are aiming to chrome-platform-firmware.
>
> Haven't figured out how to make it in linux-next specific files though
> (e.g. [4]).
>
> [1]: https://patchwork.kernel.org/project/chrome-platform/patch/20221021172624.1.I119456791d197eb7d159f09e7479d8759008a954@changeid/
> [2]: https://github.com/kernelci/kernelci-core/pull/2028
> [3]: https://github.com/intel/lkp-tests/pull/312
> [4]: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=4d2c646ac07cf4a35ef1c4a935a1a4fd6c6b1a36
>
> Changes from v1:
> - Update Tzung-Bi's email address.
>
>  MAINTAINERS | 9 +++++++++
>  1 file changed, 9 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3be1bdfe8ecc..8293a4ab82d8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8758,6 +8758,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@kernel.org>
> +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.41.0.487.g6d72f3e995-goog
>

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

* Re: [PATCH v2] MAINTAINERS: Add drivers/firmware/google/ entry
  2023-07-24  8:12 [PATCH v2] MAINTAINERS: Add drivers/firmware/google/ entry Tzung-Bi Shih
  2023-07-24 13:42 ` Simon Glass
  2023-07-24 14:24 ` Guenter Roeck
@ 2023-07-24 16:12 ` Benson Leung
  2023-09-11  4:31 ` patchwork-bot+chrome-platform
  2023-09-11  4:49 ` patchwork-bot+chrome-platform
  4 siblings, 0 replies; 6+ messages in thread
From: Benson Leung @ 2023-07-24 16:12 UTC (permalink / raw
  To: Tzung-Bi Shih
  Cc: groeck, gregkh, chrome-platform, jwerner, swboyd, briannorris,
	dianders, sjg, dossym

Hi Tzung-Bi,

On Mon, Jul 24, 2023 at 1:13 AM Tzung-Bi Shih <tzungbi@kernel.org> wrote:
>
> From: Brian Norris <briannorris@chromium.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>
> Acked-by: Julius Werner <jwerner@chromium.org>
> Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>

Acked-By: Benson Leung <bleung@chromium.org>

> ---
> This is a revival for v1[1] as it is few-months-old.
>
> Planning to let chrome-platform-firmware use:
> - "for-firmware-kernelci" branch for KernelCI[2].
> - "for-firmware-next" branch for both 0-day[3] and linux-next.  Patches can
>   rebase onto the branch if they are aiming to chrome-platform-firmware.
>
> Haven't figured out how to make it in linux-next specific files though
> (e.g. [4]).
>
> [1]: https://patchwork.kernel.org/project/chrome-platform/patch/20221021172624.1.I119456791d197eb7d159f09e7479d8759008a954@changeid/
> [2]: https://github.com/kernelci/kernelci-core/pull/2028
> [3]: https://github.com/intel/lkp-tests/pull/312
> [4]: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=4d2c646ac07cf4a35ef1c4a935a1a4fd6c6b1a36
>
> Changes from v1:
> - Update Tzung-Bi's email address.
>
>  MAINTAINERS | 9 +++++++++
>  1 file changed, 9 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3be1bdfe8ecc..8293a4ab82d8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8758,6 +8758,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@kernel.org>
> +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.41.0.487.g6d72f3e995-goog
>
>


-- 
Benson Leung
Staff Software Engineer
Chrome OS Kernel
Google Inc.
bleung@google.com
Chromium OS Project
bleung@chromium.org

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

* Re: [PATCH v2] MAINTAINERS: Add drivers/firmware/google/ entry
  2023-07-24  8:12 [PATCH v2] MAINTAINERS: Add drivers/firmware/google/ entry Tzung-Bi Shih
                   ` (2 preceding siblings ...)
  2023-07-24 16:12 ` Benson Leung
@ 2023-09-11  4:31 ` patchwork-bot+chrome-platform
  2023-09-11  4:49 ` patchwork-bot+chrome-platform
  4 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+chrome-platform @ 2023-09-11  4:31 UTC (permalink / raw
  To: Tzung-Bi Shih
  Cc: bleung, groeck, gregkh, chrome-platform, jwerner, swboyd,
	briannorris, dianders, sjg, dossym

Hello:

This patch was applied to chrome-platform/linux.git (for-kernelci)
by Greg Kroah-Hartman <gregkh@linuxfoundation.org>:

On Mon, 24 Jul 2023 16:12:47 +0800 you wrote:
> From: Brian Norris <briannorris@chromium.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>
> Acked-by: Julius Werner <jwerner@chromium.org>
> Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>
> 
> [...]

Here is the summary with links:
  - [v2] MAINTAINERS: Add drivers/firmware/google/ entry
    https://git.kernel.org/chrome-platform/c/350170cc4cab

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [PATCH v2] MAINTAINERS: Add drivers/firmware/google/ entry
  2023-07-24  8:12 [PATCH v2] MAINTAINERS: Add drivers/firmware/google/ entry Tzung-Bi Shih
                   ` (3 preceding siblings ...)
  2023-09-11  4:31 ` patchwork-bot+chrome-platform
@ 2023-09-11  4:49 ` patchwork-bot+chrome-platform
  4 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+chrome-platform @ 2023-09-11  4:49 UTC (permalink / raw
  To: Tzung-Bi Shih
  Cc: bleung, groeck, gregkh, chrome-platform, jwerner, swboyd,
	briannorris, dianders, sjg, dossym

Hello:

This patch was applied to chrome-platform/linux.git (for-next)
by Greg Kroah-Hartman <gregkh@linuxfoundation.org>:

On Mon, 24 Jul 2023 16:12:47 +0800 you wrote:
> From: Brian Norris <briannorris@chromium.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>
> Acked-by: Julius Werner <jwerner@chromium.org>
> Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>
> 
> [...]

Here is the summary with links:
  - [v2] MAINTAINERS: Add drivers/firmware/google/ entry
    https://git.kernel.org/chrome-platform/c/350170cc4cab

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2023-09-11  4:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-24  8:12 [PATCH v2] MAINTAINERS: Add drivers/firmware/google/ entry Tzung-Bi Shih
2023-07-24 13:42 ` Simon Glass
2023-07-24 14:24 ` Guenter Roeck
2023-07-24 16:12 ` Benson Leung
2023-09-11  4:31 ` patchwork-bot+chrome-platform
2023-09-11  4:49 ` patchwork-bot+chrome-platform

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).