Re: [PATCH v8 3/6] PCI: designware: Add ARM64 support

2015-09-08 Thread Zhou Wang
el.org; Bjorn Helgaas >> <bhelg...@google.com>; zhangju...@huawei.com; liguo...@hisilicon.com; >> qiuji...@huawei.com; linux-arm-ker...@lists.infradead.org; >> ja...@lakedaemon.net >> Subject: Re: [PATCH v8 3/6] PCI: designware: Add ARM64 support >> >> Hi Zhou, &g

Re: [PATCH v8 3/6] PCI: designware: Add ARM64 support

2015-08-28 Thread Zhou Wang
On 2015/8/27 20:56, Gabriel Fernandez wrote: Hi Zhou, You can add my Tested-by: Gabriel Fernandez gabriel.fernan...@st.com I tested your patchset with a STMicroelectronics PCIe controller. This controller is based on designware PCIe driver and works on ARM32. Please find my patchset

Re: [PATCH v8 3/6] PCI: designware: Add ARM64 support

2015-08-27 Thread Gabriel Fernandez
Hi Zhou, You can add my Tested-by: Gabriel Fernandez gabriel.fernan...@st.com I tested your patchset with a STMicroelectronics PCIe controller. This controller is based on designware PCIe driver and works on ARM32. Please find my patchset here:

RE: [PATCH v8 3/6] PCI: designware: Add ARM64 support

2015-08-27 Thread Gabriele Paoloni
...@lists.infradead.org Subject: Re: [PATCH v8 3/6] PCI: designware: Add ARM64 support Hi Zhou, You can add my Tested-by: Gabriel Fernandez gabriel.fernan...@st.com I tested your patchset with a STMicroelectronics PCIe controller. This controller is based on designware PCIe driver and works

[PATCH v8 3/6] PCI: designware: Add ARM64 support

2015-08-25 Thread Zhou Wang
This patch tries to unify ARM32 and ARM64 PCIe in designware driver. Delete function dw_pcie_setup, dw_pcie_scan_bus, dw_pcie_map_irq and struct hw_pci, move related operations to dw_pcie_host_init. This patch also try to use of_pci_get_host_bridge_resources for ARM32 and ARM64 according to the