linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] PCIe aardvark controller improvements
@ 2020-07-15 14:25 Marek Behún
  2020-07-15 14:25 ` [PATCH 1/5] PCI: aardvark: Fix compilation on s390 Marek Behún
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Marek Behún @ 2020-07-15 14:25 UTC (permalink / raw)
  To: linux-pci
  Cc: Tomasz Maciej Nowak, Gregory Clement, Bjorn Helgaas,
	Lorenzo Pieralisi, linux-kernel, Andrew Lunn, Xogium,
	Marek Behún

Hi,

we have some more improvements for PCIe aardvark controller (Armada 3720
SOC - EspressoBIN and Turris MOX).

The main improvement is that with these patches the driver can be compiled
as a module, and can be reloaded at runtime.

This series applies on top of Linus' master branch.

Marek & Pali

Pali Rohár (5):
  PCI: aardvark: Fix compilation on s390
  PCI: aardvark: Check for errors from pci_bridge_emul_init() call
  PCI: pci-bridge-emul: Export API functions
  PCI: aardvark: Implement driver 'remove' function and allow to build
    it as module
  PCI: aardvark: Move PCIe reset card code to advk_pcie_train_link()

 drivers/pci/controller/Kconfig        |   2 +-
 drivers/pci/controller/pci-aardvark.c | 102 ++++++++++++++++----------
 drivers/pci/pci-bridge-emul.c         |   4 +
 3 files changed, 69 insertions(+), 39 deletions(-)

-- 
2.26.2


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-08-04  7:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-15 14:25 [PATCH 0/5] PCIe aardvark controller improvements Marek Behún
2020-07-15 14:25 ` [PATCH 1/5] PCI: aardvark: Fix compilation on s390 Marek Behún
2020-07-15 14:25 ` [PATCH 2/5] PCI: aardvark: Check for errors from pci_bridge_emul_init() call Marek Behún
2020-07-15 14:25 ` [PATCH 3/5] PCI: pci-bridge-emul: Export API functions Marek Behún
2020-07-15 14:25 ` [PATCH 4/5] PCI: aardvark: Implement driver 'remove' function and allow to build it as module Marek Behún
2020-07-29 18:48   ` Rob Herring
2020-08-03 14:46     ` Pali Rohár
2020-08-03 20:00       ` Rob Herring
2020-08-04  7:24         ` Pali Rohár
2020-07-15 14:25 ` [PATCH 5/5] PCI: aardvark: Move PCIe reset card code to advk_pcie_train_link() Marek Behún

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).