All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] pci: Add host controller driver for Cavium ThunderX PCIe
@ 2016-01-26 21:46 ` David Daney
  0 siblings, 0 replies; 21+ messages in thread
From: David Daney @ 2016-01-26 21:46 UTC (permalink / raw)
  To: Bjorn Helgaas, linux-pci, Will Deacon, linux-arm-kernel,
	Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	devicetree
  Cc: linux-kernel, 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.  This splits the driver for CAM and ECAM
   access methods to a separate file from the common host driver code.

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

Changes from v3: Add some Acked-by, rebased to v4.5.0-rc1

Changes from v2: Improve device tree binding example as noted by Rob
Herring.  Rename pcie-thunder-pem.* to pci-thunder-pem.* for better
consistency.  Update MAINTAINERS to reflect the changes.

Changes from v1: Split CAM and ECAM code from common driver code as
suggested by Arnd Bergmann.  Fix spelling errors in
pcie-thunder-pem.txt



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

 .../devicetree/bindings/pci/pci-thunder-pem.txt    |  43 ++++
 MAINTAINERS                                        |   9 +
 drivers/pci/host/Kconfig                           |  11 +
 drivers/pci/host/Makefile                          |   2 +
 drivers/pci/host/pci-host-common.c                 | 194 ++++++++++++++
 drivers/pci/host/pci-host-common.h                 |  47 ++++
 drivers/pci/host/pci-host-generic.c                | 181 +------------
 drivers/pci/host/pci-thunder-pem.c                 | 283 +++++++++++++++++++++
 8 files changed, 593 insertions(+), 177 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pci/pci-thunder-pem.txt
 create mode 100644 drivers/pci/host/pci-host-common.c
 create mode 100644 drivers/pci/host/pci-host-common.h
 create mode 100644 drivers/pci/host/pci-thunder-pem.c

-- 
1.8.3.1

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

end of thread, other threads:[~2016-02-05 19:49 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-26 21:46 [PATCH v4 0/2] pci: Add host controller driver for Cavium ThunderX PCIe David Daney
2016-01-26 21:46 ` David Daney
2016-01-26 21:46 ` [PATCH v4 1/2] PCI: generic: Refactor code to enable reuse by other drivers David Daney
2016-01-26 21:46   ` David Daney
2016-01-26 21:46 ` [PATCH v4 2/2] pci, pci-thunder-pem: Add PCIe host driver for ThunderX processors David Daney
2016-01-26 21:46   ` David Daney
2016-02-05  0:04   ` Bjorn Helgaas
2016-02-05  0:04     ` Bjorn Helgaas
2016-02-05  0:28     ` David Daney
2016-02-05  0:28       ` David Daney
2016-02-05  0:28       ` David Daney
2016-02-05  3:10       ` Bjorn Helgaas
2016-02-05  3:10         ` Bjorn Helgaas
2016-02-05 17:12         ` David Daney
2016-02-05 17:12           ` David Daney
2016-02-05 17:12           ` David Daney
2016-02-05 19:49           ` Bjorn Helgaas
2016-02-05 19:49             ` Bjorn Helgaas
2016-02-05 19:49             ` Bjorn Helgaas
2016-01-27  9:36 ` [PATCH v4 0/2] pci: Add host controller driver for Cavium ThunderX PCIe Will Deacon
2016-01-27  9:36   ` Will Deacon

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.