From c98b6a6dcd1fc7bcba081fc2353954e33de5053c Mon Sep 17 00:00:00 2001 From: Sean Anderson Date: Wed, 3 Dec 2025 16:03:35 -0500 Subject: clk: Remove myself as a maintainer Unfortunately I don't really have time to review clock patches. When I initially started maintaining this subsystem I had more free time than I do now. But I also found it hard to motivate myself to review patches. Many clock patches add support for new SoCs and they are time consuming to review properly. You effectively have to spend a few hours reading the reference manual (if it's public!) and reviewing drivers is no small feat either. This is made more difficult since clocking is often very different between SoCs and it can be difficult to determine whether something is a bug in the driver or a workaround for some hardware behavior. I mostly don't care about any given SoC unless I'm hacking on it so I ended up with a ton (more than 7000) of unreviewed patches piling up in my inbox. I'd love to be more active, but I have a day job and I usually want to work on something more interesting when I get home. I still think the clock subsystem is a major mess but I don't care enough to fix it :l The subsystem itself should probably get orphaned since AFAICT all patches go through the mach/arch maintainer or to Tom. Signed-off-by: Sean Anderson --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index b43dae882b3..cddeca734ff 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1039,7 +1039,6 @@ F: drivers/mtd/jedec_flash.c CLOCK M: Lukasz Majewski -M: Sean Anderson S: Maintained T: git https://source.denx.de/u-boot/custodians/u-boot-clk.git F: drivers/clk/ -- cgit v1.2.3 From b5d592eff12c8a7ad6a8d88573faaef0894f00b0 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Fri, 5 Dec 2025 17:01:38 +0100 Subject: MAINTAINERS: update my email address I am moving over to using my email address at kernel.org. Change this in all the affected MAINTAINERS files. Reviewed-by: Quentin Schulz Signed-off-by: Linus Walleij Reviewed-by: Neil Armstrong --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index cddeca734ff..1789f023631 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -820,7 +820,7 @@ F: include/linux/soc/ti/ ARM U8500 M: Stephan Gerhold -R: Linus Walleij +R: Linus Walleij S: Maintained F: arch/arm/dts/ste-* F: arch/arm/mach-u8500/ @@ -1648,7 +1648,7 @@ F: include/scmi* N: scmi SEAMA -M: Linus Walleij +M: Linus Walleij S: Maintained F: cmd/seama.c F: doc/usage/cmd/seama.rst -- cgit v1.2.3 From 543900ab530a4c65d0130c10b001378c3290107b Mon Sep 17 00:00:00 2001 From: Yao Zi Date: Mon, 8 Dec 2025 18:17:08 +0000 Subject: MAINTAINERS: update my email address My old mail address, ziyao@disroot.org, has stopped working. Switch to my new address, me@ziyao.cc, and map it in .mailmap. Signed-off-by: Yao Zi --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 1789f023631..6ce0bbce13d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1605,7 +1605,7 @@ F: drivers/pinctrl/pinctrl-k210.c F: include/k210/ RISC-V T-HEAD TH1520 -M: Yao Zi +M: Yao Zi S: Maintained F: arch/riscv/cpu/th1520/ F: drivers/clk/thead/clk-th1520-ap.c -- cgit v1.2.3