From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: drm/bridge: tc358762: Use mipi_dsi_generic_write_multi() Date: Sun, 12 Apr 2026 09:13:54 +1000 Message-ID: In-Reply-To: <20260411010648.39585-1-hussain.bqadri@gmail.com> References: <20260411010648.39585-1-hussain.bqadri@gmail.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: drm/bridge: tc358762: Use mipi_dsi_generic_write_multi() Author: Hussain Qadri Patches: 1 Reviewed: 2026-04-12T09:13:54.823193 --- This is a single-patch series that converts the tc358762 DSI-to-DPI bridge driver from a hand-rolled error accumulation pattern (`ctx->error` + `tc358762_clear_error()`) to the standard kernel `mipi_dsi_multi_context` / `mipi_dsi_generic_write_multi()` API. This is a well-understood, mechanical conversion that multiple other bridge and panel drivers have already undergone. The patch is correct and straightforward. **Verdict: Looks good.** No functional issues found. --- Generated by Claude Code Patch Reviewer