public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] pci_root: track downstream bus range
@ 2010-03-11 19:20 Bjorn Helgaas
  2010-03-11 19:20 ` [PATCH v4 1/2] ACPI: pci_root: save " Bjorn Helgaas
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bjorn Helgaas @ 2010-03-11 19:20 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-pci, linux-acpi, linux-ia64, Kenji Kaneshige

These patches keep track of both the beginning and end of the bus number
range under a PCI host bridge (previously we only kept the beginning) and
make that range available to the arch code, which will need it so support
the _CBA mechanism for reporting MMCONFIG regions.

Changes from v3 to v4:
    - Cleanup secondary.start init (Kenji).

Changes from v2 to v3:
    - Rework to use struct resource with IORESOURCE_BUS.
---

Bjorn Helgaas (2):
      ACPI: pci_root: save downstream bus range
      ACPI: pci_root: pass acpi_pci_root to arch-specific scan


 arch/ia64/pci/pci.c         |    5 +++
 arch/x86/pci/acpi.c         |    5 +++
 drivers/acpi/pci_root.c     |   67 ++++++++++++++++++++++++++-----------------
 include/acpi/acpi_bus.h     |    2 +
 include/acpi/acpi_drivers.h |    3 +-
 5 files changed, 50 insertions(+), 32 deletions(-)

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

end of thread, other threads:[~2010-04-04  4:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-11 19:20 [PATCH v4 0/2] pci_root: track downstream bus range Bjorn Helgaas
2010-03-11 19:20 ` [PATCH v4 1/2] ACPI: pci_root: save " Bjorn Helgaas
2010-03-11 19:20 ` [PATCH v4 2/2] ACPI: pci_root: pass acpi_pci_root to arch-specific Bjorn Helgaas
2010-04-04  4:34 ` [PATCH v4 0/2] pci_root: track downstream bus range Len Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox