From dcdc78b3b9b66f619c5b8c63603067f340262157 Mon Sep 17 00:00:00 2001 From: Guodong Xu Date: Mon, 1 Jun 2026 21:35:06 -0400 Subject: [PATCH] MAINTAINERS: add entry for SpacemiT reset controller driver The SpacemiT reset controller driver under drivers/reset/spacemit/ (common code plus the K1 and K3 SoC instances) and its reset-ID header have no dedicated MAINTAINERS entry; today they fall only under the broad drivers/reset/ entry of the reset subsystem and the N:/K: catch-all of the RISC-V SpacemiT SoC umbrella. Add a dedicated entry and list myself as maintainer. I introduced the drivers/reset/spacemit/ subdirectory, moved and refactored the existing K1 reset support (originally written by Alex Elder) into it, and wrote the K3 reset driver. The series that created this directory and these files is archived at [1]. [1] https://lore.kernel.org/spacemit/20260120-k3-reset-v3-0-effe87f4bdbe@riscstar.com/ Signed-off-by: Guodong Xu Signed-off-by: Linux RISC-V bot --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index c2c6d79275c6eb..7fb7e51096b00f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -25115,6 +25115,13 @@ S: Maintained F: Documentation/devicetree/bindings/i2c/spacemit,k1-i2c.yaml F: drivers/i2c/busses/i2c-k1.c +SPACEMIT RESET CONTROLLER DRIVER +M: Guodong Xu +L: linux-riscv@lists.infradead.org +S: Maintained +F: drivers/reset/spacemit/ +F: include/dt-bindings/reset/spacemit,k3-resets.h + SPANISH DOCUMENTATION M: Carlos Bilbao R: Avadhut Naik