From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: phy: qcom: apq8064-sata: extract UNI PLL register defines Date: Sun, 22 Mar 2026 04:56:09 +1000 Message-ID: In-Reply-To: <20260319-fd-hdmi-phy-v6-2-cefc08a55470@oss.qualcomm.com> References: <20260319-fd-hdmi-phy-v6-0-cefc08a55470@oss.qualcomm.com> <20260319-fd-hdmi-phy-v6-2-cefc08a55470@oss.qualcomm.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 Clean extraction of 21 UNI PLL register defines from `phy-qcom-apq8064-sata= .c` into a new shared header `phy-qcom-uniphy.h`. This is straightforward p= reparation for patch 3. **Minor: Hex case normalization** The patch silently normalizes hex digit casing (e.g., `0x03C` =E2=86=92 `0x= 03c`). This is fine and consistent with kernel style, but worth noting for = reviewers verifying the extraction is functionally identical. No other issues found. This is a clean refactor. --- --- Generated by Claude Code Patch Reviewer