Re: [PATCH v2 10/10] phy: qcom: qmp-pcie: Add QMP PCIe PHY support for Hawi
From: Matthew Leung
Date: Thu Jun 11 2026 - 20:38:08 EST
On Mon, Jun 08, 2026 at 12:29:54AM +0300, Dmitry Baryshkov wrote:
> 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.
I see what you're saying. Yes, that method should work here as well. I
will update in the next version.
>
> > u16 txrxz;
> > u16 ln_shrd;
> > };
>
> --
> With best wishes
> Dmitry