diff options
author | Svyatoslav Ryhel <clamor95@gmail.com> | 2023-10-31 20:46:50 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-11-28 11:23:02 -0500 |
commit | 43f2873fa98b1da6eb56d756315c7bd7db63db27 (patch) | |
tree | 131fc9f17b630673d02d97ce93e180de28c50f91 | |
parent | b2bf18d5e584dd6d65b0b35de19354f9ac615808 (diff) | |
download | u-boot-WIP/28Nov2023-next.zip u-boot-WIP/28Nov2023-next.tar.gz u-boot-WIP/28Nov2023-next.tar.bz2 |
MAINTAINERS: Step up as co-maintainer of Tegra SOC platformWIP/28Nov2023-next
Update maintainers for Tegra SoC platform. Include device trees
and drivers which contain tegra in the name.
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7c1cb2d..9f74c0a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -667,11 +667,14 @@ F: drivers/video/sunxi/ F: tools/sunxi* ARM TEGRA -M: Tom Warren <twarren@nvidia.com> +M: Thierry Reding <treding@nvidia.com> +M: Svyatoslav Ryhel <clamor95@gmail.com> S: Maintained T: git https://source.denx.de/u-boot/custodians/u-boot-tegra.git -F: arch/arm/mach-tegra/ +F: arch/arm/dts/tegra* F: arch/arm/include/asm/arch-tegra*/ +F: arch/arm/mach-tegra/ +F: drivers/*/tegra* ARM TI M: Tom Rini <trini@konsulko.com> |