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

2015-08-16 Thread Zhou Wang
On 2015/8/14 22:55, Gabriele Paoloni wrote: I've tested this whole series on an ARM32 PCIe board:'Freescale i.MX6 Quad SABRE Lite Board' with an Intel wireless card on v4.2-rc6. I can rescan the bus, load firmware, list nearby APs, and even get MSIs coming from the card. Tested-By: James

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

2015-08-14 Thread Gabriele Paoloni
I've tested this whole series on an ARM32 PCIe board:'Freescale i.MX6 Quad SABRE Lite Board' with an Intel wireless card on v4.2-rc6. I can rescan the bus, load firmware, list nearby APs, and even get MSIs coming from the card. Tested-By: James Morse james.mo...@arm.com Thanks,

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

2015-08-14 Thread James Morse
On 07/08/15 07:07, Zhou Wang wrote: On 2015/8/6 16:09, Zhou Wang wrote: 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. In past, we use:

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

2015-08-07 Thread Zhou Wang
[+cc jingooh...@gmail.com] On 2015/8/6 16:09, Zhou Wang wrote: 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. In past, we use:

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

2015-08-06 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. In past, we use: pci_common_init_dev - pcibios_init_hw - hw-scan