Re: [PATCH] powerpc/powernv: Fix early pci_controller_ops loading.

2015-04-26 Thread Daniel Axtens
> >Fixes: c88c2a188905cb3077c3c38dc498e7e9f8eebeee > > I think it would fix commit 65ebf4b63 ("powerpc/powernv: Move controller ops > from ppc_md to controller_ops") > If that's the case, the above line could be replaced with: > > Fixes: 65ebf4b63 ("powerpc/powernv: Move controller ops from ppc_

Re: [PATCH] powerpc/powernv: Fix early pci_controller_ops loading.

2015-04-26 Thread Gavin Shan
On Mon, Apr 27, 2015 at 11:54:26AM +1000, Daniel Axtens wrote: >Load the PowerNV platform pci controller ops into pci controllers >after all the operations are loaded into the platform ops struct, not >before. > >Fixes: c88c2a188905cb3077c3c38dc498e7e9f8eebeee I think it would fix commit 65ebf4b63

[PATCH] powerpc/powernv: Fix early pci_controller_ops loading.

2015-04-26 Thread Daniel Axtens
Load the PowerNV platform pci controller ops into pci controllers after all the operations are loaded into the platform ops struct, not before. Fixes: c88c2a188905cb3077c3c38dc498e7e9f8eebeee Reported-by: Gavin Shan Signed-off-by: Daniel Axtens --- arch/powerpc/platforms/powernv/pci-ioda.c | 2