diff options
| author | Quentin Schulz <[email protected]> | 2026-07-07 18:09:23 +0200 |
|---|---|---|
| committer | Quentin Schulz <[email protected]> | 2026-07-09 19:01:43 +0200 |
| commit | 412f8f812a1a7a910aaaa7f61de95b294785fd96 (patch) | |
| tree | b9e8cf55932cc49f7bfa12a2083c60b0fd99a8e1 | |
| parent | d801fcc7b2443fb2dfd0ba89e8c97decbef2de6b (diff) | |
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 <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Quentin Schulz <[email protected]>
| -rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
