drivers/pinctrl/tegra

NVIDIA Tegra SoC pin controller and pin multiplexer

Pin multiplexing and configuration logic for NVIDIA's Tegra system-on-chip family, covering everything from the early Tegra20 and Tegra30 through to current Tegra234 silicon. These chips power NVIDIA's Jetson embedded modules (AGX Xavier, AGX Orin, Orin NX) used in robotics, industrial vision, and automotive prototyping platforms.

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

recommendation

It should stay because the directory is actively maintained and keeps growing to cover the latest Tegra generations: Tegra234 support landed in 2023, stable backports followed, and substantive commits continue into 2026. NVIDIA still sells Tegra-based Jetson modules for new designs in 2025, so this code is supporting hardware that is shipping today, not just legacy boards.

repository signals

13 files
18,281 source lines
30 commits, 5y
+6,276 / −489 lines added / removed, 5y
14 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 30 total · active in 16/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 5 commits · +1,962 −206 2021-11: 1 commit · +0 −1 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 1 commit · +0 −9 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 1 commit · +9 −4 2022-11: 1 commit · +173 −148 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 2 commits · +31 −42 2023-06: 2 commits · +1,966 −1 2023-07: 3 commits · +21 −8 2023-08: 0 commits · +0 −0 2023-09: 3 commits · +14 −23 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 1 commit · +1 −1 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 1 commit · +3 −8 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 1 commit · +13 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 4 commits · +77 −19 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 1 commit · +1,984 −0 2025-09: 0 commits · +0 −0 2025-10: 1 commit · +9 −2 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 2 commits · +13 −17 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Upstream added Tegra234 pinmux support in 2023, showing the directory still grows to cover current-generation Tegra silicon.

  2. lore.kernel.org

    Tegra pinctrl fixes were backported to stable in 2023, indicating ongoing maintenance rather than abandonment.

  3. developer.nvidia.com

    NVIDIA's current Jetson hardware lineup page still lists Jetson AGX Orin and Orin NX modules, which are Tegra-based products sold for new designs.

  4. nvidia.com

    NVIDIA still markets Jetson AGX Xavier modules, confirming continuing deployment of Tegra194-era hardware in embedded/industrial products.

codex reasoning notes (technical)

Real driver directory: multiple platform drivers and OF match tables for Tegra SoCs. Local tree inspection via shell showed per-SoC drivers up through Tegra234, so this is not legacy-only code. Upstream activity is active: provided static context reports 29 substantive commits in the last 5 years and a most recent substantive touch on 2026-01-19; lore_activity/lore_file_timeline also showed addition of Tegra234 support and later stable fixes. I attempted a removal-discussion subject scan with lore_regex and a lei query; lore_regex timed out and lei could not start in this sandbox, so I found no positive removal evidence and therefore did not escalate. Deployment is still meaningful but niche to embedded/industrial Tegra boards, so 'medium' fits better than 'high'. Source acquisition: first two URLs came from lore_activity/lore_file_timeline; NVIDIA URLs came from web search_query; no source URL was fabricated.