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

vladimir.oltean@nxp.com posted 3 patches 1 week, 5 days ago
.../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(-)
[PATCH 0/3] PCI: Remove device links to Generic PHY
Posted by vladimir.oltean@nxp.com 1 week, 5 days ago
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@nxp.com/

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

-- 
2.43.0
Re: [PATCH 0/3] PCI: Remove device links to Generic PHY
Posted by Bjorn Helgaas 1 week ago
On Sat, Sep 12, 2026 at 07:14:37PM +0300, vladimir.oltean@nxp.com 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@nxp.com/
> 
> 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.
Re: [PATCH 0/3] PCI: Remove device links to Generic PHY
Posted by Aksh Garg 1 week, 3 days ago

On 12/09/26 21:44, vladimir.oltean@nxp.com 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@nxp.com/
> 
> 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@ti.com>

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