[PATCH v12 07/12] PCI: Introduce generic domain handling for PCI busses.

2014-09-23 Thread Liviu Dudau
From: Catalin Marinas The handling of PCI domains (or PCI segments in ACPI speak) is usually a straightforward affair but its implementation is currently left to the architectural code, with pci_domain_nr(b) querying the value of the domain associated with bus b. This patch introduces

[PATCH v12 07/12] PCI: Introduce generic domain handling for PCI busses.

2014-09-23 Thread Liviu Dudau
From: Catalin Marinas catalin.mari...@arm.com The handling of PCI domains (or PCI segments in ACPI speak) is usually a straightforward affair but its implementation is currently left to the architectural code, with pci_domain_nr(b) querying the value of the domain associated with bus b. This