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: Move legacy bridge driver out of imx directory for multi-platform use Date: Sun, 22 Mar 2026 04:35:45 +1000 Message-ID: In-Reply-To: <20260319071452.1961274-3-damon.ding@rock-chips.com> References: <20260319071452.1961274-1-damon.ding@rock-chips.com> <20260319071452.1961274-3-damon.ding@rock-chips.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Clean rename from `imx-legacy-bridge` to `of-display-mode-bridge`. The driver code is functionally identical, with only struct/function name changes and updated SPDX header style. The imx callers are updated to use the new header and API name. Minor nit: The old `include/drm/bridge/imx.h` used `// SPDX-License-Identifier` (C++ style comment) while the new `include/drm/bridge/of-display-mode-bridge.h` correctly uses `/* SPDX-License-Identifier ... */` (C style for headers). Good fix. No issues. --- Generated by Claude Code Patch Reviewer