diff mbox series

[v1] MAINTAINERS: add rockchip regex for more files and directories

Message ID 20211224171028.4936-1-jbx6244@gmail.com
State Accepted
Commit ba366809bc9999a24e974ed2e3e90b87116e5f08
Delegated to: Kever Yang
Headers show
Series [v1] MAINTAINERS: add rockchip regex for more files and directories | expand

Commit Message

Johan Jonker Dec. 24, 2021, 5:10 p.m. UTC
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 <jbx6244@gmail.com>
---
 MAINTAINERS | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Simon Glass Dec. 28, 2021, 8:34 a.m. UTC | #1
On Fri, 24 Dec 2021 at 10:10, Johan Jonker <jbx6244@gmail.com> wrote:
>
> 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 <jbx6244@gmail.com>
> ---
>  MAINTAINERS | 4 ++++
>  1 file changed, 4 insertions(+)
>

Reviewed-by: Simon Glass <sjg@chromium.org>
Jagan Teki March 11, 2022, 8:16 p.m. UTC | #2
On Fri, Dec 24, 2021 at 10:41 PM Johan Jonker <jbx6244@gmail.com> wrote:
>
> 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 <jbx6244@gmail.com>
> ---

Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Kever Yang March 12, 2022, 1 p.m. UTC | #3
On 2022/3/12 04:16, Jagan Teki wrote:
> On Fri, Dec 24, 2021 at 10:41 PM Johan Jonker <jbx6244@gmail.com> wrote:
>> 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 <jbx6244@gmail.com>
>> ---
> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>

Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 90666ce3..75224d05 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -366,6 +366,9 @@  M:	Philipp Tomsich <philipp.tomsich@vrull.eu>
 M:	Kever Yang <kever.yang@rock-chips.com>
 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/
@@ -383,6 +386,7 @@  F:	tools/rkcommon.h
 F:	tools/rkimage.c
 F:	tools/rksd.c
 F:	tools/rkspi.c
+N:	rockchip
 
 ARM SAMSUNG
 M:	Minkyu Kang <mk7.kang@samsung.com>