devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] PCI: of: Fix handling 64-bit PCI resources on non-LPAE kernels
@ 2015-10-07 10:49 Pavel Fedin
  2015-10-07 10:49 ` [PATCH 1/2] PCI: of: Add 64-bit address recognition without LPAE support Pavel Fedin
  2015-10-07 10:49 ` [PATCH 2/2] PCI: of: Ignore resources with failed translation Pavel Fedin
  0 siblings, 2 replies; 4+ messages in thread
From: Pavel Fedin @ 2015-10-07 10:49 UTC (permalink / raw)
  To: linux-pci, devicetree
  Cc: Rob Herring, Frank Rowand, Grant Likely, Peter Maydell

The initial aim of this series is to fix long-standing problem with generic
PCI host controller, triggered by ARM "virt" machine in the recent qemu.
Since v2.4.50 qemu adds support for the second, large PCI MMIO window,
which resides in 64-bit address space. This series addresses problems,
which are triggered on non-LPAE kernels by this configuration.

These patches do not depend on each other and can be applied individually.
The first adds missing recognition of 64-bit resources (which is actually
a bug). The second one changes the code to ignore unaccessible resources
instead of completely bailing out. Since it touches generic of_pci code,
the fix is expected to be applied to all drivers which use
of_pci_get_host_bridge_resources().

Pavel Fedin (2):
  PCI: of: Add 64-bit address recognition without LPAE support
  PCI: of: Ignore resources with failed translation

 drivers/of/address.c | 6 ++++++
 drivers/of/of_pci.c  | 6 ++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

-- 
2.4.4

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-08  1:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-07 10:49 [PATCH 0/2] PCI: of: Fix handling 64-bit PCI resources on non-LPAE kernels Pavel Fedin
2015-10-07 10:49 ` [PATCH 1/2] PCI: of: Add 64-bit address recognition without LPAE support Pavel Fedin
2015-10-08  1:42   ` Rob Herring
2015-10-07 10:49 ` [PATCH 2/2] PCI: of: Ignore resources with failed translation Pavel Fedin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).