The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add myself as co-maintainer for clk subsystem
@ 2026-08-04 15:32 Brian Masney
  2026-08-07  4:55 ` Michael Turquette
  0 siblings, 1 reply; 3+ messages in thread
From: Brian Masney @ 2026-08-04 15:32 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Uwe Kleine-König
  Cc: linux-clk, linux-kernel, Brian Masney

With Michael Turquette stepping down as a clk co-maintainer, this
subsystem is big enough that it needs multiple people to keep the
clk community healthy. I've already been doing a lot of work to
help with clk maintenance, so let's make it official in the MAINTAINERS
file.

I slightly changed my email address to help with email filtering on my
side.

Link: https://lore.kernel.org/linux-clk/?q=f%3Abmasney%40redhat.com
Link: https://lore.kernel.org/linux-clk/20260729121640.3864006-2-ukleinek@kernel.org/
Signed-off-by: Brian Masney <bmasney@redhat.com>
---
Note: I made this depend on
https://lore.kernel.org/linux-clk/20260729121640.3864006-2-ukleinek@kernel.org/
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 07ffdec1c8c7..b9b01a3b70a7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6448,7 +6448,7 @@ F:	include/uapi/linux/comedi.h
 
 COMMON CLK FRAMEWORK
 M:	Stephen Boyd <sboyd@kernel.org>
-R:	Brian Masney <bmasney@redhat.com>
+M:	Brian Masney <bmasney+clk@redhat.com>
 L:	linux-clk@vger.kernel.org
 S:	Maintained
 Q:	http://patchwork.kernel.org/project/linux-clk/list/

---
base-commit: 83adfb8e0c0e26f451564779c90798d1d4c13347
change-id: 20260804-clk-masney-maintainer-7b4349a0f004

Best regards,
-- 
Brian Masney <bmasney@redhat.com>


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

* Re: [PATCH] MAINTAINERS: Add myself as co-maintainer for clk subsystem
  2026-08-04 15:32 [PATCH] MAINTAINERS: Add myself as co-maintainer for clk subsystem Brian Masney
@ 2026-08-07  4:55 ` Michael Turquette
  2026-08-07 11:16   ` Brian Masney
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Turquette @ 2026-08-07  4:55 UTC (permalink / raw)
  To: Brian Masney
  Cc: Stephen Boyd, Uwe Kleine-König, linux-clk, linux-kernel,
	Jérôme Brunet

Hi Brian,

On Tue, Aug 4, 2026 at 8:33 AM Brian Masney <bmasney@redhat.com> wrote:
>
> With Michael Turquette stepping down as a clk co-maintainer, this
> subsystem is big enough that it needs multiple people to keep the
> clk community healthy. I've already been doing a lot of work to
> help with clk maintenance, so let's make it official in the MAINTAINERS
> file.

Acked-by: Michael Turquette <mturquette@baylibre.com>

If someone doesn't pick this up and give you commit access to the
linux-clk tree on git.kernel.org then let me know and I'll unvault my
SSH key and merge the patch myself. I'm only a bit embarrassed to say
that it would be nontrivial for me to blow the cobwebs off and commit
a patch to kernel.org after all of these years ...

I would also propose to add Jérôme Brunet <jbrunet@baylibre.com> as a
co-maintainer. This was proposed a long time ago and there was every
reason to add him, but I was inactive at the time of the proposal and
nothing changed. I'd like to make this right by proposing him to join
the clk co-maintainer team now and help you with the load.

Let me know what you think,
Mike


>
> I slightly changed my email address to help with email filtering on my
> side.
>
> Link: https://lore.kernel.org/linux-clk/?q=f%3Abmasney%40redhat.com
> Link: https://lore.kernel.org/linux-clk/20260729121640.3864006-2-ukleinek@kernel.org/
> Signed-off-by: Brian Masney <bmasney@redhat.com>
> ---
> Note: I made this depend on
> https://lore.kernel.org/linux-clk/20260729121640.3864006-2-ukleinek@kernel.org/
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 07ffdec1c8c7..b9b01a3b70a7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6448,7 +6448,7 @@ F:        include/uapi/linux/comedi.h
>
>  COMMON CLK FRAMEWORK
>  M:     Stephen Boyd <sboyd@kernel.org>
> -R:     Brian Masney <bmasney@redhat.com>
> +M:     Brian Masney <bmasney+clk@redhat.com>
>  L:     linux-clk@vger.kernel.org
>  S:     Maintained
>  Q:     http://patchwork.kernel.org/project/linux-clk/list/
>
> ---
> base-commit: 83adfb8e0c0e26f451564779c90798d1d4c13347
> change-id: 20260804-clk-masney-maintainer-7b4349a0f004
>
> Best regards,
> --
> Brian Masney <bmasney@redhat.com>
>


--
Michael Turquette
CEO - Dallas, TX
http://baylibre.com/

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

* Re: [PATCH] MAINTAINERS: Add myself as co-maintainer for clk subsystem
  2026-08-07  4:55 ` Michael Turquette
@ 2026-08-07 11:16   ` Brian Masney
  0 siblings, 0 replies; 3+ messages in thread
From: Brian Masney @ 2026-08-07 11:16 UTC (permalink / raw)
  To: Michael Turquette
  Cc: Stephen Boyd, Uwe Kleine-König, linux-clk, linux-kernel,
	Jérôme Brunet

Hi Mike,

On Thu, Aug 06, 2026 at 09:55:04PM -0700, Michael Turquette wrote:
> On Tue, Aug 4, 2026 at 8:33 AM Brian Masney <bmasney@redhat.com> wrote:
> >
> > With Michael Turquette stepping down as a clk co-maintainer, this
> > subsystem is big enough that it needs multiple people to keep the
> > clk community healthy. I've already been doing a lot of work to
> > help with clk maintenance, so let's make it official in the MAINTAINERS
> > file.
> 
> Acked-by: Michael Turquette <mturquette@baylibre.com>
> 
> If someone doesn't pick this up and give you commit access to the
> linux-clk tree on git.kernel.org then let me know and I'll unvault my
> SSH key and merge the patch myself. I'm only a bit embarrassed to say
> that it would be nontrivial for me to blow the cobwebs off and commit
> a patch to kernel.org after all of these years ...
> 
> I would also propose to add Jérôme Brunet <jbrunet@baylibre.com> as a
> co-maintainer. This was proposed a long time ago and there was every
> reason to add him, but I was inactive at the time of the proposal and
> nothing changed. I'd like to make this right by proposing him to join
> the clk co-maintainer team now and help you with the load.

Yes, it would be great to have Jérôme help with co-maintainer to help
spread the load. I'll send a v2 that includes him as well.

Mike/Jérôme/Stephen: Will you all be at Linux Plumbers in Prague this
October? I'll be there. I submitted a talk about the CCF to go over the
current state of sync state, how to land my series to fix the clk scaling
issues, and to discuss ideas for how to replace the global prepare lock
with a more fine grained one.

Brian


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

end of thread, other threads:[~2026-08-07 11:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-04 15:32 [PATCH] MAINTAINERS: Add myself as co-maintainer for clk subsystem Brian Masney
2026-08-07  4:55 ` Michael Turquette
2026-08-07 11:16   ` Brian Masney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox