summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Schulz <[email protected]>2026-07-07 18:09:15 +0200
committerQuentin Schulz <[email protected]>2026-07-09 19:01:42 +0200
commit9b619dfaafdd9f12738631f07ae88b99beaef132 (patch)
treee6398ff161407c90c0bf24fdad4cb9d88f1e1d3b
parent913fedc816570c07bfc7f9c4046dc2a3a55e4099 (diff)
MAINTAINERS: remove redundant entries for ARM ROCKCHIP
The ARM ROCKCHIP entry already specifies an N: rockchip so we don't need to repeat a path with F: if it has rockchip in the path, so drop it. Note that for some reason get_maintainer.pl doesn't return the exact same list before and after this patch. Reviewed-by: Heiko Stuebner <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Quentin Schulz <[email protected]>
-rw-r--r--MAINTAINERS15
1 files changed, 1 insertions, 14 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 030f92a84f9..6eb51ebaf24 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -559,12 +559,10 @@ M: Philipp Tomsich <[email protected]>
M: Kever Yang <[email protected]>
S: Maintained
T: git https://source.denx.de/u-boot/custodians/u-boot-rockchip.git
+N: rockchip
F: arch/arm/dts/px30*
F: arch/arm/dts/rk3*
-F: arch/arm/dts/rockchip*
F: arch/arm/dts/rv11*
-F: arch/arm/include/asm/arch-rockchip/
-F: arch/arm/mach-rockchip/
F: board/amarula/vyasa-rk3288/
F: board/anbernic/rgxx3_rk3566/
F: board/armsom/sige7-rk3588/
@@ -575,25 +573,14 @@ F: board/mqmaker/miqi_rk3288/
F: board/phytec/phycore_rk3288
F: board/pine64
F: board/radxa/
-F: board/rockchip/
F: board/theobroma-systems
F: board/vamrs/rock960_rk3399/
-F: drivers/clk/rockchip/
F: drivers/gpio/rk_gpio.c
-F: drivers/misc/rockchip-efuse.c
-F: drivers/mmc/rockchip_sdhci.c
-F: drivers/mmc/rockchip_dw_mmc.c
-F: drivers/pinctrl/rockchip/
-F: drivers/ram/rockchip/
-F: drivers/sysreset/sysreset_rockchip.c
-F: drivers/ufs/*rockchip*
-F: drivers/video/rockchip/
F: tools/rkcommon.c
F: tools/rkcommon.h
F: tools/rkimage.c
F: tools/rksd.c
F: tools/rkspi.c
-N: rockchip
ARM SAMSUNG
M: Minkyu Kang <[email protected]>