linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] add the Amlogic Meson PCIe controller driver.
@ 2018-08-14  6:18 Hanjie Lin
  2018-08-14  6:18 ` [PATCH 1/2] dt-bindings: PCI: meson: add DT bindings for Amlogic Meson PCIe controller Hanjie Lin
  2018-08-14  6:18 ` [PATCH 2/2] PCI: meson: add the Amlogic Meson PCIe controller driver Hanjie Lin
  0 siblings, 2 replies; 12+ messages in thread
From: Hanjie Lin @ 2018-08-14  6:18 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Hanjie Lin, Kevin Hilman, Rob Herring, linux-kernel, linux-pci,
	linux-arm-kernel, linux-amlogic, devicetree

The Amlogic Meson PCIe host controller is based on the Synopsys DesignWare
PCI core. This patchset add the driver and dt-bindings of the controller.

Yue Wang (2):
  dt-bindings: PCI: meson: add DT bindings for Amlogic Meson PCIe
    controller
  PCI: meson: add the Amlogic Meson PCIe controller driver

 .../devicetree/bindings/pci/amlogic,meson-pcie.txt |  57 ++
 drivers/pci/controller/dwc/Kconfig                 |  12 +
 drivers/pci/controller/dwc/Makefile                |   1 +
 drivers/pci/controller/dwc/pci-meson.c             | 588 +++++++++++++++++++++
 4 files changed, 658 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pci/amlogic,meson-pcie.txt
 create mode 100644 drivers/pci/controller/dwc/pci-meson.c

-- 
2.7.4


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

end of thread, other threads:[~2018-09-18 14:36 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-14  6:18 [PATCH 0/2] add the Amlogic Meson PCIe controller driver Hanjie Lin
2018-08-14  6:18 ` [PATCH 1/2] dt-bindings: PCI: meson: add DT bindings for Amlogic Meson PCIe controller Hanjie Lin
2018-08-14 10:41   ` Jerome Brunet
2018-08-16  3:11     ` Hanjie Lin
2018-08-14 22:53   ` Rob Herring
2018-08-16  3:14     ` Hanjie Lin
2018-08-14  6:18 ` [PATCH 2/2] PCI: meson: add the Amlogic Meson PCIe controller driver Hanjie Lin
2018-08-14 10:41   ` Jerome Brunet
2018-08-16  3:22     ` Hanjie Lin
2018-08-14 11:45   ` kbuild test robot
2018-08-14 11:45   ` [PATCH] PCI: meson: fix ptr_ret.cocci warnings kbuild test robot
2018-09-18 14:35     ` 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).