Re: [PATCH 1/1] PCI: X-Gene: assign resource to bus before adding new devices

2014-11-13 Thread Bjorn Helgaas
On Thu, Nov 06, 2014 at 05:14:18PM -0800, Duc Dang wrote: > X-Gene PCIE driver currently depends on Liviu Dudau's patch > https://lkml.org/lkml/2014/9/30/166 in order to assign resource > to root bus and endpoint devices. The patch was dropped because > it will break x86, powerpc and probably other

[PATCH 1/1] PCI: X-Gene: assign resource to bus before adding new devices

2014-11-06 Thread Duc Dang
X-Gene PCIE driver currently depends on Liviu Dudau's patch https://lkml.org/lkml/2014/9/30/166 in order to assign resource to root bus and endpoint devices. The patch was dropped because it will break x86, powerpc and probably others. So X-Gene PCIE host functionality is currently broken. This pa