drivers/pinctrl/renesas

Renesas R-Car, RZ, and SH SoC pin controllers

Pin multiplexing and GPIO configuration for Renesas system-on-chip families spanning legacy SuperH parts, the automotive R-Car line, and current industrial/embedded RZ/G, RZ/V, and RZ/T chips. These controllers decide which internal function each SoC pin exposes (UART, I2C, Ethernet, camera, etc.) and are foundational for booting Linux on Renesas-based boards.

keep conf=0.83 deploy=medium replacement=none subsystem=pinctrl category=platform-vendor
83%

recommendation

It should stay in the kernel because the directory actively supports current Renesas silicon, including RZ/G2L, RZ/V2M, and RZT2H, all of which Renesas markets as active products with longevity guarantees stretching past 2037. Commit history shows hundreds of substantive changes across dozens of authors in recent years, and there is no upstream discussion of deprecation. Removing it would break Linux support for a large slice of currently shipping industrial and automotive hardware.

repository signals

47 files
126,083 source lines
427 commits, 5y
+26,286 / −15,481 lines added / removed, 5y
45 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 427 total · active in 50/61 months
2021 2022 2023 2024 2025 2026 2021-04: 11 commits · +1,900 −136 2021-05: 0 commits · +0 −0 2021-06: 2 commits · +323 −16 2021-07: 2 commits · +1,201 −19 2021-08: 0 commits · +0 −0 2021-09: 2 commits · +7 −7 2021-10: 7 commits · +124 −39 2021-11: 6 commits · +253 −150 2021-12: 77 commits · +1,886 −3,218 2022-01: 5 commits · +73 −71 2022-02: 15 commits · +2,152 −14 2022-03: 4 commits · +197 −23 2022-04: 61 commits · +1,353 −2,661 2022-05: 1 commit · +2 −0 2022-06: 2 commits · +1,133 −2 2022-07: 23 commits · +4,813 −301 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 1 commit · +19 −8 2022-11: 7 commits · +642 −626 2022-12: 0 commits · +0 −0 2023-01: 5 commits · +262 −17 2023-02: 2 commits · +52 −0 2023-03: 15 commits · +735 −6,250 2023-04: 0 commits · +0 −0 2023-05: 1 commit · +4 −4 2023-06: 0 commits · +0 −0 2023-07: 6 commits · +64 −85 2023-08: 4 commits · +39 −8 2023-09: 11 commits · +615 −170 2023-10: 8 commits · +20 −20 2023-11: 0 commits · +0 −0 2023-12: 7 commits · +159 −33 2024-01: 19 commits · +4,266 −67 2024-02: 7 commits · +463 −36 2024-03: 1 commit · +10 −1 2024-04: 4 commits · +139 −22 2024-05: 17 commits · +626 −224 2024-06: 19 commits · +676 −491 2024-07: 2 commits · +19 −26 2024-08: 4 commits · +28 −50 2024-09: 3 commits · +16 −2 2024-10: 6 commits · +45 −18 2024-11: 2 commits · +3 −1 2024-12: 2 commits · +181 −6 2025-01: 1 commit · +1 −1 2025-02: 3 commits · +22 −1 2025-03: 3 commits · +6 −0 2025-04: 1 commit · +170 −130 2025-05: 0 commits · +0 −0 2025-06: 10 commits · +197 −185 2025-07: 2 commits · +6 −6 2025-08: 11 commits · +967 −135 2025-09: 9 commits · +86 −69 2025-10: 2 commits · +6 −16 2025-11: 6 commits · +69 −92 2025-12: 2 commits · +36 −9 2026-01: 2 commits · +206 −0 2026-02: 4 commits · +14 −15 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    Kernel Kconfig shows this directory supports a broad active family set, including newer Renesas RZ/G2L, RZ/V2M, and RZT2H parts, not just legacy SH/R-Car devices.

  2. renesas.com

    Renesas lists RZ/G2L as Active with product longevity through 2037 and positions it for new industrial/embedded Linux designs.

  3. renesas.com

    Renesas lists RZ/V2M as Active, showing hardware in this driver's coverage remains commercially available in the mid-2020s.

codex reasoning notes (technical)

Local shell inspection (`rg --files`, `sed` on Kconfig) showed this is a real driver directory with broad Renesas SoC coverage and explicit support for current-generation RZ/G2L, RZ/V2M, and RZT2H parts. Lore evidence was checked first: `lore_subsystem_churn` on `path:drivers/pinctrl/renesas/` returned no patch-mail hits in the sampled window, and two narrower lore searches for removal/deprecation discussion timed out, so there is no positive lore evidence of an active removal series here. Combined with the user-provided static history (418 substantive commits in 5 years, most recent substantive touch 2026-03-10, 40 authors), this looks actively maintained. URLs were obtained via web search for Renesas product pages; the kernel.org Kconfig URL is canonical recall.