From 803d2de23a9703705c1ed73b0c9f57e8db2c9c75 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Fri, 27 Mar 2026 15:21:06 +0100 Subject: [PATCH] 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 --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 2fb1c75afd16..729247415495 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