commit | f134f25162e7174ebe63f8aa16810192606eb826 | [log] [tgz] |
---|---|---|
author | Pavel Fedin <p.fedin@samsung.com> | Thu Oct 08 10:24:26 2015 +0300 |
committer | Rob Herring <robh@kernel.org> | Tue Oct 13 13:30:42 2015 -0500 |
tree | 68496fe469336a2c4c8bd6bc85ce65c139fd3d41 | |
parent | 4af971064977b00a437c1ed8ead8876db4e3b58a [diff] |
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>