Re: [PATCH] MAINTAINERS: move BK3 machine support to CREDITS

From: Nikita Shubin
Date: Tue Sep 17 2024 - 08:44:10 EST


Alexander, Arnd.

Do you mind if i put myself to EP93X, right below Alexander in
MAINTAINERS list ?

On Fri, 2024-09-13 at 12:24 +0000, Arnd Bergmann wrote:
> On Fri, Sep 13, 2024, at 11:50, Lukas Bulwahn wrote:
> > From: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxxx>
> >
> > Commit 3e0bae7f35c9 ("ARM: ep93xx: delete all boardfiles") removes
> > ts72xx.c, but misses to adjust the ARM/CIRRUS LOGIC BK3 MACHINE
> > SUPPORT
> > section, which is referring to this file. Hence,
> > ./scripts/get_maintainer.pl --self-test=patterns complains about a
> > broken
> > reference.
> >
> > As the corresponding file of this section is gone, remove the whole
> > section
> > and note this previous contribution in the CREDITS instead.
> >
> > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxxx>
> > ---
> > Arnd, please pick this quick administration fix on top of the
> > commit
> > above. Thanks.
>
> The machine should still work as before, I think we should
> instead adapt the path to point to
>
> F: arch/arm/boot/dts/cirrus/ep93xx-bk3.dts
> F: arch/arm/boot/dts/cirrus/ep93xx-ts7250.dts
>
>        Arnd