diff mbox series

[v2] MAINTAINERS: Add drivers/firmware/google/ entry

Message ID 20230724081247.678784-1-tzungbi@kernel.org (mailing list archive)
State Accepted
Commit 350170cc4cab301d017fdd1e115730f752083dc4
Headers show
Series [v2] MAINTAINERS: Add drivers/firmware/google/ entry | expand

Commit Message

Tzung-Bi Shih July 24, 2023, 8:12 a.m. UTC
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(+)

Comments

Simon Glass July 24, 2023, 1:42 p.m. UTC | #1
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
>
Guenter Roeck July 24, 2023, 2:24 p.m. UTC | #2
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
>
Benson Leung July 24, 2023, 4:12 p.m. UTC | #3
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
>
>
patchwork-bot+chrome-platform@kernel.org Sept. 11, 2023, 4:31 a.m. UTC | #4
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!
patchwork-bot+chrome-platform@kernel.org Sept. 11, 2023, 4:49 a.m. UTC | #5
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!
diff mbox series

Patch

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