Re: [PATCH v4 05/30] PCI: Rename pci_scan_bus() to pci_scan_bus_legacy()

2015-03-02 Thread Yijing Wang
On 2015/3/3 10:06, Bjorn Helgaas wrote: > On Thu, Feb 26, 2015 at 04:11:59PM +0800, Yijing Wang wrote: >> Pci_scan_bus() is called by legacy pci host drivers, >> the legacy host drivers mean they use NULL as parent >> device, use all IO/MEM as default resources. Rename >> pci_scan_bus() to

Re: [PATCH v4 05/30] PCI: Rename pci_scan_bus() to pci_scan_bus_legacy()

2015-03-02 Thread Bjorn Helgaas
On Thu, Feb 26, 2015 at 04:11:59PM +0800, Yijing Wang wrote: > Pci_scan_bus() is called by legacy pci host drivers, > the legacy host drivers mean they use NULL as parent > device, use all IO/MEM as default resources. Rename > pci_scan_bus() to pci_scan_bus_legacy() for better > readability. We

Re: [PATCH v4 05/30] PCI: Rename pci_scan_bus() to pci_scan_bus_legacy()

2015-03-02 Thread Yijing Wang
On 2015/3/3 10:06, Bjorn Helgaas wrote: On Thu, Feb 26, 2015 at 04:11:59PM +0800, Yijing Wang wrote: Pci_scan_bus() is called by legacy pci host drivers, the legacy host drivers mean they use NULL as parent device, use all IO/MEM as default resources. Rename pci_scan_bus() to

Re: [PATCH v4 05/30] PCI: Rename pci_scan_bus() to pci_scan_bus_legacy()

2015-03-02 Thread Bjorn Helgaas
On Thu, Feb 26, 2015 at 04:11:59PM +0800, Yijing Wang wrote: Pci_scan_bus() is called by legacy pci host drivers, the legacy host drivers mean they use NULL as parent device, use all IO/MEM as default resources. Rename pci_scan_bus() to pci_scan_bus_legacy() for better readability. We should

[PATCH v4 05/30] PCI: Rename pci_scan_bus() to pci_scan_bus_legacy()

2015-02-26 Thread Yijing Wang
Pci_scan_bus() is called by legacy pci host drivers, the legacy host drivers mean they use NULL as parent device, use all IO/MEM as default resources. Rename pci_scan_bus() to pci_scan_bus_legacy() for better readability. Signed-off-by: Yijing Wang --- arch/alpha/kernel/sys_nautilus.c |2

[PATCH v4 05/30] PCI: Rename pci_scan_bus() to pci_scan_bus_legacy()

2015-02-26 Thread Yijing Wang
Pci_scan_bus() is called by legacy pci host drivers, the legacy host drivers mean they use NULL as parent device, use all IO/MEM as default resources. Rename pci_scan_bus() to pci_scan_bus_legacy() for better readability. Signed-off-by: Yijing Wang wangyij...@huawei.com ---