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 DU support for RZ/T2H and RZ/N2H SoCs Date: Sat, 16 May 2026 13:13:41 +1000 Message-ID: In-Reply-To: <20260512144104.761531-1-prabhakar.mahadev-lad.rj@bp.renesas.com> References: <20260512144104.761531-1-prabhakar.mahadev-lad.rj@bp.renesas.com> 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 DU support for RZ/T2H and RZ/N2H SoCs Author: Prabhakar Patches: 10 Reviewed: 2026-05-16T13:13:41.493803 --- This is a well-structured 5-patch series adding DU (Display Unit) support for Renesas RZ/T2H and RZ/N2H SoCs. The series properly separates concerns: binding changes first, followed by preparatory driver refactoring (optional reset, per-output clock limits), and finally the new SoC support. The code is clean and follows existing driver conventions. Laurent Pinchart has reviewed several patches already. There is one notable issue in the DT binding patch (patch 2) regarding the `resets` if/else logic, and a minor concern about the reset-optional change silently accepting a missing reset on SoCs that require one. Otherwise the series looks good. --- Generated by Claude Code Patch Reviewer