PCI: of: Ignore resources with failed translation
authorPavel Fedin <p.fedin@samsung.com>
Thu, 8 Oct 2015 07:24:26 +0000 (10:24 +0300)
committerRob Herring <robh@kernel.org>
Tue, 13 Oct 2015 18:30:42 +0000 (13:30 -0500)
commitf134f25162e7174ebe63f8aa16810192606eb826
tree68496fe469336a2c4c8bd6bc85ce65c139fd3d41
parent4af971064977b00a437c1ed8ead8876db4e3b58a
PCI: of: Ignore resources with failed translation

This patch allows PCI host controller to function even if part of resources
is unusable for some reason. An example is non-LPAE kernel on a machine
which has some 64-bit resources. Unusable resources will be just skipped
instead of a complete failure.

Signed-off-by: Pavel Fedin <p.fedin@samsung.com>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/of_pci.c