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: introduce phy_get_max_link_rate() helper for consumers Date: Sun, 22 Mar 2026 04:07:15 +1000 Message-ID: In-Reply-To: <20260319223241.1351137-18-vladimir.oltean@nxp.com> References: <20260319223241.1351137-1-vladimir.oltean@nxp.com> <20260319223241.1351137-18-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 `u32 phy_get_max_link_rate(struct phy *phy)` with NULL tolerance. Updates DRM (cdns-mhdp8546, dw-dp) and CAN (at91_can, flexcan, m_can, rcar_canfd) drivers. The CAN simplifications (removing NULL checks on `transceiver`) are correct since the new function handles NULL. Clean patch. --- Generated by Claude Code Patch Reviewer