Re: [PATCH v9 03/30] PCI: Save domain in pci_host_bridge

2015-04-08 Thread Yijing Wang
On 2015/4/8 16:09, Gregory CLEMENT wrote: > Hi Yijing, > > On 03/04/2015 11:25, Yijing Wang wrote: >> 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 doma

Re: [PATCH v9 03/30] PCI: Save domain in pci_host_bridge

2015-04-08 Thread Gregory CLEMENT
Hi Yijing, On 03/04/2015 11:25, Yijing Wang wrote: > 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 co