drivers/thermal/renesas

Renesas R-Car and RZ thermal sensor units

On-chip temperature sensors built into Renesas application processors, including the R-Car Gen3/Gen4 automotive SoCs used in car infotainment and ADAS, and the RZ/G2L, RZ/G3E, RZ/G3S, and RZ/T2H industrial and HMI microprocessors. The kernel uses these sensors for thermal management, throttling, and shutdown protection.

keep conf=0.95 deploy=medium replacement=none subsystem=thermal category=platform-vendor
95%

recommendation

It should stay because the hardware is current: Renesas still actively markets the R-Car H3e, RZ/G2L (with product longevity guaranteed to 2037), RZ/G3E, RZ/G3S, and RZ/T2H, and the driver is under active development, with new SoC support added as recently as the v6.18 cycle. There is no replacement and each source file targets specific Renesas thermal IP, so removal would break working, in-production systems.

repository signals

7 files
2,313 source lines
24 commits, 5y
+2,529 / −166 lines added / removed, 5y
11 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 24 total · active in 11/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: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 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: 0 commits · +0 −0 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: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 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: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 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: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 2 commits · +1,486 −0 2024-06: 0 commits · +0 −0 2024-07: 1 commit · +1 −5 2024-08: 0 commits · +0 −0 2024-09: 1 commit · +1 −1 2024-10: 1 commit · +3 −3 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 2 commits · +49 −58 2025-04: 0 commits · +0 −0 2025-05: 1 commit · +1 −1 2025-06: 2 commits · +46 −15 2025-07: 0 commits · +0 −0 2025-08: 1 commit · +281 −0 2025-09: 6 commits · +573 −18 2025-10: 0 commits · +0 −0 2025-11: 3 commits · +8 −10 2025-12: 0 commits · +0 −0 2026-01: 4 commits · +80 −55 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. spinics.net

    Thermal pull request for v6.18-rc1 included a fix for the newly added Renesas RZ/G3E thermal driver, indicating active upstream maintenance rather than removal.

  2. kernel.googlesource.com

    Thermal merge notes list 'thermal: renesas: rzg3e: add support for RZ/T2H and RZ/N2H', showing feature growth in this driver area in 2026.

  3. renesas.com

    Renesas marks RZ/G3E as Active and describes current industrial/HMI applications, showing supported hardware is still marketed.

  4. renesas.com

    Renesas marks RZ/G3S as Active, showing this family is still sold for new designs.

  5. renesas.com

    Renesas marks RZ/G2L as Active and gives Product Longevity 2037, strong evidence of ongoing deployment horizon.

  6. renesas.com

    Renesas marks RZ/T2H as Active; this is relevant because recent kernel work extended the Renesas thermal driver support to RZ/T2H/N2H.

  7. renesas.com

    Renesas marks R-Car H3/H3e variants as Active for automotive cockpit/IVI use, indicating the older R-Car side of this driver family still has live deployments.

  8. cateee.net

    LKDDb shows CONFIG_RCAR_GEN3_THERMAL present through current kernels and tied to many Renesas compatible strings in this directory.

codex reasoning notes (technical)

Local shell inspection (`sed` on Kconfig and source) shows this directory is a real multi-driver bundle for several Renesas thermal IP blocks. Local `git -c safe.directory=... log -- drivers/thermal/renesas` showed fresh substantive commits through 2026-01-21, including new SoC enablement, with no sign of a dying codepath. Web search produced the spinics pull mail and googlesource merge view for upstream activity, plus official Renesas product pages showing RZ/G3E, RZ/G3S, RZ/G2L, RZ/T2H, and R-Car H3e marked Active. No natural replacement driver exists; each file targets specific Renesas TSU/thermal hardware, so the correct disposition is to keep it.