Re: [PATCH v2 10/10] phy: qcom: qmp-pcie: Add QMP PCIe PHY support for Hawi

From: Dmitry Baryshkov

Date: Sun Jun 07 2026 - 17:30:22 EST


On Thu, Jun 04, 2026 at 01:33:04AM +0000, Matthew Leung wrote:
> Add the QMP PCIe PHY support for the Gen3 x2 and Gen4 x1 PHY found on
> the Hawi platform.
>
> Signed-off-by: Matthew Leung <matthew.leung@xxxxxxxxxxxxxxxx>
> ---
> drivers/phy/qualcomm/phy-qcom-qmp-pcie.c | 380 +++++++++++++++++++++++++++++++
> 1 file changed, 380 insertions(+)
>
> u16 rx2;
> u16 txz;
> u16 rxz;
> + u16 txrx;

Can we do what we did for QHP and reuse tx instead of introducing a
separate txrx offset and data pointer, etc.

> u16 txrxz;
> u16 ln_shrd;
> };

--
With best wishes
Dmitry