mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 10:41:49 +02:00
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 <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>
This commit is contained in:
parent
8df9160f6a
commit
803d2de23a
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user