Re: [PATCH v9 19/30] powerpc/pci: Use pci_scan_host_bridge() for simplicity

2015-04-06 Thread Yijing Wang
On 2015/4/7 7:35, Daniel Axtens wrote: > I've been looking at this patch series for a while now, and I now > believe it's ready on the PowerPC side. > > I was originally concerned that it would break odd corner cases, > particularly where similar code appears (namely kernel/pci_hotplug.c and > ker

Re: [PATCH v9 19/30] powerpc/pci: Use pci_scan_host_bridge() for simplicity

2015-04-06 Thread Daniel Axtens
I've been looking at this patch series for a while now, and I now believe it's ready on the PowerPC side. I was originally concerned that it would break odd corner cases, particularly where similar code appears (namely kernel/pci_hotplug.c and kernel/pci_of_scan.c). However, upon further examinati

[PATCH v9 19/30] powerpc/pci: Use pci_scan_host_bridge() for simplicity

2015-04-03 Thread Yijing Wang
Now we could use pci_scan_host_bridge() to scan pci buses, provide powerpc specific pci_host_bridge_ops. Signed-off-by: Yijing Wang CC: Benjamin Herrenschmidt CC: linuxppc-dev@lists.ozlabs.org --- arch/powerpc/kernel/pci-common.c | 62 +++-- 1 files changed, 38