]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
MAINTAINERS: Add Rockchip keyword matching
authorSebastian Reichel <sebastian.reichel@collabora.com>
Fri, 27 Mar 2026 14:21:06 +0000 (15:21 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 27 Apr 2026 12:11:09 +0000 (14:11 +0200)
Add keyword based matching for 'ARM/Rockchip SoC support'. This will
match rockchip, Rockchip, RockChip and ROCKCHIP separated by any
whitespace character or underscores.

The goal is to match arm64 defconfig patches, which should go through
the Rockchip tree as they right now only match the LKML and thus are
easily lost. The keyword matching is quite good for this, since it
also applies to the commit message and the config options itself might
not give any hint about being relevant for Rockchip.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Link: https://patch.msgid.link/20260327-maintainers-rockchip-keyword-v1-1-7f4634f761a6@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
MAINTAINERS

index 2fb1c75afd16388f590a77c04e08d2d6d002f5cc..729247415495f25a1031830f46ee1663e5deaf64 100644 (file)
@@ -3425,6 +3425,8 @@ F:        drivers/i2c/busses/i2c-rk3x.c
 F:     drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c
 F:     sound/soc/rockchip/
 N:     rockchip
+K:     \b[Rr]ock[Cc]hip\b
+K:     (?:\b|_)ROCKCHIP(?:\b|_)
 
 ARM/SAMSUNG S3C, S5P AND EXYNOS ARM ARCHITECTURES
 M:     Krzysztof Kozlowski <krzk@kernel.org>