mbox series

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

Message ID 20240328085041.2916899-1-s-vadapalli@ti.com (mailing list archive)
Headers show
Series PCI: keystone: Fix pci_ops for AM654x SoC | expand

Message

Siddharth Vadapalli March 28, 2024, 8:50 a.m. UTC
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(-)

Comments

Krzysztof WilczyƄski May 17, 2024, 11:28 a.m. UTC | #1
> 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