[PATCH v7 03/31] PCI: Save domain in pci_host_bridge

2015-03-23 Thread Yijing Wang
Save domain in pci_host_bridge, so we could get domain from pci_host_bridge, and at the end of series, we could clean up the arch specific pci_domain_nr(). For arm, we pass -1 as the domain number, we would update the domain number in core by pci_bus_assign_domain_nr(). Signed-off-by: Yijing Wang

[PATCH v7 03/31] PCI: Save domain in pci_host_bridge

2015-03-23 Thread Yijing Wang
Save domain in pci_host_bridge, so we could get domain from pci_host_bridge, and at the end of series, we could clean up the arch specific pci_domain_nr(). For arm, we pass -1 as the domain number, we would update the domain number in core by pci_bus_assign_domain_nr(). Signed-off-by: Yijing Wang