From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: MAINTAINERS: add regexes for linux-phy Date: Sun, 22 Mar 2026 04:07:17 +1000 Message-ID: In-Reply-To: <20260319223241.1351137-28-vladimir.oltean@nxp.com> References: <20260319223241.1351137-1-vladimir.oltean@nxp.com> <20260319223241.1351137-28-vladimir.oltean@nxp.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Adds 11 keyword regex patterns to catch PHY API usage during review. The patterns use word boundaries and careful exclusions to avoid matching network PHY API (`phy_start`, `phy_stop`) or unrelated identifiers (`phys_addr_t`). Well-considered. **Summary**: This is a well-executed series. The only issue found is a trivial comment typo in patch 15 (`phy-props.h` header comment says "phy-provider.h"). From a DRM perspective, all changes are correct and appropriate. The series has appropriate acks/reviews already collected. Recommend merge via linux-phy as proposed. --- Generated by Claude Code Patch Reviewer