]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8d79117e8892e3b953f4a3010703956aac9e37b6
tree68496fe469336a2c4c8bd6bc85ce65c139fd3d41
parent89d1e56ebe64eff7c0c77f076184947c7cd8ecc3
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