Renesas R-Car and RZ SoC PHY transceivers
A collection of on-chip physical-layer transceivers (USB 2.0, USB 3.0, PCIe, and Ethernet SerDes) built into Renesas R-Car automotive and RZ/G industrial Arm SoCs. These PHY blocks let the CPU's bus controllers actually drive the wires going to USB ports, PCIe slots, and Ethernet jacks on devices ranging from car infotainment systems to industrial HMI panels.
recommendation
It should stay in the kernel because the underlying Renesas SoCs are still actively sold and newly launched in 2025, including the RZ/G3E announced in July 2025 and the R-Car V4H automotive chip. The directory is also under active upstream maintenance, with dozens of substantive commits in the last five years and ongoing treewide PHY-subsystem work touching its files. Because these PHYs are baked into specific SoCs, no generic driver could replace them.
repository signals
sources
- lore.kernel.org
A 2026 linux-phy treewide patch still touched files in drivers/phy/renesas, indicating the directory remains integrated into active upstream maintenance rather than abandoned.
- renesas.com
Renesas lists RZ/G3E as Active; that SoC family matches this directory's newer PHY support such as r9a09g047 USB3 PHY.
- renesas.com
Renesas announced RZ/G3E on July 29, 2025 for new industrial/consumer HMI designs, showing this PHY-backed hardware family was newly marketed in 2025.
- renesas.com
Renesas lists R-Car V4H as Active, supporting the conclusion that the broader Renesas automotive/embedded SoC PHY ecosystem covered here is still current.
codex reasoning notes (technical)
Local shell inspection showed six real platform PHY drivers (USB2/USB3/PCIe/Ethernet SerDes) for Renesas SoCs, so this is a driver directory. `lore_activity` on directory files returned a 2026 linux-phy touch, and the provided metadata already shows 46 substantive commits in 5 years with the latest on 2026-02-04, which argues against deprecation. `lore_file_timeline` on the directory path itself returned no exact-path events, and a web search over lore found no obvious removal/deprecation series; I treat that as no visible active removal push, not as proof of absence. Renesas product/news pages obtained via `web.search_query` show RZ/G3E and R-Car products still active/new in 2025+, so hardware is still sold and sees ongoing embedded/automotive deployment. There is no generic replacement driver because these PHY blocks are SoC-specific.