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 devm_drm_panel_add() helper Date: Sun, 12 Apr 2026 09:06:57 +1000 Message-ID: In-Reply-To: <20260411-waveshare-dsi-touch-v2-18-75cdbeac5156@oss.qualcomm.com> References: <20260411-waveshare-dsi-touch-v2-0-75cdbeac5156@oss.qualcomm.com> <20260411-waveshare-dsi-touch-v2-18-75cdbeac5156@oss.qualcomm.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Adds a devres-managed wrapper around `drm_panel_add()` + `drm_panel_remove()`. Clean and minimal. **Minor**: Missing `@dev` parameter in the kernel-doc comment. Only `@panel` is documented. --- --- Generated by Claude Code Patch Reviewer