linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] pci: host: new driver for Marvell Armada 7K/8K PCIe controller
@ 2016-03-27  9:30 Thomas Petazzoni
  2016-03-27  9:30 ` [PATCH 1/2] dt-bindings: pci: add DT binding " Thomas Petazzoni
  2016-03-27  9:30 ` [PATCH 2/2] pci: host: new driver " Thomas Petazzoni
  0 siblings, 2 replies; 11+ messages in thread
From: Thomas Petazzoni @ 2016-03-27  9:30 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

This set of two patches add support for the PCIe controller found in
the Marvell Armada 7K/8K ARM processors. The first patch adds the
Device Tree binding documentation, the second patch the driver itself.

The driver is really simple, since the PCIe controller is based on the
Designware design, and only a little bit of vendor-specific glue is
needed.

Thanks!

Thomas

Thomas Petazzoni (2):
  dt-bindings: pci: add DT binding for Marvell Armada 7K/8K PCIe
    controller
  pci: host: new driver for Marvell Armada 7K/8K PCIe controller

 .../devicetree/bindings/pci/pci-armada8k.txt       |  41 ++++
 drivers/pci/host/Kconfig                           |  11 +
 drivers/pci/host/Makefile                          |   1 +
 drivers/pci/host/pcie-armada8k.c                   | 261 +++++++++++++++++++++
 4 files changed, 314 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pci/pci-armada8k.txt
 create mode 100644 drivers/pci/host/pcie-armada8k.c

-- 
2.6.4

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

end of thread, other threads:[~2016-04-14 14:26 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-27  9:30 [PATCH 0/2] pci: host: new driver for Marvell Armada 7K/8K PCIe controller Thomas Petazzoni
2016-03-27  9:30 ` [PATCH 1/2] dt-bindings: pci: add DT binding " Thomas Petazzoni
2016-03-28 20:46   ` Rob Herring
2016-03-28 21:18   ` Arnd Bergmann
2016-04-14 13:33     ` Thomas Petazzoni
2016-03-27  9:30 ` [PATCH 2/2] pci: host: new driver " Thomas Petazzoni
2016-03-27 14:03   ` Andrew Lunn
2016-04-11 15:56     ` Thomas Petazzoni
2016-04-14 14:25       ` Thomas Petazzoni
2016-03-28 21:21   ` Arnd Bergmann
2016-04-14 14:26     ` Thomas Petazzoni

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