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