[PATCH] MAINTAINERS: Add myself as co-maintainer for clk subsystem
Brian Masney <[email protected]> Tue, 04 Aug 2026 11:32:59 -0400
| Newsgroups | org.kernel.vger.linux-clk,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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/[email protected]/ Signed-off-by: Brian Masney <[email protected]> --- Note: I made this depend on https://lore.kernel.org/linux-clk/[email protected]/ --- 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 <[email protected]> -R: Brian Masney <[email protected]> +M: Brian Masney <[email protected]> L: [email protected] 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 <[email protected]>