2024-06-12 14:18:13

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: ARM: nspire: add Krzysztof Kozlowski as maintainer

Apparently there was never a maintainers entry for the ARM Texas
Instruments Nspire SoC, thus patches end up nowhere. Add such entry,
because even if platform is orphaned and on its way out of the kernel,
it is nice to take patches if someone sends something.

I do not plan to actively support/maintain Nspire platform but I can
take odd fixes now and then.

Cc: Daniel Tang <[email protected]>
Cc: Andrew Davis <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
MAINTAINERS | 9 +++++++++
1 file changed, 9 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 647233a62f50..4b262cb060b7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3048,6 +3048,15 @@ F: Documentation/devicetree/bindings/hwinfo/ti,k3-socinfo.yaml
F: arch/arm64/boot/dts/ti/Makefile
F: arch/arm64/boot/dts/ti/k3-*

+ARM/TEXAS INSTRUMENTS NSPIRE ARCHITECTURE
+M: Krzysztof Kozlowski <[email protected]>
+L: [email protected] (moderated for non-subscribers)
+S: Odd Fixes
+F: Documentation/devicetree/bindings/*/*/ti,nspire*
+F: Documentation/devicetree/bindings/*/ti,nspire*
+F: Documentation/devicetree/bindings/arm/ti/nspire.yaml
+F: arch/arm/boot/dts/nspire/
+
ARM/TOSHIBA VISCONTI ARCHITECTURE
M: Nobuhiro Iwamatsu <[email protected]>
L: [email protected] (moderated for non-subscribers)
--
2.43.0



2024-06-12 15:16:01

by Andrew Davis

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: ARM: nspire: add Krzysztof Kozlowski as maintainer

On 6/12/24 9:17 AM, Krzysztof Kozlowski wrote:
> Apparently there was never a maintainers entry for the ARM Texas
> Instruments Nspire SoC, thus patches end up nowhere. Add such entry,
> because even if platform is orphaned and on its way out of the kernel,
> it is nice to take patches if someone sends something.
>
> I do not plan to actively support/maintain Nspire platform but I can
> take odd fixes now and then.
>
> Cc: Daniel Tang <[email protected]>
> Cc: Andrew Davis <[email protected]>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> ---

Acked-by: Andrew Davis <[email protected]>

> MAINTAINERS | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 647233a62f50..4b262cb060b7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3048,6 +3048,15 @@ F: Documentation/devicetree/bindings/hwinfo/ti,k3-socinfo.yaml
> F: arch/arm64/boot/dts/ti/Makefile
> F: arch/arm64/boot/dts/ti/k3-*
>
> +ARM/TEXAS INSTRUMENTS NSPIRE ARCHITECTURE
> +M: Krzysztof Kozlowski <[email protected]>
> +L: [email protected] (moderated for non-subscribers)
> +S: Odd Fixes
> +F: Documentation/devicetree/bindings/*/*/ti,nspire*
> +F: Documentation/devicetree/bindings/*/ti,nspire*
> +F: Documentation/devicetree/bindings/arm/ti/nspire.yaml
> +F: arch/arm/boot/dts/nspire/
> +
> ARM/TOSHIBA VISCONTI ARCHITECTURE
> M: Nobuhiro Iwamatsu <[email protected]>
> L: [email protected] (moderated for non-subscribers)