Re: [PATCH 0/3] PCI: Remove device links to Generic PHY
From: Bjorn Helgaas
Date: Thu Sep 17 2026 - 21:22:43 EST
On Sat, Sep 12, 2026 at 07:14:37PM +0300, vladimir.oltean@xxxxxxx wrote:
> This is a request from Bjorn Helgaas to replace commit 9a9d18547ddc
> ("PCI: Remove device links to PHY") from the pci/next branch with 3
> distinct changes, per PCI controller, to handle conflicts with bug fixes
> in the same area on dra7xx in a better way:
> https://lore.kernel.org/linux-pci/20260911221209.GA587622@bhelgaas/
>
> The patches are formatted against the v7.3-rc1 tag. They do *not* apply
> to the current pci/next, as the change is already present there.
>
> Previous submission was:
> https://lore.kernel.org/linux-pci/20260810124315.433448-1-vladimir.oltean@xxxxxxx/
>
> There is no other change than splitting up into individual commits and
> adjusting each one's commit message. All review/ack tags were dropped in
> that process.
>
> Vladimir Oltean (3):
> PCI: cadence: Remove device links to PHY
> PCI: dra7xx: Remove device links to PHY
> PCI: keystone: Remove device links to PHY
>
> .../controller/cadence/pcie-cadence-plat.c | 4 ---
> drivers/pci/controller/cadence/pcie-cadence.c | 16 +---------
> drivers/pci/controller/cadence/pcie-cadence.h | 2 --
> drivers/pci/controller/dwc/pci-dra7xx.c | 16 ----------
> drivers/pci/controller/dwc/pci-keystone.c | 31 +++----------------
> 5 files changed, 5 insertions(+), 64 deletions(-)
Thanks for this, I put these on:
pci/controller/cadence
pci/controller/dwc-dra7xx
pci/controller/dwc-keystone
respectively for v7.4, and dropped the PHY link cleanup patches from
Felix that are no longer needed since the PHY links themselves are
gone.