From: Quentin Schulz Date: Tue, 7 Jul 2026 16:09:23 +0000 (+0200) Subject: MAINTAINERS: add more Rockchip drivers to ARM ROCKCHIP X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=412f8f812a1a7a910aaaa7f61de95b294785fd96;p=thirdparty%2Fu-boot.git MAINTAINERS: add more Rockchip drivers to ARM ROCKCHIP 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. Reviewed-by: Heiko Stuebner Link: https://patch.msgid.link/20260707-rk-custodian-v1-9-dbc9c696e613@0leil.net Signed-off-by: Quentin Schulz --- diff --git a/MAINTAINERS b/MAINTAINERS index 5a1d1ecc344..50053656f6f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -574,6 +574,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