Re: [PATCH 0/3] PCI: Remove device links to Generic PHY

From: Aksh Garg

Date: Tue Sep 15 2026 - 02:15:44 EST




On 12/09/26 21:44, 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.


Reviewed-by: Aksh Garg <a-garg7@xxxxxx>

Regards,
Aksh Garg

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(-)