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: fsl-ldb: Get the next non-panel bridge Date: Thu, 05 Mar 2026 13:34:48 +1000 Message-ID: In-Reply-To: <20260304-dcif-upstreaming-v8-2-bec5c047edd4@oss.nxp.com> References: <20260304-dcif-upstreaming-v8-0-bec5c047edd4@oss.nxp.com> <20260304-dcif-upstreaming-v8-2-bec5c047edd4@oss.nxp.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Good refactoring from Liu Ying. Replaces the panel-only lookup (`of_drm_find_panel` + `devm_drm_panel_bridge_add`) with `devm_drm_of_get_bridge()` which handles both panel bridges and non-panel bridges transparently. This is needed because the i.MX94 EVK uses an IT6263 LVDS-to-HDMI bridge rather than a direct panel. The error path improvement to use `dev_err_probe` for the bridge lookup is a nice touch. Well-reviewed by multiple people. No issues. --- Generated by Claude Code Patch Reviewer