Message ID | 20240612141740.8470-1-krzysztof.kozlowski@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 997148228410f8e2fda78b848ae16fdc525158e9 |
Headers | show |
Series | MAINTAINERS: ARM: nspire: add Krzysztof Kozlowski as maintainer | expand |
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 <dt.tangr@gmail.com> > Cc: Andrew Davis <afd@ti.com> > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- Acked-by: Andrew Davis <afd@ti.com> > 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 <krzk@kernel.org> > +L: linux-arm-kernel@lists.infradead.org (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 <nobuhiro1.iwamatsu@toshiba.co.jp> > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
On Wed, 12 Jun 2024 16:17:40 +0200, 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. > > [...] Applied, thanks! [1/1] MAINTAINERS: ARM: nspire: add Krzysztof Kozlowski as maintainer https://git.kernel.org/krzk/linux-dt/c/997148228410f8e2fda78b848ae16fdc525158e9 Best regards,
Hello: This patch was applied to soc/soc.git (for-next) by Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>: On Wed, 12 Jun 2024 16:17:40 +0200 you 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. > > [...] Here is the summary with links: - MAINTAINERS: ARM: nspire: add Krzysztof Kozlowski as maintainer https://git.kernel.org/soc/soc/c/997148228410 You are awesome, thank you!
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 <krzk@kernel.org> +L: linux-arm-kernel@lists.infradead.org (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 <nobuhiro1.iwamatsu@toshiba.co.jp> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
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 <dt.tangr@gmail.com> Cc: Andrew Davis <afd@ti.com> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+)