Re: [PATCH v4 1/4] PCI: iproc: enable arm64 support for iProc PCIe

2015-07-22 Thread Bjorn Helgaas
On Wed, Jul 22, 2015 at 02:09:24PM -0700, Ray Jui wrote: > I'm fine with the entire change. Both of us understand it's temporary > and will be removed as soon as struct pci_sys_data is removed from ARM32. > > Note I don't know how the code merge should work here. The iProc PCIe > driver is enabled

Re: [PATCH v4 1/4] PCI: iproc: enable arm64 support for iProc PCIe

2015-07-22 Thread Ray Jui
On 7/22/2015 1:53 PM, Bjorn Helgaas wrote: > On Tue, Jul 21, 2015 at 06:29:40PM -0700, Ray Jui wrote: >> This patch enables arm64 support to the iProc PCIe driver >> >> Note struct pci_sys_data is arm32 specific and will eventually be >> removed. This change is done in such a way that when struct

Re: [PATCH v4 1/4] PCI: iproc: enable arm64 support for iProc PCIe

2015-07-22 Thread Bjorn Helgaas
On Tue, Jul 21, 2015 at 06:29:40PM -0700, Ray Jui wrote: > This patch enables arm64 support to the iProc PCIe driver > > Note struct pci_sys_data is arm32 specific and will eventually be > removed. This change is done in such a way that when struct pci_sys_data > is removed from arm32, one only ne

[PATCH v4 1/4] PCI: iproc: enable arm64 support for iProc PCIe

2015-07-21 Thread Ray Jui
This patch enables arm64 support to the iProc PCIe driver Note struct pci_sys_data is arm32 specific and will eventually be removed. This change is done in such a way that when struct pci_sys_data is removed from arm32, one only needs to also remove it from pcie-iproc.h, no other change in the iPr