[PATCH v8 6/9] pci: Introduce a domain number for pci_host_bridge.
From: bhelgaas@google.com (Bjorn Helgaas)
Date: 2014-07-08 18:42:15
Also in:
linux-devicetree, linux-pci, lkml
From: bhelgaas@google.com (Bjorn Helgaas)
Date: 2014-07-08 18:42:15
Also in:
linux-devicetree, linux-pci, lkml
On Tue, Jul 8, 2014 at 4:46 AM, Liviu Dudau [off-list ref] wrote:
On Tue, Jul 08, 2014 at 01:59:54AM +0100, Bjorn Helgaas wrote:
quoted
I wonder if it would help to make a weak pci_domain_nr() function that returns "bridge->domain_nr". Then each arch could individually drop its pci_domain_nr() definition as it was converted, e.g., something like this: - Convert every arch pci_domain_nr() from a #define to a non-inline function - Add bridge.domain_nr, initialized from pci_domain_nr() - Add a weak generic pci_domain_nr() that returns bridge.domain_nr - Add a way to create a host bridge in a specified domain, so we can initialize bridge.domain_nr without using pci_domain_nr() - Convert each arch to use the new creation mechanism and drop its pci_domain_nr() implementationI will try to propose a patch implementing this.
I think this is more of an extra credit, cleanup sort of thing. I don't think it advances your primary goal of (I think) getting arm64 PCI support in. So my advice is to not worry about unifying domain handling until later. Bjorn