diff options
| author | Johan Jonker <[email protected]> | 2021-12-24 18:10:28 +0100 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2022-03-18 18:12:03 +0800 |
| commit | ba366809bc9999a24e974ed2e3e90b87116e5f08 (patch) | |
| tree | 4ad21e04e0f4628451246613ab479f686a82f4ce | |
| parent | 6d36e92d28c9d009c786e29623c9558b7652ceda (diff) | |
MAINTAINERS: add rockchip regex for more files and directories
The current files and directories with wildcard patterns for
Rockchip patches in MAINTAINERS is not always complete.
Add the regex for DT related files and a generic regex for
catching some other forgotten cases, so that the maintainers
receive all Rockchip related patches.
Signed-off-by: Johan Jonker <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
| -rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8defd09a645..96582fc6777 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -397,6 +397,9 @@ 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 +F: arch/arm/dts/rk3* +F: arch/arm/dts/rockchip* +F: arch/arm/dts/rv1108* F: arch/arm/include/asm/arch-rockchip/ F: arch/arm/mach-rockchip/ F: board/rockchip/ @@ -414,6 +417,7 @@ 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]> |
