A few drivers are not using "rockchip" in their path so they aren't currently detected by get_maintainer.pl as belonging to the ARM ROCKCHIP entry, so let's fix that oversight by adding them individually. We could use N: rk_ but I feel this isn't distinctive enough to avoid too many false positive and I don't want to be keeping a list of things to not match against.
Signed-off-by: Quentin Schulz <[email protected]> --- MAINTAINERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 1c94356dc4b8..b7f68d849755 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -589,6 +589,9 @@ N: rv11 F: board/radxa/ F: board/theobroma-systems F: drivers/gpio/rk_gpio.c +F: drivers/i2c/rk_i2c.c +F: drivers/pwm/rk_pwm.c +F: drivers/spi/rk_spi.[ch] F: tools/rkcommon.c F: tools/rkcommon.h F: tools/rkimage.c -- 2.55.0

