Bjorn Helgaas 046136170a MIPS/PCI: Claim bus resources on PCI_PROBE_ONLY set-ups
We claim PCI BAR and bridge window resources in pci_bus_assign_resources(),
but when PCI_PROBE_ONLY is set, we treat those resources as immutable and
don't call pci_bus_assign_resources(), so the resources aren't put in the
resource tree.

When the resources aren't in the tree, they don't show up in /proc/iomem,
we can't detect conflicts, and we need special cases elsewhere for
PCI_PROBE_ONLY or resources without a parent pointer.

Claim all PCI BAR and window resources in the PCI_PROBE_ONLY case.

If a PCI_PROBE_ONLY platform assigns conflicting resources, Linux can't fix
the conflicts.  Previously we didn't notice the conflicts, but now we will,
which may expose new failures.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
2016-06-23 16:32:20 -05:00
..
2016-02-19 09:51:43 +01:00
2013-11-26 12:12:27 +01:00
2016-04-03 12:32:09 +02:00
2016-05-24 11:00:20 -07:00
2016-05-19 11:27:09 -07:00
2016-05-13 14:02:18 +02:00
2016-05-28 12:35:11 +02:00
2016-05-28 12:35:07 +02:00
2016-05-28 12:35:09 +02:00
2016-05-28 12:35:09 +02:00
2016-05-28 12:35:11 +02:00
2016-05-28 12:35:09 +02:00
2016-05-28 12:35:09 +02:00
2016-05-28 12:35:09 +02:00
2015-11-11 08:36:36 +01:00