linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/4] DT and Driver review comments fix
@ 2017-05-24  8:12 Xiaowei Song
  2017-05-24  8:12 ` [PATCH v6 1/4] PCI: hisi: Add DT binding for PCIe of Kirin SoC series Xiaowei Song
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Xiaowei Song @ 2017-05-24  8:12 UTC (permalink / raw)
  To: bhelgaas, kishon, jingoohan1, arnd, tn, keith.busch,
	niklas.cassel, dhdang, liudongdong3, gabriele.paoloni, robh+dt,
	mark.rutland, catalin.marinas, will.deacon
  Cc: chenyao11, puck.chen, songxiaowei, guodong.xu, wangbinghui,
	suzhuangluan, linux-pci, devicetree, linux-kernel

Before Version Patches
======================

patch V4
https://www.spinics.net/lists/linux-pci/msg61406.html

patch V3
https://www.spinics.net/lists/linux-pci/msg61399.html

Changes between V6 and V5
=========================
1. seperate Document from .dtsi patch.
2. fix issues according to review comments
   from Bjorn Helgaas and Rob Herring: annotation stype, DT node,
   patch post method and so on.

Patches list
============

Xiaowei Song (4):
  PCI: hisi: Add DT binding for PCIe of Kirin SoC series
  arm64: dts: hisi: add kirin pcie node
  PCI: dwc: kirin: add PCIe Driver for HiSilicon Kirin SoC
  defconfig: PCI: Enable  Kirin PCIe defconfig

 .../devicetree/bindings/pci/kirin-pcie.txt         |  49 ++
 arch/arm64/boot/dts/hisilicon/hi3660.dtsi          |  31 ++
 arch/arm64/configs/defconfig                       |   1 +
 drivers/pci/dwc/Kconfig                            |  10 +
 drivers/pci/dwc/Makefile                           |   1 +
 drivers/pci/dwc/pcie-kirin.c                       | 511 +++++++++++++++++++++
 6 files changed, 603 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pci/kirin-pcie.txt
 create mode 100644 drivers/pci/dwc/pcie-kirin.c

-- 
2.11.GIT

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

end of thread, other threads:[~2017-05-28  6:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-24  8:12 [PATCH v6 0/4] DT and Driver review comments fix Xiaowei Song
2017-05-24  8:12 ` [PATCH v6 1/4] PCI: hisi: Add DT binding for PCIe of Kirin SoC series Xiaowei Song
2017-05-24  8:12 ` [PATCH v6 2/4] arm64: dts: hisi: add kirin pcie node Xiaowei Song
2017-05-28  6:07   ` kbuild test robot
2017-05-24  8:12 ` [PATCH v6 3/4] PCI: dwc: kirin: add PCIe Driver for HiSilicon Kirin SoC Xiaowei Song
2017-05-24 11:28   ` Jingoo Han
2017-05-24  8:12 ` [PATCH v6 4/4] defconfig: PCI: Enable Kirin PCIe defconfig Xiaowei Song
2017-05-24 11:30 ` [PATCH v6 0/4] DT and Driver review comments fix Jingoo Han

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