All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] add new UniPhier PCIe host driver
@ 2018-09-05  2:32 ` Kunihiko Hayashi
  0 siblings, 0 replies; 24+ messages in thread
From: Kunihiko Hayashi @ 2018-09-05  2:32 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.

Kunihiko Hayashi (2):
  dt-bindings: pci: add UniPhier PCIe host controller description
  pci: 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         | 464 +++++++++++++++++++++
 4 files changed, 552 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] 24+ messages in thread

end of thread, other threads:[~2018-09-07  4:11 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-05  2:32 [PATCH 0/2] add new UniPhier PCIe host driver Kunihiko Hayashi
2018-09-05  2:32 ` Kunihiko Hayashi
2018-09-05  2:32 ` Kunihiko Hayashi
2018-09-05  2:32 ` [PATCH 1/2] dt-bindings: pci: add UniPhier PCIe host controller description Kunihiko Hayashi
2018-09-05  2:32   ` Kunihiko Hayashi
2018-09-05  2:32   ` Kunihiko Hayashi
2018-09-05 17:21   ` Bjorn Helgaas
2018-09-05 17:21     ` Bjorn Helgaas
2018-09-05 17:21     ` Bjorn Helgaas
2018-09-06  1:38     ` Kunihiko Hayashi
2018-09-06  1:38       ` Kunihiko Hayashi
2018-09-05  2:32 ` [PATCH 2/2] pci: dwc: add UniPhier PCIe host controller support Kunihiko Hayashi
2018-09-05  2:32   ` Kunihiko Hayashi
2018-09-05 17:25   ` Bjorn Helgaas
2018-09-05 17:25     ` Bjorn Helgaas
2018-09-05 17:25     ` Bjorn Helgaas
2018-09-06  1:38     ` Kunihiko Hayashi
2018-09-06  1:38       ` Kunihiko Hayashi
2018-09-06 14:09       ` Bjorn Helgaas
2018-09-06 14:09         ` Bjorn Helgaas
2018-09-06 14:09         ` Bjorn Helgaas
2018-09-07  4:11         ` Kunihiko Hayashi
2018-09-07  4:11           ` Kunihiko Hayashi
2018-09-07  4:11           ` 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.