]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
MAINTAINERS: drop file entry in Marvell Kirkwood and Armada SOC support
authorLukas Bulwahn <lukas.bulwahn@redhat.com>
Tue, 3 Feb 2026 08:38:42 +0000 (09:38 +0100)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Mon, 2 Mar 2026 15:24:43 +0000 (16:24 +0100)
commit29d8a380643521422a9907f3e982e142fe22d19e
tree51b443f7fad85319c0912978ab8cd9f43da3bb9b
parent6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
MAINTAINERS: drop file entry in Marvell Kirkwood and Armada SOC support

Commit fcaf733ca526 ("MAINTAINERS: Add Falcon DB") adds a new file entry
referring to non-existing files arch/arm/boot/dts/marvell/db-falcon*.
Checking with 'find . -name db-falcon*' and the files actually added with
the commit b3370479a5f7 ("arm64: dts: a7k: add COM Express boards"), which
was part of the same patch series, the files intended to refer to are
actually arch/arm64/boot/dts/marvell/db-falcon-carrier-a7k.dts and
arch/arm64/boot/dts/marvell/db-falcon-carrier.dtsi.

Note though that there is already a file entry for
arch/arm64/boot/dts/marvell/ in the ARM/Marvell Kirkwood and Armada SOC
support section. So, the added files were already covered by the
existing MAINTAINERS file and no further file entry is required at all.

Drop the unneeded file entry, essentially reverting the commit
fcaf733ca526 ("MAINTAINERS: Add Falcon DB").

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
MAINTAINERS