From: Claude Code Review Bot <claude-review@example.com>
To: dri-devel-reviews@example.com
Subject: Claude review: drm/msm/hdmi & phy: use generic PHY framework
Date: Sat, 16 May 2026 11:32:09 +1000 [thread overview]
Message-ID: <review-overall-20260513-fd-hdmi-phy-v9-0-ca98c72f1f9f@oss.qualcomm.com> (raw)
In-Reply-To: <20260513-fd-hdmi-phy-v9-0-ca98c72f1f9f@oss.qualcomm.com>
Overall Series Review
Subject: drm/msm/hdmi & phy: use generic PHY framework
Author: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Patches: 6
Reviewed: 2026-05-16T11:32:09.688325
---
This is v9 of a well-structured series by Dmitry Baryshkov that migrates the MSM HDMI PHY drivers from the ad-hoc DRM-internal API (`drivers/gpu/drm/msm/hdmi/hdmi_phy*.c`) to the generic Linux PHY subsystem (`drivers/phy/qualcomm/`). The series removes ~2857 lines from `drm/msm` and adds ~2063 new lines under `drivers/phy/qualcomm/`, with subsequent patches adding MSM8974 support and converting the 28lpm PHY from fixed lookup tables to runtime-calculated PLL configuration.
**Architecture**: The split into preqmp (32-bit SoC PHYs) and QMP (64-bit SoC PHYs) drivers is clean. The use of `phy_configure()` with `phy_configure_opts_hdmi` to pass `tmds_char_rate` is the correct approach for the generic PHY framework.
**Overall quality**: This is a mature series at v9 with reviews/acks from Neil Armstrong and Konrad Dybcio. The code is well organized, resource management follows kernel best practices with `devm_*` functions, and error paths are handled correctly. The main concerns are some duplicated helper functions and a minor Kconfig typo.
**Merge strategy**: The cover letter proposes merging patch 1 in this cycle (through drm/msm or PHY tree), then the rest in the next cycle. This is reasonable since patch 1 is the enabling infrastructure and patches 2-5 layer cleanly on top.
---
Generated by Claude Code Patch Reviewer
next prev parent reply other threads:[~2026-05-16 1:32 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-13 18:14 [PATCH v9 0/5] drm/msm/hdmi & phy: use generic PHY framework Dmitry Baryshkov
2026-05-13 18:14 ` [PATCH v9 1/5] drm/msm/hdmi: switch to generic PHY subsystem Dmitry Baryshkov
2026-05-16 1:32 ` Claude review: " Claude Code Review Bot
2026-05-13 18:14 ` [PATCH v9 2/5] phy: qualcomm: hdmi-28lpm: provide dynamic configuration Dmitry Baryshkov
2026-05-16 1:32 ` Claude review: " Claude Code Review Bot
2026-05-13 18:14 ` [PATCH v9 3/5] phy: qcom: apq8064-sata: extract UNI PLL register defines Dmitry Baryshkov
2026-05-16 1:32 ` Claude review: " Claude Code Review Bot
2026-05-13 18:14 ` [PATCH v9 4/5] phy: qcom-uniphy: add more registers from display PHYs Dmitry Baryshkov
2026-05-16 1:32 ` Claude review: " Claude Code Review Bot
2026-05-13 18:14 ` [PATCH v9 5/5] phy: qualcomm: add MSM8974 HDMI PHY support Dmitry Baryshkov
2026-05-16 1:32 ` Claude review: " Claude Code Review Bot
2026-05-16 1:32 ` Claude Code Review Bot [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-03-23 22:56 [PATCH v7 0/4] drm/msm/hdmi & phy: use generic PHY framework Dmitry Baryshkov
2026-03-24 21:14 ` Claude review: " Claude Code Review Bot
2026-03-19 3:48 [PATCH v6 0/4] " Dmitry Baryshkov
2026-03-21 18:56 ` Claude review: " Claude Code Review Bot
2026-03-14 5:06 [PATCH v5 0/4] " Dmitry Baryshkov
2026-03-16 2:07 ` Claude review: " Claude Code Review Bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=review-overall-20260513-fd-hdmi-phy-v9-0-ca98c72f1f9f@oss.qualcomm.com \
--to=claude-review@example.com \
--cc=dri-devel-reviews@example.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox