linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Add Microchip/Microsemi PolarFire SoC PCIe support
@ 2019-02-15 16:24 Daire McNamara
  2019-02-15 16:24 ` [PATCH v3 1/3] PCI: Add vendor ID for Microsemi Daire McNamara
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Daire McNamara @ 2019-02-15 16:24 UTC (permalink / raw)
  To: linux-pci, devicetree; +Cc: Daire McNamara

This v3 patch series adds support for PCIe IP block on Microsemi/Microchip PolarFire SoCs.

Updates since v2:

o Split out DT bindings and Vendor ID updates into their own
  patch from PCIe driver.

o Updated ChangeLog.

Updates since v1:

o Incorporate feedback from Bjorn Helgaas.

Thanx, Daire

Daire McNamara (3):
  PCI: Add vendor ID for Microsemi
  dt-bindings: PCI: microsemi: Add DT Bindings for Microsemi PCIe host
    controller
  PCI: microsemi: Add host driver for Microsemi PCIe controller

 .../bindings/pci/microsemi-pcie.txt           |  65 ++
 .../devicetree/bindings/vendor-prefixes.txt   |   1 +
 drivers/pci/controller/Kconfig                |   8 +
 drivers/pci/controller/Makefile               |   1 +
 drivers/pci/controller/pcie-microsemi.c       | 764 ++++++++++++++++++
 5 files changed, 839 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pci/microsemi-pcie.txt
 create mode 100644 drivers/pci/controller/pcie-microsemi.c

-- 
2.17.0


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

end of thread, other threads:[~2019-04-02 18:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-15 16:24 [PATCH v3 0/3] Add Microchip/Microsemi PolarFire SoC PCIe support Daire McNamara
2019-02-15 16:24 ` [PATCH v3 1/3] PCI: Add vendor ID for Microsemi Daire McNamara
2019-02-18 18:36   ` Rob Herring
2019-02-15 16:24 ` [PATCH v3 2/3] dt-bindings: PCI: microsemi: Add DT Bindings for Microsemi PCIe host controller Daire McNamara
2019-02-18 18:42   ` Rob Herring
2019-04-02 16:24   ` Lorenzo Pieralisi
2019-02-15 16:24 ` [PATCH v3 3/3] PCI: microsemi: Add host driver for Microsemi PCIe controller Daire McNamara
2019-02-16  8:04   ` Christoph Hellwig
2019-04-02 18:23   ` Lorenzo Pieralisi

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