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: Add panel driver for ChipWealth CH13726A based panels Date: Thu, 23 Apr 2026 08:00:14 +1000 Message-ID: In-Reply-To: <20260422-ch13726a-v6-0-03680d6673ff@gmail.com> References: <20260422-ch13726a-v6-0-03680d6673ff@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: Add panel driver for ChipWealth CH13726A based panels Author: Aaron Kling via B4 Relay Patches: 4 Reviewed: 2026-04-23T08:00:14.799825 --- This is a clean, straightforward 2-patch series adding a new MIPI-DSI panel driver for the ChipWealth CH13726A AMOLED controller, used in the AYN Thor handheld's bottom panel. The DT binding (patch 1) already has a Reviewed-by from Krzysztof Kozlowski, which is good. The driver (patch 2) follows modern patterns (`devm_drm_panel_alloc`, `devm_regulator_bulk_get_const`, `mipi_dsi_multi_context`) and is relatively small. This is v6, and has been through several rounds of review already. There are a few issues remaining, one of which is a real bug (incorrect Kconfig selects pulling in DisplayPort helpers for a DSI panel), and several minor style/correctness nits. --- Generated by Claude Code Patch Reviewer