2024-06-13 06:46:35

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH v2] MAINTAINERS: ARM: vt8500: add Alexey and Krzysztof as maintainers

The ARM VIA/WonderMedia VT8500 platform became orphaned in
commit 8f1b7ba55c61 ("MAINTAINERS: ARM/VT8500, remove defunct e-mail")
and clearly it is on the way out of the kernel. However few folks send
patches to it and it is nice to actually take them, till the platform is
in the kernel.

Alexey Charkov still has VT8500 hardware and plans to work on upstream,
so add Alexey as the maintainer. Krzysztof will collect patches.

Extend the maintainer entry to cover also VT8500 DTS.

Cc: Alexey Charkov <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>

---

Changes in v2
1. Add Alexey.

Cc: [email protected]
---
MAINTAINERS | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a472f48656a5..fb32a2fe3a79 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3126,9 +3126,12 @@ W: http://www.armlinux.org.uk/
F: arch/arm/vfp/

ARM/VT8500 ARM ARCHITECTURE
+M: Alexey Charkov <[email protected]>
+M: Krzysztof Kozlowski <[email protected]>
L: [email protected] (moderated for non-subscribers)
-S: Orphan
+S: Odd Fixes
F: Documentation/devicetree/bindings/i2c/i2c-wmt.txt
+F: arch/arm/boot/dts/vt8500/
F: arch/arm/mach-vt8500/
F: drivers/clocksource/timer-vt8500.c
F: drivers/i2c/busses/i2c-viai2c-wmt.c
--
2.43.0



2024-06-13 07:44:25

by Alexey Charkov

[permalink] [raw]
Subject: Re: [PATCH v2] MAINTAINERS: ARM: vt8500: add Alexey and Krzysztof as maintainers

Thanks Krzysztof!

On Thu, Jun 13, 2024 at 9:46 AM Krzysztof Kozlowski
<[email protected]> wrote:
>
> The ARM VIA/WonderMedia VT8500 platform became orphaned in
> commit 8f1b7ba55c61 ("MAINTAINERS: ARM/VT8500, remove defunct e-mail")
> and clearly it is on the way out of the kernel. However few folks send
> patches to it and it is nice to actually take them, till the platform is
> in the kernel.
>
> Alexey Charkov still has VT8500 hardware and plans to work on upstream,
> so add Alexey as the maintainer. Krzysztof will collect patches.
>
> Extend the maintainer entry to cover also VT8500 DTS.
>
> Cc: Alexey Charkov <[email protected]>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>

Acked-by: Alexey Charkov <[email protected]>

Best regards,
Alexey