diff options
author | Stephan Gerhold <stephan@gerhold.net> | 2021-08-07 15:07:18 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-01 19:02:00 -0400 |
commit | 131ec3cb023c2bef3341de3e345ed573f4097680 (patch) | |
tree | 188b697a9279f2abdc5435eab1ca0e028c05e351 | |
parent | b361fcdb049d76c8519f142b3492817d68f26b28 (diff) | |
download | u-boot-bisect-test.zip u-boot-bisect-test.tar.gz u-boot-bisect-test.tar.bz2 |
MAINTAINERS: Add new drivers for ARM U8500bisect-test
Update MAINTAINERS with various drivers for ARM U8500 that were
added during the U-Boot 2021.10 merge window.
Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4cf0c33..01276db 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -532,7 +532,12 @@ R: Linus Walleij <linus.walleij@linaro.org> S: Maintained F: arch/arm/dts/ste-* F: arch/arm/mach-u8500/ +F: drivers/gpio/nmk_gpio.c +F: drivers/phy/phy-ab8500-usb.c +F: drivers/power/pmic/ab8500.c F: drivers/timer/nomadik-mtu-timer.c +F: drivers/usb/musb-new/ux500.c +F: drivers/video/mcde_simple.c ARM UNIPHIER S: Orphan (Since 2020-09) |