linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] PCIe aardvark controller improvements
@ 2020-08-04 11:57 Pali Rohár
  2020-08-04 11:57 ` [PATCH v2 1/5] PCI: aardvark: Fix compilation on s390 Pali Rohár
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Pali Rohár @ 2020-08-04 11:57 UTC (permalink / raw)
  To: linux-pci
  Cc: Tomasz Maciej Nowak, Gregory Clement, Bjorn Helgaas,
	Lorenzo Pieralisi, linux-kernel, Andrew Lunn, Xogium,
	marek.behun

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


Changes in V2 for patch 4/5:
* Protect pci_stop_root_bus() and pci_remove_root_bus() function calls by
  pci_lock_rescan_remove() and pci_unlock_rescan_remove()


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 | 104 ++++++++++++++++----------
 drivers/pci/pci-bridge-emul.c         |   4 +
 3 files changed, 71 insertions(+), 39 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2020-09-07 17:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-04 11:57 [PATCH v2 0/5] PCIe aardvark controller improvements Pali Rohár
2020-08-04 11:57 ` [PATCH v2 1/5] PCI: aardvark: Fix compilation on s390 Pali Rohár
2020-08-04 11:57 ` [PATCH v2 2/5] PCI: aardvark: Check for errors from pci_bridge_emul_init() call Pali Rohár
2020-08-04 11:57 ` [PATCH v2 3/5] PCI: pci-bridge-emul: Export API functions Pali Rohár
2020-08-04 11:57 ` [PATCH v2 4/5] PCI: aardvark: Implement driver 'remove' function and allow to build it as module Pali Rohár
2020-08-04 11:57 ` [PATCH v2 5/5] PCI: aardvark: Move PCIe reset card code to advk_pcie_train_link() Pali Rohár
2020-08-22  9:38 ` [PATCH v2 0/5] PCIe aardvark controller improvements Pali Rohár
2020-09-07  9:40 ` Lorenzo Pieralisi
2020-09-07 11:11   ` Pali Rohár

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