[PATCH v7 0/2] PCI: keystone: Fix pci_ops for AM654x SoC

Siddharth Vadapalli posted 2 patches 1 year, 9 months ago
drivers/pci/controller/dwc/pci-keystone.c | 136 ++++++++++------------
1 file changed, 60 insertions(+), 76 deletions(-)
[PATCH v7 0/2] PCI: keystone: Fix pci_ops for AM654x SoC
Posted by Siddharth Vadapalli 1 year, 9 months ago
Hello,

This series is based on linux-next tagged next-20240328.

v6:
https://lore.kernel.org/r/20240326144258.2404433-1-s-vadapalli@ti.com/
Changes since v6:
- The v6 patch has been split into two patches based on Bjorn's
  suggestion at:
  https://lore.kernel.org/r/20240326232403.GA1502764@bhelgaas/

Regards,
Siddharth.

Siddharth Vadapalli (2):
  PCI: keystone: Relocate ks_pcie_set/clear_dbi_mode()
  PCI: keystone: Fix pci_ops for AM654x SoC

 drivers/pci/controller/dwc/pci-keystone.c | 136 ++++++++++------------
 1 file changed, 60 insertions(+), 76 deletions(-)

-- 
2.40.1
Re: [PATCH v7 0/2] PCI: keystone: Fix pci_ops for AM654x SoC
Posted by Krzysztof Wilczyński 1 year, 7 months ago
> This series is based on linux-next tagged next-20240328.

Applied to controller/keystone, thank you!

[01/02] PCI: keystone: Relocate ks_pcie_set/clear_dbi_mode()
        https://git.kernel.org/pci/pci/c/390f4969f26f
[02/02] PCI: keystone: Fix pci_ops for AM654x SoC
        https://git.kernel.org/pci/pci/c/9e6ffee1f846

	Krzysztof