[PATCH v2] MAINTAINERS: Add maintainers for ARM/REALTEK ARCHITECTURE

Yu-Chun Lin posted 1 patch 2 weeks ago
MAINTAINERS | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
[PATCH v2] MAINTAINERS: Add maintainers for ARM/REALTEK ARCHITECTURE
Posted by Yu-Chun Lin 2 weeks ago
Add James Tai and Yu-Chun Lin as co-maintainers for the ARM/REALTEK
ARCHITECTURE to continue supporting Realtek SoCs.

Additionally, based on the discussion, move Andreas Färber to a
reviewer role and update his email address accordingly.

Link: https://lore.kernel.org/lkml/bbabf0f1-99fa-4822-85c8-df76ce89da01@suse.com/
Signed-off-by: Yu-Chun Lin <eleanor.lin@realtek.com>
Acked-by: James Tai <james.tai@realtek.com>
---
 MAINTAINERS | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index d7241695df96..7027881c2f14 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3349,7 +3349,9 @@ F:	drivers/irqchip/irq-rda-intc.c
 F:	drivers/tty/serial/rda-uart.c
 
 ARM/REALTEK ARCHITECTURE
-M:	Andreas Färber <afaerber@suse.de>
+M:	James Tai <james.tai@realtek.com>
+M:	Yu-Chun Lin <eleanor.lin@realtek.com>
+R:	Andreas Färber <afaerber@suse.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 L:	linux-realtek-soc@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
-- 
2.34.1

Re: [PATCH v2] MAINTAINERS: Add maintainers for ARM/REALTEK ARCHITECTURE
Posted by Krzysztof Kozlowski 2 weeks ago
On 19/03/2026 08:19, Yu-Chun Lin wrote:
> Add James Tai and Yu-Chun Lin as co-maintainers for the ARM/REALTEK
> ARCHITECTURE to continue supporting Realtek SoCs.
> 
> Additionally, based on the discussion, move Andreas Färber to a
> reviewer role and update his email address accordingly.
> 
> Link: https://lore.kernel.org/lkml/bbabf0f1-99fa-4822-85c8-df76ce89da01@suse.com/
> Signed-off-by: Yu-Chun Lin <eleanor.lin@realtek.com>
> Acked-by: James Tai <james.tai@realtek.com>
> ---


Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>

Please give it a day or two for more comments and then please apply to
your tree, where you are going to collect the rest of Realtek patches.
Then please follow carefully maintainer-soc-profile in your work. Be
sure your tree is included in the next.

Notably, all patches must be posted to the mailing list for review and
only after some time or after review you apply them.

Pull requests to SoC tree for the next release should be sent at latest
at -rc6.

Please also read kernel PGP guide and get your keys into the keyring.

I also recommend to check my slides and/or recording from LPC 2023
session with beginner's kernel maintainer toolbox.

Best regards,
Krzysztof
RE: [PATCH v2] MAINTAINERS: Add maintainers for ARM/REALTEK ARCHITECTURE
Posted by Yu-Chun Lin [林祐君] 2 weeks ago
> On 19/03/2026 08:19, Yu-Chun Lin wrote:
> > Add James Tai and Yu-Chun Lin as co-maintainers for the ARM/REALTEK
> > ARCHITECTURE to continue supporting Realtek SoCs.
> >
> > Additionally, based on the discussion, move Andreas Färber to a
> > reviewer role and update his email address accordingly.
> >
> > Link:
> > https://lore.kernel.org/lkml/bbabf0f1-99fa-4822-85c8-df76ce89da01@suse
> > .com/
> > Signed-off-by: Yu-Chun Lin <eleanor.lin@realtek.com>
> > Acked-by: James Tai <james.tai@realtek.com>
> > ---
> 
> 
> Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
> 
> Please give it a day or two for more comments and then please apply to your
> tree, where you are going to collect the rest of Realtek patches.
> Then please follow carefully maintainer-soc-profile in your work. Be sure your
> tree is included in the next.
> 
> Notably, all patches must be posted to the mailing list for review and only after
> some time or after review you apply them.
> 
> Pull requests to SoC tree for the next release should be sent at latest at -rc6.
> 
> Please also read kernel PGP guide and get your keys into the keyring.
> 
> I also recommend to check my slides and/or recording from LPC 2023 session
> with beginner's kernel maintainer toolbox.
> 
> Best regards,
> Krzysztof

Thanks for this detailed guideline. It helps me a lot!

Regards,
Yu-Chun