| To: | <jbarnes@virtuousgeek.org>, <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH v2 0/2] Pass resources to pci_create_bus() and fix MIPS PCI resources |
| From: | Deng-Cheng Zhu <dczhu@mips.com> |
| Date: | Thu, 25 Aug 2011 19:18:35 +0800 |
| Cc: | <linux-pci@vger.kernel.org>, <linux-kernel@vger.kernel.org>, <linux-mips@linux-mips.org>, <eyal@mips.com>, <zenon@mips.com>, <dczhu@mips.com>, <dengcheng.zhu@gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
Change the pci_create_bus() interface to pass in available resources to get them
settled down early. This is to avoid possible resource conflicts while doing
pci_scan_slot() in pci_scan_child_bus(). Note that pcibios_fixup_bus() can get
rid of such conflicts, but it's done AFTER scanning slots.
In addition, MIPS PCI resources are now fixed using this new interface.
-- Changes --
v2 - v1:
o Merge [PATCH 1/3] to [PATCH 3/3], so now 2 patches in total.
o Add more info to patch description.
o Fix arch breaks in default resource setup discovered by Bjorn Helgaas.
Deng-Cheng Zhu (2):
PCI: Pass available resources into pci_create_bus()
MIPS: PCI: Pass controller's resources to pci_create_bus() in
pcibios_scanbus()
arch/microblaze/pci/pci-common.c | 3 +-
arch/mips/pci/pci.c | 53 ++++++++++++++++++++++++++++++++++---
arch/powerpc/kernel/pci-common.c | 3 +-
arch/sparc/kernel/pci.c | 3 +-
arch/x86/pci/acpi.c | 2 +-
drivers/pci/probe.c | 15 ++++++++---
include/linux/pci.h | 3 +-
7 files changed, 68 insertions(+), 14 deletions(-)
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] mips/loongson: unify compiler flags and load location for Loongson 2E and 2F, Andreas Barth |
|---|---|
| Next by Date: | [PATCH v2 1/2] PCI: Pass available resources into pci_create_bus(), Deng-Cheng Zhu |
| Previous by Thread: | [PATCH 1/2] MIPS: make oprofile use cp0_perfcount_irq if it is set, John Crispin |
| Next by Thread: | [PATCH v2 1/2] PCI: Pass available resources into pci_create_bus(), Deng-Cheng Zhu |
| Indexes: | [Date] [Thread] [Top] [All Lists] |