All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] add new UniPhier PCIe host driver
@ 2018-09-06  9:40 ` Kunihiko Hayashi
  0 siblings, 0 replies; 49+ messages in thread
From: Kunihiko Hayashi @ 2018-09-06  9:40 UTC (permalink / raw)
  To: Lorenzo Pieralisi, Bjorn Helgaas, Rob Herring, Mark Rutland,
	Masahiro Yamada
  Cc: linux-pci, devicetree, linux-arm-kernel, linux-kernel,
	Masami Hiramatsu, Jassi Brar, Kunihiko Hayashi

This series adds PCIe host controller driver for Socionext UniPhier SoCs.
This controller is based on the DesignWare PCIe core. This driver
supports LD20 and PXs3 SoCs.

Changes since v1:
- follow capitalization conventions in the descriptions
- use C style comments except for the SPDX line

Kunihiko Hayashi (2):
  dt-bindings: PCI: add UniPhier PCIe host controller description
  PCI: controller: dwc: add UniPhier PCIe host controller support

 .../devicetree/bindings/pci/uniphier-pcie.txt      |  78 ++++
 drivers/pci/controller/dwc/Kconfig                 |   9 +
 drivers/pci/controller/dwc/Makefile                |   1 +
 drivers/pci/controller/dwc/pcie-uniphier.c         | 465 +++++++++++++++++++++
 4 files changed, 553 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pci/uniphier-pcie.txt
 create mode 100644 drivers/pci/controller/dwc/pcie-uniphier.c

-- 
2.7.4


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

end of thread, other threads:[~2018-10-12 10:50 UTC | newest]

Thread overview: 49+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-06  9:40 [PATCH v2 0/2] add new UniPhier PCIe host driver Kunihiko Hayashi
2018-09-06  9:40 ` Kunihiko Hayashi
2018-09-06  9:40 ` Kunihiko Hayashi
2018-09-06  9:40 ` [PATCH v2 1/2] dt-bindings: PCI: add UniPhier PCIe host controller description Kunihiko Hayashi
2018-09-06  9:40   ` Kunihiko Hayashi
2018-09-06  9:40   ` Kunihiko Hayashi
2018-09-25 20:55   ` Rob Herring
2018-09-25 20:55     ` Rob Herring
2018-09-26 12:33     ` Kunihiko Hayashi
2018-09-26 12:33       ` Kunihiko Hayashi
2018-09-26 12:33       ` Kunihiko Hayashi
2018-09-06  9:40 ` [PATCH v2 2/2] PCI: controller: dwc: add UniPhier PCIe host controller support Kunihiko Hayashi
2018-09-06  9:40   ` Kunihiko Hayashi
2018-09-06  9:40   ` Kunihiko Hayashi
2018-09-25 16:14   ` Lorenzo Pieralisi
2018-09-25 16:14     ` Lorenzo Pieralisi
2018-09-25 17:53     ` Gustavo Pimentel
2018-09-25 17:53       ` Gustavo Pimentel
2018-09-25 17:53       ` Gustavo Pimentel
2018-09-26 12:31       ` Kunihiko Hayashi
2018-09-26 12:31         ` Kunihiko Hayashi
2018-09-26 12:31         ` Kunihiko Hayashi
2018-09-27  7:44         ` Kunihiko Hayashi
2018-09-27  7:44           ` Kunihiko Hayashi
2018-09-27  7:44           ` Kunihiko Hayashi
2018-09-28 11:06           ` Lorenzo Pieralisi
2018-09-28 11:06             ` Lorenzo Pieralisi
2018-09-28 11:06             ` Lorenzo Pieralisi
2018-09-28 13:17             ` Marc Zyngier
2018-09-28 13:17               ` Marc Zyngier
2018-09-28 13:17               ` Marc Zyngier
2018-09-28 15:43               ` Lorenzo Pieralisi
2018-09-28 15:43                 ` Lorenzo Pieralisi
2018-09-28 15:43                 ` Lorenzo Pieralisi
2018-10-08  5:45                 ` Kishon Vijay Abraham I
2018-10-08  5:45                   ` Kishon Vijay Abraham I
2018-10-08  5:45                   ` Kishon Vijay Abraham I
2018-10-08 14:32                   ` Lorenzo Pieralisi
2018-10-08 14:32                     ` Lorenzo Pieralisi
2018-10-08 14:32                     ` Lorenzo Pieralisi
2018-10-12 10:50                     ` Kunihiko Hayashi
2018-10-12 10:50                       ` Kunihiko Hayashi
2018-10-12 10:50                       ` Kunihiko Hayashi
2018-10-01 10:06               ` Lorenzo Pieralisi
2018-10-01 10:06                 ` Lorenzo Pieralisi
2018-10-01 10:06                 ` Lorenzo Pieralisi
2018-10-01 11:06             ` Kunihiko Hayashi
2018-10-01 11:06               ` Kunihiko Hayashi
2018-10-01 11:06               ` Kunihiko Hayashi

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.