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/msm/dsi/phy: fix hardware revision Date: Fri, 27 Feb 2026 12:11:26 +1000 Message-ID: In-Reply-To: <20260226122958.22555-1-mitltlatltl@gmail.com> References: <20260226122958.22555-1-mitltlatltl@gmail.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Overall Series Review Subject: drm/msm/dsi/phy: fix hardware revision Author: Pengyu Luo Patches: 3 Reviewed: 2026-02-27T12:11:26.677190 --- This is a clean, straightforward renaming series for DSI PHY hardware revis= ion quirk flags in the MSM DRM driver. The changes are purely cosmetic =E2= =80=94 renaming `DSI_PHY_7NM_QUIRK_V7_0` to `DSI_PHY_7NM_QUIRK_V7_2` (patch= 1) and `DSI_PHY_7NM_QUIRK_PRE_V4_1` to `DSI_PHY_7NM_QUIRK_V4_0` (patch 2) = to better match actual hardware revision numbers. The reasoning is sound: t= he REVISION_ID0 register reads 0x27, meaning revision 7.2, not 7.0. Both pa= tches are mechanical renames with no functional change, and the diffs are c= omplete =E2=80=94 all occurrences are updated. One minor nit: a stale comment was left behind in patch 1. **Verdict:** Series looks good. One small comment fixup needed in patch 1. --- Generated by Claude Code Patch Reviewer