Re: [PATCH v6 0/4] DT and Driver review comments fix

From: Jingoo Han
Date: Wed May 24 2017 - 07:30:44 EST


On Wednesday, May 24, 2017 4:13 AM, Xiaowei Song wrote:
>
> 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

Hi Xiaowei Song,

I think that you need to receive 'tested-by' from other people such as
colleagues or other developers. Or, would you share the result of 'lspci'
for your HiSilicon Kirin PCIe Host controller? That will help other
maintainers to review your patches.

Best regards,
Jingoo Han

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