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: rename DSI_PHY_7NM_QUIRK_PRE_V4_1 to DSI_PHY_7NM_QUIRK_V4_0 Date: Fri, 27 Feb 2026 12:11:27 +1000 Message-ID: In-Reply-To: <20260226122958.22555-3-mitltlatltl@gmail.com> References: <20260226122958.22555-1-mitltlatltl@gmail.com> <20260226122958.22555-3-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 Patch Review **Summary:** Renames `DSI_PHY_7NM_QUIRK_PRE_V4_1` to `DSI_PHY_7NM_QUIRK_V4_= 0` across all uses. The commit message correctly notes that only SM8150 use= s this quirk and its hardware revision is 4.0, making `V4_0` a more accurat= e name than `PRE_V4_1`. The rename is complete =E2=80=94 the define, comment, all 5 code references= , and the `dsi_phy_7nm_8150_cfgs` config struct are all updated. This patch does **not** have a `Fixes:` tag, which is correct =E2=80=94 it'= s a pure naming improvement without fixing an incorrect value, unlike patch= 1. No issues with this patch. It's a clean, mechanical rename. --- Generated by Claude Code Patch Reviewer