diff options
| author | Alexander Stein <[email protected]> | 2023-08-01 10:51:58 +0200 |
|---|---|---|
| committer | Lee Jones <[email protected]> | 2023-08-22 08:07:49 +0100 |
| commit | 7564efb37346a5c3923528d1b17138d8b4e3c7db (patch) | |
| tree | afaee816231954cd1350e9c1a69caa2ebbd4adc7 | |
| parent | bcc07f7b6148cf45504104f7bb9670c043153cc4 (diff) | |
MAINTAINERS: Add entry for TQ-Systems device trees and drivers
This includes the arm & arm64 module + board DT files as well as x86
platform GPIO drivers.
Signed-off-by: Matthias Schiffer <[email protected]>
Signed-off-by: Markus Niebel <[email protected]>
Signed-off-by: Alexander Stein <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Lee Jones <[email protected]>
| -rw-r--r-- | MAINTAINERS | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4e35a4880cf8..208b07a5437e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -21576,6 +21576,20 @@ S: Maintained F: Documentation/hwmon/tps546d24.rst F: drivers/hwmon/pmbus/tps546d24.c +TQ SYSTEMS BOARD & DRIVER SUPPORT +S: Supported +W: https://www.tq-group.com/en/products/tq-embedded/ +F: arch/arm/boot/dts/imx*mba*.dts* +F: arch/arm/boot/dts/imx*tqma*.dts* +F: arch/arm/boot/dts/mba*.dtsi +F: arch/arm64/boot/dts/freescale/imx*mba*.dts* +F: arch/arm64/boot/dts/freescale/imx*tqma*.dts* +F: arch/arm64/boot/dts/freescale/mba*.dtsi +F: drivers/gpio/gpio-tqmx86.c +F: drivers/mfd/tqmx86.c +F: drivers/watchdog/tqmx86_wdt.c + TRACING M: Steven Rostedt <[email protected]> M: Masami Hiramatsu <[email protected]> |