* [PATCH v2] MAINTAINERS: add entry for SpacemiT reset controller driver
@ 2026-06-03 10:26 Guodong Xu
2026-06-03 7:34 ` Philipp Zabel
2026-06-03 14:47 ` Yixun Lan
0 siblings, 2 replies; 6+ messages in thread
From: Guodong Xu @ 2026-06-03 10:26 UTC (permalink / raw)
To: Paul Walmsley, Palmer Dabbelt, Albert Ou, Alexandre Ghiti, Yixun Lan
Cc: linux-kernel, linux-riscv, spacemit, Philipp Zabel, Alex Elder,
Guodong Xu
Add a MAINTAINERS entry for the SpacemiT reset controller driver
(drivers/reset/spacemit/) and its reset-ID header. I intend to
maintain it: the K1 and K3 instances now, and future SpacemiT SoCs
that reuse the common code.
Link: https://lore.kernel.org/spacemit/20260120-k3-reset-v3-0-effe87f4bdbe@riscstar.com/
Acked-by: Alex Elder <elder@riscstar.com>
Signed-off-by: Guodong Xu <docular.xu@gmail.com>
---
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.
I contributed it as Guodong Xu <guodong@riscstar.com>;
docular.xu@gmail.com is my current address. A matching .mailmap update
is summited at
https://lore.kernel.org/all/20260601-b4-mailmap-guodong-xu-v1-1-ee9eff1e57ba@gmail.com/
Changes in v2:
- Reword the commit message
- Add L: spacemit@lists.linux.dev
- Collect Alex Elder's Acked-by
- Link to v1: https://patch.msgid.link/20260601-b4-spacemit-reset-maintainers-v1-1-1ab3014e9a35@gmail.com
---
MAINTAINERS | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 9ec290e38b44a..b7ef4ff2a2054 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -25119,6 +25119,14 @@ 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 <docular.xu@gmail.com>
+L: linux-riscv@lists.infradead.org
+L: spacemit@lists.linux.dev
+S: Maintained
+F: drivers/reset/spacemit/
+F: include/dt-bindings/reset/spacemit,k3-resets.h
+
SPANISH DOCUMENTATION
M: Carlos Bilbao <carlos.bilbao@kernel.org>
R: Avadhut Naik <avadhut.naik@amd.com>
---
base-commit: e43ffb69e0438cddd72aaa30898b4dc446f664f8
change-id: 20260601-b4-spacemit-reset-maintainers-4b5a91599585
Best regards,
--
Guodong Xu <docular.xu@gmail.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2] MAINTAINERS: add entry for SpacemiT reset controller driver
2026-06-03 10:26 [PATCH v2] MAINTAINERS: add entry for SpacemiT reset controller driver Guodong Xu
@ 2026-06-03 7:34 ` Philipp Zabel
2026-08-07 23:51 ` Guodong Xu
2026-06-03 14:47 ` Yixun Lan
1 sibling, 1 reply; 6+ messages in thread
From: Philipp Zabel @ 2026-06-03 7:34 UTC (permalink / raw)
To: Guodong Xu, Paul Walmsley, Palmer Dabbelt, Albert Ou,
Alexandre Ghiti, Yixun Lan
Cc: linux-kernel, linux-riscv, spacemit, Alex Elder
On Mi, 2026-06-03 at 06:26 -0400, Guodong Xu wrote:
> Add a MAINTAINERS entry for the SpacemiT reset controller driver
> (drivers/reset/spacemit/) and its reset-ID header. I intend to
> maintain it: the K1 and K3 instances now, and future SpacemiT SoCs
> that reuse the common code.
>
> Link: https://lore.kernel.org/spacemit/20260120-k3-reset-v3-0-effe87f4bdbe@riscstar.com/
> Acked-by: Alex Elder <elder@riscstar.com>
> Signed-off-by: Guodong Xu <docular.xu@gmail.com>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
regards
Philipp
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2] MAINTAINERS: add entry for SpacemiT reset controller driver
2026-06-03 7:34 ` Philipp Zabel
@ 2026-08-07 23:51 ` Guodong Xu
2026-09-10 14:09 ` Guodong Xu
0 siblings, 1 reply; 6+ messages in thread
From: Guodong Xu @ 2026-08-07 23:51 UTC (permalink / raw)
To: Philipp Zabel
Cc: Paul Walmsley, Palmer Dabbelt, Albert Ou, Alexandre Ghiti,
Yixun Lan, linux-kernel, linux-riscv, spacemit, Alex Elder
Hi Philipp,
On 2026-06-03 09:34, Philipp Zabel wrote:
>On Mi, 2026-06-03 at 06:26 -0400, Guodong Xu wrote:
>> Add a MAINTAINERS entry for the SpacemiT reset controller driver
>> (drivers/reset/spacemit/) and its reset-ID header. I intend to
>> maintain it: the K1 and K3 instances now, and future SpacemiT SoCs
>> that reuse the common code.
>>
>> Link: https://lore.kernel.org/spacemit/20260120-k3-reset-v3-0-effe87f4bdbe@riscstar.com/
>> Acked-by: Alex Elder <elder@riscstar.com>
>> Signed-off-by: Guodong Xu <docular.xu@gmail.com>
>
>Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Gentle ping. All tags on this one are collected:
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Reviewed-by: Yixun Lan <dlan@kernel.org>
Acked-by: Alex Elder <elder@riscstar.com>
Could you take it through the reset tree when convenient?
Thanks,
Guodong
>regards
>Philipp
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2] MAINTAINERS: add entry for SpacemiT reset controller driver
2026-08-07 23:51 ` Guodong Xu
@ 2026-09-10 14:09 ` Guodong Xu
2026-09-10 21:34 ` Yixun Lan
0 siblings, 1 reply; 6+ messages in thread
From: Guodong Xu @ 2026-09-10 14:09 UTC (permalink / raw)
To: Philipp Zabel
Cc: Paul Walmsley, Palmer Dabbelt, Albert Ou, Alexandre Ghiti,
Yixun Lan, linux-kernel, linux-riscv, spacemit, Alex Elder
Hi Philipp,
On 2026-08-07 19:51, Guodong Xu wrote:
> On 2026-06-03 09:34, Philipp Zabel wrote:
> [ ... ]
> >Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
>
> Gentle ping. All tags on this one are collected:
>
> Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
> Reviewed-by: Yixun Lan <dlan@kernel.org>
> Acked-by: Alex Elder <elder@riscstar.com>
>
> Could you take it through the reset tree when convenient?
Second ping. This is a MAINTAINERS-only change and carries your
Acked-by, plus Reviewed-by from Yixun and Acked-by from Alex.
If it is easier for you, I'd like to ask Yixun whether it could go
through the SpacemiT SoC tree instead. Unless you object, I'd suggest
we go that way if it has not been picked up by 2026-09-17.
Guodong
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2] MAINTAINERS: add entry for SpacemiT reset controller driver
2026-09-10 14:09 ` Guodong Xu
@ 2026-09-10 21:34 ` Yixun Lan
0 siblings, 0 replies; 6+ messages in thread
From: Yixun Lan @ 2026-09-10 21:34 UTC (permalink / raw)
To: Guodong Xu
Cc: Philipp Zabel, Paul Walmsley, Palmer Dabbelt, Albert Ou,
Alexandre Ghiti, linux-kernel, linux-riscv, spacemit, Alex Elder
Hi Guodong, Philipp,
On 10:09 Thu 10 Sep , Guodong Xu wrote:
> Hi Philipp,
>
> On 2026-08-07 19:51, Guodong Xu wrote:
> > On 2026-06-03 09:34, Philipp Zabel wrote:
> > [ ... ]
> > >Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
> >
> > Gentle ping. All tags on this one are collected:
> >
> > Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
> > Reviewed-by: Yixun Lan <dlan@kernel.org>
> > Acked-by: Alex Elder <elder@riscstar.com>
> >
> > Could you take it through the reset tree when convenient?
>
> Second ping. This is a MAINTAINERS-only change and carries your
> Acked-by, plus Reviewed-by from Yixun and Acked-by from Alex.
>
> If it is easier for you, I'd like to ask Yixun whether it could go
> through the SpacemiT SoC tree instead. Unless you object, I'd suggest
> we go that way if it has not been picked up by 2026-09-17.
>
Sounds a good plan, let's give Philipp some time to respond, if he still
unable to proceed by that time, then I will pick it.. just want to avoid
collision that both of us picked accidently..
--
Yixun Lan (dlan)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2] MAINTAINERS: add entry for SpacemiT reset controller driver
2026-06-03 10:26 [PATCH v2] MAINTAINERS: add entry for SpacemiT reset controller driver Guodong Xu
2026-06-03 7:34 ` Philipp Zabel
@ 2026-06-03 14:47 ` Yixun Lan
1 sibling, 0 replies; 6+ messages in thread
From: Yixun Lan @ 2026-06-03 14:47 UTC (permalink / raw)
To: Guodong Xu
Cc: Paul Walmsley, Palmer Dabbelt, Albert Ou, Alexandre Ghiti,
linux-kernel, linux-riscv, spacemit, Philipp Zabel, Alex Elder
Hi Guodong,
On 06:26 Wed 03 Jun , Guodong Xu wrote:
> Add a MAINTAINERS entry for the SpacemiT reset controller driver
> (drivers/reset/spacemit/) and its reset-ID header. I intend to
> maintain it: the K1 and K3 instances now, and future SpacemiT SoCs
> that reuse the common code.
>
> Link: https://lore.kernel.org/spacemit/20260120-k3-reset-v3-0-effe87f4bdbe@riscstar.com/
> Acked-by: Alex Elder <elder@riscstar.com>
> Signed-off-by: Guodong Xu <docular.xu@gmail.com>
Looks good
Reviewed-by: Yixun Lan <dlan@kernel.org>
--
Yixun Lan (dlan)
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2026-09-10 21:34 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-03 10:26 [PATCH v2] MAINTAINERS: add entry for SpacemiT reset controller driver Guodong Xu
2026-06-03 7:34 ` Philipp Zabel
2026-08-07 23:51 ` Guodong Xu
2026-09-10 14:09 ` Guodong Xu
2026-09-10 21:34 ` Yixun Lan
2026-06-03 14:47 ` Yixun Lan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®