From: Sebastian Reichel Date: Fri, 27 Mar 2026 14:21:06 +0000 (+0100) Subject: MAINTAINERS: Add Rockchip keyword matching X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=803d2de23a9703705c1ed73b0c9f57e8db2c9c75;p=thirdparty%2Fkernel%2Flinux.git MAINTAINERS: Add Rockchip keyword matching 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 Link: https://patch.msgid.link/20260327-maintainers-rockchip-keyword-v1-1-7f4634f761a6@collabora.com Signed-off-by: Heiko Stuebner --- diff --git a/MAINTAINERS b/MAINTAINERS index 2fb1c75afd163..729247415495f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -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