drivers/media/platform/renesas/rcar-isp

Renesas R-Car V4H Image Signal Processor

The image signal processor and channel selector block found inside Renesas R-Car V4H automotive system-on-chips, which feed camera data into ADAS (advanced driver-assistance) workloads such as automated lane keeping and parking. It is the on-chip plumbing that routes and processes video from the car's cameras before machine-vision and deep-learning stages consume it.

keep conf=0.91 deploy=low replacement=none subsystem=media category=media-camera-tv
91%

recommendation

It should stay because the hardware is brand new and still being designed into shipping cars: Renesas continues to sell the V4H chip and its White Hawk evaluation board, and the part was picked up for a Toyota RAV4 ADAS module. Upstream activity in April 2025 was expansion work, moving the code into its own directory and laying groundwork for full ISP-core support, which is the opposite of a sunset.

repository signals

3 files
593 source lines
3 commits, 5y
+639 / −24 lines added / removed, 5y
1 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 3 total · active in 1/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: 0 commits · +0 −0 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: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 3 commits · +639 −24 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    The driver directory was actively reworked upstream in April/May 2025, including a move into its own directory in preparation for adding more ISP-core functionality.

  2. lore.kernel.org

    A companion 2025 patch explicitly says the driver is being extended beyond the channel selector toward core ISP support, indicating active maintenance rather than retirement.

  3. lore.kernel.org

    Another 2025 patch adds parsing for a named CS memory region while preserving backward compatibility, which is consistent with ongoing enablement work.

  4. renesas.com

    Renesas lists the R-Car V4H product as Active and describes an integrated ISP for machine and human vision, showing the underlying hardware family is current rather than obsolete.

  5. renesas.com

    Renesas still offers the White Hawk R-Car V4H evaluation board, evidence of ongoing new-development availability.

  6. renesas.com

    Renesas announced in February 2026 that R-Car V4H was selected for a Toyota RAV4 ADAS control unit, indicating present-day production deployment.

codex reasoning notes (technical)

This is a real platform driver (`csisp.c`, module/Kconfig/Makefile present), not a helper-only directory. Local `git log`/`git show` established that the directory is new in 2025 and all three substantive touches are part of one upstream enablement series; those `git show` outputs exposed the three cited lore URLs. A `web.search_query` over lore for `rcar-isp` removal/deprecate terms surfaced no removal discussion. Separate `web.search_query` results provided the Renesas product, eval-board, and 2026 design-win URLs. Because the hardware is still active and seeing new deployments, and because upstream work is recent enablement rather than sunset maintenance, the right call is `keep`, with no natural replacement driver.