All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] pci: Add host controller driver for Cavium ThunderX PCIe
@ 2015-12-22  1:53 ` David Daney
  0 siblings, 0 replies; 28+ messages in thread
From: David Daney @ 2015-12-22  1:53 UTC (permalink / raw)
  To: linux-kernel, Will Deacon, Rob Herring, Pawel Moll, Mark Rutland,
	Ian Campbell, Kumar Gala, linux-arm-kernel, devicetree,
	Marc Zyngier, Bjorn Helgaas, linux-pci
  Cc: Arnd Bergmann, David Daney

From: David Daney <david.daney@cavium.com>

Some Cavium ThunderX processors require quirky access methods for the
config space of the PCIe bridge.

There are two patches:

1) Refactor code in pci-host-generic so that it can more easily be
   used by other drivers.

2) Add the ThunderX PCIe driver, which leverages the code in
   pci-host-generic

David Daney (2):
  PCI: generic: Refactor code to enable reuse by other drivers.
  pci, pcie-thunder-pem: Add PCIe host driver for ThunderX processors.

 .../devicetree/bindings/pci/pcie-thunder-pem.txt   |  43 ++++
 drivers/pci/host/Kconfig                           |   6 +
 drivers/pci/host/Makefile                          |   1 +
 drivers/pci/host/pci-host-generic.c                |  53 ++--
 drivers/pci/host/pci-host-generic.h                |  56 ++++
 drivers/pci/host/pcie-thunder-pem.c                | 283 +++++++++++++++++++++
 6 files changed, 407 insertions(+), 35 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pci/pcie-thunder-pem.txt
 create mode 100644 drivers/pci/host/pci-host-generic.h
 create mode 100644 drivers/pci/host/pcie-thunder-pem.c

-- 
1.8.3.1


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

end of thread, other threads:[~2015-12-23  0:43 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-22  1:53 [PATCH 0/2] pci: Add host controller driver for Cavium ThunderX PCIe David Daney
2015-12-22  1:53 ` David Daney
2015-12-22  1:53 ` David Daney
2015-12-22  1:53 ` [PATCH 1/2] PCI: generic: Refactor code to enable reuse by other drivers David Daney
2015-12-22  1:53   ` David Daney
2015-12-22  1:53   ` David Daney
2015-12-22 10:07   ` Will Deacon
2015-12-22 10:07     ` Will Deacon
2015-12-22 10:07     ` Will Deacon
2015-12-22 18:29     ` David Daney
2015-12-22 18:29       ` David Daney
2015-12-22 18:29       ` David Daney
2015-12-22 21:13       ` Arnd Bergmann
2015-12-22 21:13         ` Arnd Bergmann
2015-12-22 21:13         ` Arnd Bergmann
2015-12-22  1:53 ` [PATCH 2/2] pci, pcie-thunder-pem: Add PCIe host driver for ThunderX processors David Daney
2015-12-22  1:53   ` David Daney
2015-12-22 10:03   ` Will Deacon
2015-12-22 10:03     ` Will Deacon
2015-12-22 19:18     ` David Daney
2015-12-22 19:18       ` David Daney
2015-12-22 19:18       ` David Daney
2015-12-22 23:28       ` David Daney
2015-12-22 23:28         ` David Daney
2015-12-22 23:28         ` David Daney
2015-12-23  0:43   ` Rob Herring
2015-12-23  0:43     ` Rob Herring
2015-12-23  0:43     ` Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.