On 8/24/26 11:54, Quentin Schulz wrote:
Hi Michal,
On 8/24/26 9:18 AM, Michal Simek wrote:
A number of file (F:) entries across the MAINTAINERS files pointed to
files or directories which had been renamed or removed over time. Drop
these stale references so that every F: entry resolves to an existing
path.
Signed-off-by: Michal Simek <[email protected]>
---
[...]
diff --git a/arch/arm/mach-rockchip/rk3576/MAINTAINERS b/arch/arm/mach-
rockchip/rk3576/MAINTAINERS
index 79cf9e97f70b..62c3ce765e0d 100644
--- a/arch/arm/mach-rockchip/rk3576/MAINTAINERS
+++ b/arch/arm/mach-rockchip/rk3576/MAINTAINERS
@@ -13,7 +13,6 @@ F: configs/nanopi-m5-rk3576_defconfig
NANOPI-R76S-RK3576
M: Jonas Karlman <[email protected]>
S: Maintained
-F: arch/arm/dts/rk3576-nanopi-r76s*
This is a leftover from v1 which had a file there, but we merged the v2. See
https://lore.kernel.org/u-boot/[email protected]/ and
https://lore.kernel.org/u-boot/[email protected]/
For now we don't have U-Boot-specific additions to the upstream DTS for the
NanoPi R76S but we could in the future, so having a wildcard like that would
allow Jonas to be notified if one ever gets added. So it's not completely
useless. No strong opinion on still deleting it or not.
File is there or not. If you add it in future you should extend that fragment
and that's it.
Thanks,
Michal