From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: scsi: ufs: exynos: stop poking into struct phy guts Date: Tue, 05 May 2026 10:35:03 +1000 Message-ID: In-Reply-To: <20260430110652.558622-10-vladimir.oltean@nxp.com> References: <20260430110652.558622-1-vladimir.oltean@nxp.com> <20260430110652.558622-10-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 Replaces `generic_phy->power_count` checks with a local `bool phy_powered_o= n` tracker in `struct exynos_ufs`. The UFS driver calls `phy_power_on()`/`p= hy_power_off()` and now tracks state itself rather than peeking into the PH= Y's internal refcount. The approach is clean =E2=80=94 the driver already knows when it calls powe= r on/off, so it can track this itself. No issues. --- Generated by Claude Code Patch Reviewer