[PATCH v7 05/31] PCI: Introduce pci_host_assign_domain_nr() to assign domain

2015-03-23 Thread Yijing Wang
Introduce pci_host_assign_domain_nr() to assign domain number for pci_host_bridge. In the later patch, we would assign domain in pci_create_host_bridge, clean up the pci_bus_assign_domain_nr() and move this function into drivers/pci/host-bridge.c. Signed-off-by: Yijing Wang ---

[PATCH v7 05/31] PCI: Introduce pci_host_assign_domain_nr() to assign domain

2015-03-23 Thread Yijing Wang
Introduce pci_host_assign_domain_nr() to assign domain number for pci_host_bridge. In the later patch, we would assign domain in pci_create_host_bridge, clean up the pci_bus_assign_domain_nr() and move this function into drivers/pci/host-bridge.c. Signed-off-by: Yijing Wang wangyij...@huawei.com