All of lore.kernel.org
 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
  0 siblings, 0 replies; 23+ messages in thread
From: Thomas Petazzoni @ 2016-03-27  9:30 UTC (permalink / raw)
  To: Bjorn Helgaas, linux-pci-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Rob Herring, Ian Campbell,
	Pawel Moll, Mark Rutland, Kumar Gala
  Cc: Jason Cooper, Andrew Lunn, Sebastian Hesselbarth,
	Gregory Clement, Nadav Haklai, Lior Amsalem, Hanna Hawa,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	Yehuda Yitschak, Thomas Petazzoni

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

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

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

Thread overview: 23+ 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 ` Thomas Petazzoni
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   ` Thomas Petazzoni
2016-03-28 20:46   ` Rob Herring
2016-03-28 20:46     ` Rob Herring
2016-03-28 21:18   ` Arnd Bergmann
2016-03-28 21:18     ` Arnd Bergmann
2016-04-14 13:33     ` Thomas Petazzoni
2016-04-14 13:33       ` Thomas Petazzoni
2016-03-27  9:30 ` [PATCH 2/2] pci: host: new driver " Thomas Petazzoni
2016-03-27  9:30   ` Thomas Petazzoni
2016-03-27 14:03   ` Andrew Lunn
2016-03-27 14:03     ` Andrew Lunn
2016-04-11 15:56     ` Thomas Petazzoni
2016-04-11 15:56       ` Thomas Petazzoni
2016-04-14 14:25       ` Thomas Petazzoni
2016-04-14 14:25         ` Thomas Petazzoni
2016-03-28 21:21   ` Arnd Bergmann
2016-03-28 21:21     ` Arnd Bergmann
2016-04-14 14:26     ` Thomas Petazzoni
2016-04-14 14:26       ` Thomas Petazzoni

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.