From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: Add support for DU and DSI on the Renesas RZ/G3E SoC Date: Sun, 12 Apr 2026 12:45:55 +1000 Message-ID: In-Reply-To: References: X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Overall Series Review Subject: Add support for DU and DSI on the Renesas RZ/G3E SoC Author: Tommaso Merciai Patches: 48 Reviewed: 2026-04-12T12:45:55.584957 --- This is a 21-patch series adding DU (Display Unit) and MIPI DSI support for the Renesas RZ/G3E SoC. It spans clock drivers, DT bindings, DRM driver extensions, media bindings, and device tree nodes. The series is well-structured with a logical progression: clock infrastructure first (patches 1-8), then bindings (9-11, 16-17), driver support (12-15), and finally DTS nodes (18-21). The clock patches are straightforward and mostly have Reviewed-by tags from Geert Uytterhoeven. The DRM patches introduce a novel mechanism for selecting clock paths via duty cycle manipulation, which is clever but somewhat unusual. There are several issues ranging from a clear indentation/coding bug to architectural concerns about the input port discovery logic in the DSI driver. --- Generated by Claude Code Patch Reviewer