Re: [PATCH v4 5/6] phy: qcom: qmp-pcie: Refactor common multiphy handling

From: Shawn Guo

Date: Tue Sep 22 2026 - 04:20:40 EST


On Mon, Sep 21, 2026 at 11:07:13AM +0530, Krishna Chaitanya Chundru wrote:
> Reuse the existing port resource arrays for Glymur register regions,
> power domains, and NOCSR resets instead of maintaining duplicate
> Glymur-specific lists.
>
> Attach each PHY instance's power domains to the device created for that
> PHY. This ensures that the associated GDSCs are managed with the
> lifetime of the individual PHY device rather than the parent multiphy
> platform device.
>
> Validate the clock-output-names property before using its count for
> allocation, and use a generic module description.
>
> Signed-off-by: Krishna Chaitanya Chundru <krishna.chundru@xxxxxxxxxxxxxxxx>

Reviewed-by: Shawn Guo <shengchao.guo@xxxxxxxxxxxxxxxx>