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/panel: novatek-nt36672a: Convert to mipi_dsi_*_multi() helpers Date: Wed, 04 Mar 2026 07:58:46 +1000 Message-ID: In-Reply-To: <20260303035508.8288-1-chintanlike@gmail.com> References: <20260303035508.8288-1-chintanlike@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/panel: novatek-nt36672a: Convert to mipi_dsi_*_multi() helpers Author: Chintan Patel Patches: 1 Reviewed: 2026-03-04T07:58:46.804279 --- This is a single-patch conversion of the `panel-novatek-nt36672a` driver from the deprecated `mipi_dsi_dcs_*()` API to the `mipi_dsi_*_multi()` helpers with `struct mipi_dsi_multi_context`. The conversion is largely correct and well-structured for a v2 submission. However, there is one behavioral change in the unprepare error path that silently drops a DSI command when an earlier step fails, which changes the original "always try everything during power-down" behavior. --- Generated by Claude Code Patch Reviewer