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: handle refcounting for bridge-only callers of drm_of_find_panel_or_bridge() Date: Tue, 05 May 2026 08:26:08 +1000 Message-ID: In-Reply-To: <20260504-drm-bridge-alloc-getput-panel_or_bridge-v4-0-b578c3daaf10@bootlin.com> References: <20260504-drm-bridge-alloc-getput-panel_or_bridge-v4-0-b578c3daaf10@bootlin.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: handle refcounting for bridge-only callers of drm_of_find_panel_or_bridge() Author: Luca Ceresoli Patches: 19 Reviewed: 2026-05-05T08:26:08.250029 --- This is a well-structured series (v4, 11 patches) by Luca Ceresoli as part of the ongoing DRM bridge hotplug refcounting work. It introduces `of_drm_get_bridge_by_endpoint()` as a simpler, refcounted replacement for bridge-only callers of the deprecated `drm_of_find_panel_or_bridge()`, then converts all such callers and finally forbids new bridge-only usage of the old API. The series is logically ordered: infrastructure first (patches 1-2), conversions next (patches 3-10), enforcement last (patch 11). Most patches have already been reviewed/acked by Dmitry Baryshkov. The conversion patterns are consistent and correct, properly handling the bridge refcounting lifecycle. **There is one compile-breaking bug in patch 2** (the non-OF stub) that must be fixed before merging. --- --- Generated by Claude Code Patch Reviewer