* [PATCH 0/2] MAINTAINERS: SPI NOR: maintainer and reviewer updates
@ 2026-02-13 17:02 Tudor Ambarus
2026-02-13 17:02 ` [PATCH 1/2] MAINTAINERS: remove Tudor Ambarus as SPI NOR maintainer Tudor Ambarus
` (3 more replies)
0 siblings, 4 replies; 10+ messages in thread
From: Tudor Ambarus @ 2026-02-13 17:02 UTC (permalink / raw)
To: pratyush, mwalle
Cc: takahiro.kuwano, miquel.raynal, richard, vigneshr, linux-mtd,
linux-kernel, Tudor Ambarus
Hi all,
This series updates the MAINTAINERS file for the SPI NOR subsystem.
First, I am stepping down as a maintainer for the subsystem. My current
priorities have shifted, and I want to ensure the subsystem is managed
by those who can dedicate the necessary time to it. It has been a
pleasure working with the community, and I am confident leaving the
tree in the capable hands of Pratyush and Michael.
Second, to assist with the review load, I am proposing the addition of
Takahiro Kuwano as a designated Reviewer. Kuwano-san has been a
consistent and reliable contributor to the subsystem. His deep
technical understanding and active participation make him an excellent
choice to help facilitate patch processing moving forward.
Thanks for the collaboration.
ta
Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
---
Tudor Ambarus (2):
MAINTAINERS: remove Tudor Ambarus as SPI NOR maintainer
MAINTAINERS: add Takahiro Kuwano as SPI NOR reviewer
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
base-commit: ed26bd40df11ee438d623adc9c6cc2a7bf9c5dd3
change-id: 20260209-remove-tambarus-from-spi-nor-8a57fc459a6c
Best regards,
--
Tudor Ambarus <tudor.ambarus@linaro.org>
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH 1/2] MAINTAINERS: remove Tudor Ambarus as SPI NOR maintainer
2026-02-13 17:02 [PATCH 0/2] MAINTAINERS: SPI NOR: maintainer and reviewer updates Tudor Ambarus
@ 2026-02-13 17:02 ` Tudor Ambarus
2026-02-14 9:23 ` Michael Walle
2026-02-13 17:02 ` [PATCH 2/2] MAINTAINERS: add Takahiro Kuwano as SPI NOR reviewer Tudor Ambarus
` (2 subsequent siblings)
3 siblings, 1 reply; 10+ messages in thread
From: Tudor Ambarus @ 2026-02-13 17:02 UTC (permalink / raw)
To: pratyush, mwalle
Cc: takahiro.kuwano, miquel.raynal, richard, vigneshr, linux-mtd,
linux-kernel, Tudor Ambarus
I have not been actively involved in SPI NOR development recently and
would like to step down to focus on my current day-to-day work.
The subsystem remains in good hands with Pratyush and Michael.
Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 46126ce2f968e4f9260263f1574ee29f5ff0de1c..c6ee223f6c2db2ed5595e19f5fabc098ff767b3a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -24197,7 +24197,6 @@ F: drivers/clk/spear/
F: drivers/pinctrl/spear/
SPI NOR SUBSYSTEM
-M: Tudor Ambarus <tudor.ambarus@linaro.org>
M: Pratyush Yadav <pratyush@kernel.org>
M: Michael Walle <mwalle@kernel.org>
L: linux-mtd@lists.infradead.org
--
2.53.0.335.g19a08e0c02-goog
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 2/2] MAINTAINERS: add Takahiro Kuwano as SPI NOR reviewer
2026-02-13 17:02 [PATCH 0/2] MAINTAINERS: SPI NOR: maintainer and reviewer updates Tudor Ambarus
2026-02-13 17:02 ` [PATCH 1/2] MAINTAINERS: remove Tudor Ambarus as SPI NOR maintainer Tudor Ambarus
@ 2026-02-13 17:02 ` Tudor Ambarus
2026-02-14 9:24 ` Michael Walle
2026-02-18 9:14 ` [PATCH 0/2] MAINTAINERS: SPI NOR: maintainer and reviewer updates Miquel Raynal
2026-02-25 16:44 ` Miquel Raynal
3 siblings, 1 reply; 10+ messages in thread
From: Tudor Ambarus @ 2026-02-13 17:02 UTC (permalink / raw)
To: pratyush, mwalle
Cc: takahiro.kuwano, miquel.raynal, richard, vigneshr, linux-mtd,
linux-kernel, Tudor Ambarus
Takahiro has been an active contributor to the SPI NOR subsystem,
providing valuable patches and reviews. Add him as a designated
reviewer to help facilitate patch processing and maintenance.
Cc: Takahiro Kuwano <takahiro.kuwano@infineon.com>
Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index c6ee223f6c2db2ed5595e19f5fabc098ff767b3a..872fb6e7e9e4fb5af1e02a0003e5c43535eac6d0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -24199,6 +24199,7 @@ F: drivers/pinctrl/spear/
SPI NOR SUBSYSTEM
M: Pratyush Yadav <pratyush@kernel.org>
M: Michael Walle <mwalle@kernel.org>
+R: Takahiro Kuwano <takahiro.kuwano@infineon.com>
L: linux-mtd@lists.infradead.org
S: Maintained
W: http://www.linux-mtd.infradead.org/
--
2.53.0.335.g19a08e0c02-goog
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: remove Tudor Ambarus as SPI NOR maintainer
2026-02-13 17:02 ` [PATCH 1/2] MAINTAINERS: remove Tudor Ambarus as SPI NOR maintainer Tudor Ambarus
@ 2026-02-14 9:23 ` Michael Walle
0 siblings, 0 replies; 10+ messages in thread
From: Michael Walle @ 2026-02-14 9:23 UTC (permalink / raw)
To: Tudor Ambarus, pratyush
Cc: takahiro.kuwano, miquel.raynal, richard, vigneshr, linux-mtd,
linux-kernel
On Fri Feb 13, 2026 at 6:02 PM CET, Tudor Ambarus wrote:
> I have not been actively involved in SPI NOR development recently and
> would like to step down to focus on my current day-to-day work.
>
> The subsystem remains in good hands with Pratyush and Michael.
>
> Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
It was really fun to work with you. I wish you all the best!
Acked-by: Michael Walle <mwalle@kernel.org>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 2/2] MAINTAINERS: add Takahiro Kuwano as SPI NOR reviewer
2026-02-13 17:02 ` [PATCH 2/2] MAINTAINERS: add Takahiro Kuwano as SPI NOR reviewer Tudor Ambarus
@ 2026-02-14 9:24 ` Michael Walle
2026-02-16 12:01 ` Takahiro Kuwano
0 siblings, 1 reply; 10+ messages in thread
From: Michael Walle @ 2026-02-14 9:24 UTC (permalink / raw)
To: Tudor Ambarus, pratyush
Cc: takahiro.kuwano, miquel.raynal, richard, vigneshr, linux-mtd,
linux-kernel
On Fri Feb 13, 2026 at 6:02 PM CET, Tudor Ambarus wrote:
> Takahiro has been an active contributor to the SPI NOR subsystem,
> providing valuable patches and reviews. Add him as a designated
> reviewer to help facilitate patch processing and maintenance.
>
> Cc: Takahiro Kuwano <takahiro.kuwano@infineon.com>
> Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
I guess, you've asked him beforehand? In any case, Takahiro needs to
ack this as well.
Acked-by: Michael Walle <mwalle@kernel.org>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c6ee223f6c2db2ed5595e19f5fabc098ff767b3a..872fb6e7e9e4fb5af1e02a0003e5c43535eac6d0 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -24199,6 +24199,7 @@ F: drivers/pinctrl/spear/
> SPI NOR SUBSYSTEM
> M: Pratyush Yadav <pratyush@kernel.org>
> M: Michael Walle <mwalle@kernel.org>
> +R: Takahiro Kuwano <takahiro.kuwano@infineon.com>
> L: linux-mtd@lists.infradead.org
> S: Maintained
> W: http://www.linux-mtd.infradead.org/
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 2/2] MAINTAINERS: add Takahiro Kuwano as SPI NOR reviewer
2026-02-14 9:24 ` Michael Walle
@ 2026-02-16 12:01 ` Takahiro Kuwano
0 siblings, 0 replies; 10+ messages in thread
From: Takahiro Kuwano @ 2026-02-16 12:01 UTC (permalink / raw)
To: Michael Walle, Tudor Ambarus, pratyush
Cc: takahiro.kuwano, miquel.raynal, richard, vigneshr, linux-mtd,
linux-kernel
On 2/14/2026 6:24 PM, Michael Walle wrote:
> On Fri Feb 13, 2026 at 6:02 PM CET, Tudor Ambarus wrote:
>> Takahiro has been an active contributor to the SPI NOR subsystem,
>> providing valuable patches and reviews. Add him as a designated
>> reviewer to help facilitate patch processing and maintenance.
>>
>> Cc: Takahiro Kuwano <takahiro.kuwano@infineon.com>
>> Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
>
> I guess, you've asked him beforehand? In any case, Takahiro needs to
> ack this as well.
>
Yes, I'm willing to contribute as a reviewer.
Acked-by: Takahiro Kuwano <takahiro.kuwano@infineon.com>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 0/2] MAINTAINERS: SPI NOR: maintainer and reviewer updates
2026-02-13 17:02 [PATCH 0/2] MAINTAINERS: SPI NOR: maintainer and reviewer updates Tudor Ambarus
2026-02-13 17:02 ` [PATCH 1/2] MAINTAINERS: remove Tudor Ambarus as SPI NOR maintainer Tudor Ambarus
2026-02-13 17:02 ` [PATCH 2/2] MAINTAINERS: add Takahiro Kuwano as SPI NOR reviewer Tudor Ambarus
@ 2026-02-18 9:14 ` Miquel Raynal
2026-02-25 16:44 ` Miquel Raynal
3 siblings, 0 replies; 10+ messages in thread
From: Miquel Raynal @ 2026-02-18 9:14 UTC (permalink / raw)
To: Tudor Ambarus
Cc: pratyush, mwalle, takahiro.kuwano, richard, vigneshr, linux-mtd,
linux-kernel
Hello,
On 13/02/2026 at 17:02:32 GMT, Tudor Ambarus <tudor.ambarus@linaro.org> wrote:
> Hi all,
>
> This series updates the MAINTAINERS file for the SPI NOR subsystem.
>
> First, I am stepping down as a maintainer for the subsystem. My current
> priorities have shifted, and I want to ensure the subsystem is managed
> by those who can dedicate the necessary time to it. It has been a
> pleasure working with the community, and I am confident leaving the
> tree in the capable hands of Pratyush and Michael.
>
> Second, to assist with the review load, I am proposing the addition of
> Takahiro Kuwano as a designated Reviewer. Kuwano-san has been a
> consistent and reliable contributor to the subsystem. His deep
> technical understanding and active participation make him an excellent
> choice to help facilitate patch processing moving forward.
>
> Thanks for the collaboration.
>
> ta
>
> Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Thank you Tudor for your help and reviews, it was a pleasure to
collaborate with you, I hope we'll meet again in the future.
I hereby acknowledge both MAINTAINERS changes, welcome Kuwano-san! I
will pick-up the series once -rc1 is out and will squeeze it in a fixes
PR.
Thanks,
Miquèl
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 0/2] MAINTAINERS: SPI NOR: maintainer and reviewer updates
2026-02-13 17:02 [PATCH 0/2] MAINTAINERS: SPI NOR: maintainer and reviewer updates Tudor Ambarus
` (2 preceding siblings ...)
2026-02-18 9:14 ` [PATCH 0/2] MAINTAINERS: SPI NOR: maintainer and reviewer updates Miquel Raynal
@ 2026-02-25 16:44 ` Miquel Raynal
2026-02-26 14:25 ` Tudor Ambarus
3 siblings, 1 reply; 10+ messages in thread
From: Miquel Raynal @ 2026-02-25 16:44 UTC (permalink / raw)
To: pratyush, mwalle, Tudor Ambarus
Cc: Miquel Raynal, takahiro.kuwano, richard, vigneshr, linux-mtd,
linux-kernel
On Fri, 13 Feb 2026 17:02:32 +0000, Tudor Ambarus wrote:
> This series updates the MAINTAINERS file for the SPI NOR subsystem.
>
> First, I am stepping down as a maintainer for the subsystem. My current
> priorities have shifted, and I want to ensure the subsystem is managed
> by those who can dedicate the necessary time to it. It has been a
> pleasure working with the community, and I am confident leaving the
> tree in the capable hands of Pratyush and Michael.
>
> [...]
Applied to mtd/fixes, I will queue these patches through a fixes
PR. Thank you again Tudor!
[1/2] MAINTAINERS: remove Tudor Ambarus as SPI NOR maintainer
commit: 2b476739f93d286dc7c2b9d14301eaccccd789d3
[2/2] MAINTAINERS: add Takahiro Kuwano as SPI NOR reviewer
commit: 82d938d5266256d2f4d90ed3733a421493eb3623
Patche(s) should be available on mtd/linux.git and will be
part of the next PR (provided that no robot complains by then).
Kind regards,
Miquèl
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 0/2] MAINTAINERS: SPI NOR: maintainer and reviewer updates
2026-02-25 16:44 ` Miquel Raynal
@ 2026-02-26 14:25 ` Tudor Ambarus
2026-03-13 11:53 ` Pratyush Yadav
0 siblings, 1 reply; 10+ messages in thread
From: Tudor Ambarus @ 2026-02-26 14:25 UTC (permalink / raw)
To: Miquel Raynal, pratyush, mwalle
Cc: takahiro.kuwano, richard, vigneshr, linux-mtd, linux-kernel
On 2/25/26 6:44 PM, Miquel Raynal wrote:
> Applied to mtd/fixes, I will queue these patches through a fixes
> PR. Thank you again Tudor!
Thanks for queuing this up.
And thanks everyone for the kind words and the great collaboration
over the years! It's been a pleasure, and I'm very glad to leave
the subsystem in such capable hands.
See you around the lists!
Cheers,
ta
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 0/2] MAINTAINERS: SPI NOR: maintainer and reviewer updates
2026-02-26 14:25 ` Tudor Ambarus
@ 2026-03-13 11:53 ` Pratyush Yadav
0 siblings, 0 replies; 10+ messages in thread
From: Pratyush Yadav @ 2026-03-13 11:53 UTC (permalink / raw)
To: Tudor Ambarus
Cc: Miquel Raynal, pratyush, mwalle, takahiro.kuwano, richard,
vigneshr, linux-mtd, linux-kernel
On Thu, Feb 26 2026, Tudor Ambarus wrote:
> On 2/25/26 6:44 PM, Miquel Raynal wrote:
>> Applied to mtd/fixes, I will queue these patches through a fixes
>> PR. Thank you again Tudor!
>
> Thanks for queuing this up.
>
> And thanks everyone for the kind words and the great collaboration
> over the years! It's been a pleasure, and I'm very glad to leave
> the subsystem in such capable hands.
>
> See you around the lists!
I'm a bit late to the party, but thanks for all the work you have done
on SPI NOR. It was always a pleasure working with you :-)
--
Regards,
Pratyush Yadav
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2026-03-13 11:53 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-13 17:02 [PATCH 0/2] MAINTAINERS: SPI NOR: maintainer and reviewer updates Tudor Ambarus
2026-02-13 17:02 ` [PATCH 1/2] MAINTAINERS: remove Tudor Ambarus as SPI NOR maintainer Tudor Ambarus
2026-02-14 9:23 ` Michael Walle
2026-02-13 17:02 ` [PATCH 2/2] MAINTAINERS: add Takahiro Kuwano as SPI NOR reviewer Tudor Ambarus
2026-02-14 9:24 ` Michael Walle
2026-02-16 12:01 ` Takahiro Kuwano
2026-02-18 9:14 ` [PATCH 0/2] MAINTAINERS: SPI NOR: maintainer and reviewer updates Miquel Raynal
2026-02-25 16:44 ` Miquel Raynal
2026-02-26 14:25 ` Tudor Ambarus
2026-03-13 11:53 ` Pratyush Yadav
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox