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/rockchip: dsi: include PHY provider header Date: Tue, 05 May 2026 10:35:05 +1000 Message-ID: In-Reply-To: <20260430110652.558622-19-vladimir.oltean@nxp.com> References: <20260430110652.558622-1-vladimir.oltean@nxp.com> <20260430110652.558622-19-vladimir.oltean@nxp.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 The Rockchip DSI driver is both a PHY consumer and provider (calls `devm_ph= y_create()`). Since it lives outside `drivers/phy/`, it needs a relative pa= th include: ```c #include "../../../phy/phy-provider.h" /* FIXME */ ``` The FIXME is appropriate =E2=80=94 this driver should eventually move to `d= rivers/phy/`. No issues. --- Generated by Claude Code Patch Reviewer