drivers/soc/tegra

NVIDIA Tegra SoC platform support

Low-level platform glue for NVIDIA's Tegra application processors, including the Power Management Controller, fuse readout, and CPU flow controller. These chips power devices ranging from Nintendo Switch and older Android tablets to current Jetson Orin embedded AI modules and automotive platforms shipping in 2025.

keep conf=0.90 last_sold=2025 deploy=medium replacement=none subsystem=soc category=platform-vendor
90%

recommendation

It should stay because this is the core in-tree platform support layer for NVIDIA's Tegra system-on-chip family, not a swappable peripheral driver. Tegra-based hardware is still being sold new in 2025 (notably the Jetson Orin embedded modules), upstream support has been actively extended to the latest Tegra234 and Tegra264 generations, and the directory has seen dozens of substantive commits from many contributors in recent years.

repository signals

23 files
13,401 source lines
153 commits, 5y
+7,700 / −1,600 lines added / removed, 5y
44 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 153 total · active in 50/61 months
2021 2022 2023 2024 2025 2026 2021-04: 3 commits · +6 −7 2021-05: 2 commits · +245 −2 2021-06: 6 commits · +263 −8 2021-07: 3 commits · +17 −4 2021-08: 3 commits · +80 −9 2021-09: 3 commits · +21 −5 2021-10: 0 commits · +0 −0 2021-11: 9 commits · +356 −30 2021-12: 2 commits · +21 −3 2022-01: 1 commit · +9 −3 2022-02: 1 commit · +2 −2 2022-03: 1 commit · +20 −5 2022-04: 1 commit · +25 −8 2022-05: 8 commits · +3,812 −51 2022-06: 3 commits · +13 −2 2022-07: 4 commits · +29 −3 2022-08: 1 commit · +4 −11 2022-09: 5 commits · +582 −274 2022-10: 5 commits · +326 −114 2022-11: 5 commits · +168 −41 2022-12: 2 commits · +3 −6 2023-01: 1 commit · +2 −2 2023-02: 2 commits · +1 −5 2023-03: 5 commits · +26 −5 2023-04: 0 commits · +0 −0 2023-05: 2 commits · +4 −7 2023-06: 5 commits · +9 −25 2023-07: 4 commits · +7 −383 2023-08: 0 commits · +0 −0 2023-09: 2 commits · +2 −9 2023-10: 8 commits · +210 −54 2023-11: 1 commit · +0 −24 2023-12: 1 commit · +4 −2 2024-01: 2 commits · +5 −1 2024-02: 3 commits · +39 −24 2024-03: 0 commits · +0 −0 2024-04: 1 commit · +2 −0 2024-05: 0 commits · +0 −0 2024-06: 2 commits · +4 −8 2024-07: 0 commits · +0 −0 2024-08: 1 commit · +4 −8 2024-09: 0 commits · +0 −0 2024-10: 1 commit · +1 −1 2024-11: 1 commit · +11 −6 2024-12: 1 commit · +1 −1 2025-01: 2 commits · +6 −17 2025-02: 10 commits · +251 −70 2025-03: 1 commit · +3 −2 2025-04: 0 commits · +0 −0 2025-05: 4 commits · +130 −9 2025-06: 1 commit · +1 −2 2025-07: 9 commits · +694 −263 2025-08: 3 commits · +130 −0 2025-09: 1 commit · +43 −19 2025-10: 5 commits · +13 −10 2025-11: 2 commits · +11 −14 2025-12: 0 commits · +0 −0 2026-01: 1 commit · +74 −30 2026-02: 2 commits · +10 −10 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. nvidia.com

    NVIDIA was still marketing and selling Jetson Orin production modules, indicating Tegra-based hardware remained in new commercial deployment in 2025/2026.

  2. cateee.net

    drivers/soc/tegra/pmc.c still maps to active Tegra PMC compatibles up through tegra234 and tegra264 in current kernel series, showing ongoing support for newer Tegra generations.

  3. cateee.net

    CONFIG_ARCH_TEGRA remains present through current kernel heads, confirming the Tegra platform family is not legacy-only in upstream Linux.

codex reasoning notes (technical)

Real driver directory: contains builtin_platform_driver entry points in pmc.c, flowctrl.c, and fuse-tegra.c (checked with local shell rg). lore_file_timeline(path=drivers/soc/tegra/) returned no events because the tool appears file-oriented for exact paths; for activity I relied on the provided static metadata instead, which shows 86 substantive commits in the last 5 years, 23 authors, and a most recent substantive touch on 2026-01-18, all inconsistent with deprecation/removal. URLs were obtained via web search: NVIDIA Jetson Orin product page for current market availability, and LKDDb pages for continued upstream kernel coverage of Tegra/PMC and newer compatibles including tegra264. No natural replacement driver exists because this directory is the in-tree SoC support layer for Tegra platforms rather than a swappable legacy peripheral driver.