linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] PCI core support for bus-to-resource offsets (fixes)
@ 2012-03-16 23:47 Bjorn Helgaas
  2012-03-16 23:47 ` [PATCH v2 1/7] PCI: fix bridge I/O window bus-to-resource conversion Bjorn Helgaas
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Bjorn Helgaas @ 2012-03-16 23:47 UTC (permalink / raw)
  To: Jesse Barnes; +Cc: linux-pci

This is a set of incremental fixes related to my recent "remove device
resource fixups" series.

These apply to 63ab387ca0, the current head of Jesse's linux-next branch.
The result is the same as the updated patches I posted here:

  git://github.com/bjorn-helgaas/linux.git pci-probe_only-and-offset-v3-5eb2c1f

except that I removed the EN1K bridge I/O window rework, since it's not
necessary for the merge window.

Having these as incremental fixes means there's a stretch where bisection is
broken for powerpc and sparc platforms that use the device tree.  That's
unfortunate, but it's too late to ask Jesse to rebase his linux-next branch
and pull in the updated full patches.

Changes since v1 of these incremental fixes:
  - dropped the EN1K reimplementation; I'll repost this later
  - added changelog notes about bisection being broken on powerpc & sparc
  - powerpc: added patch to allow reallocation on PA Semi
  - sparc: there was no pci_resource_adjust() in pci_parse_of_addrs(), so
    I dropped the pcibios_bus_to_resource() I had added there
---

Bjorn Helgaas (7):
      PCI: fix bridge I/O window bus-to-resource conversion
      arm/PCI: don't export pci_flags
      powerpc/PCI: compute I/O space bus-to-resource offset consistently
      powerpc/PCI: convert devtree bus addresses to resource
      powerpc/PCI: allow reallocation on PA Semi
      sparc/PCI: convert devtree and arch-probed bus addresses to resource
      unicore32/PCI: move <asm-generic/pci-bridge.h> include to asm/pci.h


 arch/arm/kernel/bios32.c            |    1 -
 arch/powerpc/include/asm/pci.h      |    1 +
 arch/powerpc/kernel/pci-common.c    |    8 ++++-
 arch/powerpc/kernel/pci_32.c        |    6 ++--
 arch/powerpc/kernel/pci_64.c        |    2 +
 arch/powerpc/kernel/pci_of_scan.c   |   12 +++++--
 arch/powerpc/platforms/pasemi/pci.c |    3 --
 arch/sparc/kernel/pci.c             |   60 +++++++++++++++--------------------
 arch/unicore32/include/asm/pci.h    |    1 +
 arch/unicore32/kernel/pci.c         |    1 -
 drivers/pci/probe.c                 |    1 +
 11 files changed, 46 insertions(+), 50 deletions(-)

-- 
Bjorn

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

end of thread, other threads:[~2012-03-20 17:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-16 23:47 [PATCH v2 0/7] PCI core support for bus-to-resource offsets (fixes) Bjorn Helgaas
2012-03-16 23:47 ` [PATCH v2 1/7] PCI: fix bridge I/O window bus-to-resource conversion Bjorn Helgaas
2012-03-16 23:48 ` [PATCH v2 2/7] arm/PCI: don't export pci_flags Bjorn Helgaas
2012-03-16 23:48 ` [PATCH v2 3/7] powerpc/PCI: compute I/O space bus-to-resource offset consistently Bjorn Helgaas
2012-03-16 23:48 ` [PATCH v2 4/7] powerpc/PCI: convert devtree bus addresses to resource Bjorn Helgaas
2012-03-17  3:33   ` Benjamin Herrenschmidt
2012-03-16 23:48 ` [PATCH v2 5/7] powerpc/PCI: allow reallocation on PA Semi Bjorn Helgaas
2012-03-17  3:33   ` Benjamin Herrenschmidt
2012-03-16 23:48 ` [PATCH v2 6/7] sparc/PCI: convert devtree and arch-probed bus addresses to resource Bjorn Helgaas
2012-03-16 23:48 ` [PATCH v2 7/7] unicore32/PCI: move <asm-generic/pci-bridge.h> include to asm/pci.h Bjorn Helgaas
2012-03-20 17:42 ` [PATCH v2 0/7] PCI core support for bus-to-resource offsets (fixes) Jesse Barnes

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).