From: Deng-Cheng Zhu <dczhu@mips.com>
To: <jbarnes@virtuousgeek.org>, <ralf@linux-mips.org>
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>
Subject: [PATCH v3 0/2] Pass resources to pci_create_bus() and fix MIPS PCI resources
Date: Fri, 26 Aug 2011 17:07:11 +0800 [thread overview]
Message-ID: <1314349633-13155-1-git-send-email-dczhu@mips.com> (raw)
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 --
v3 - v2:
o Do not do fixups for root buses in pcibios_fixup_bus().
o Skip bus creation when bus resources cannot be allocated.
o PCI domain/bus numbers added to the error info in controller_resources().
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 | 61 +++++++++++++++++++++++++++++++++-----
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, 73 insertions(+), 17 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: Deng-Cheng Zhu <dczhu@mips.com>
To: jbarnes@virtuousgeek.org, ralf@linux-mips.org
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
Subject: [PATCH v3 0/2] Pass resources to pci_create_bus() and fix MIPS PCI resources
Date: Fri, 26 Aug 2011 17:07:11 +0800 [thread overview]
Message-ID: <1314349633-13155-1-git-send-email-dczhu@mips.com> (raw)
Message-ID: <20110826090711.M3jPGJLgLARrpmeUT-uslMR6HbzLTUzEWA3L_VCJGAM@z> (raw)
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 --
v3 - v2:
o Do not do fixups for root buses in pcibios_fixup_bus().
o Skip bus creation when bus resources cannot be allocated.
o PCI domain/bus numbers added to the error info in controller_resources().
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 | 61 +++++++++++++++++++++++++++++++++-----
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, 73 insertions(+), 17 deletions(-)
next reply other threads:[~2011-08-26 9:07 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-26 9:07 Deng-Cheng Zhu [this message]
2011-08-26 9:07 ` [PATCH v3 0/2] Pass resources to pci_create_bus() and fix MIPS PCI resources Deng-Cheng Zhu
2011-08-26 9:07 ` [PATCH v3 1/2] PCI: Pass available resources into pci_create_bus() Deng-Cheng Zhu
2011-08-26 9:07 ` Deng-Cheng Zhu
2011-08-26 9:07 ` [PATCH v3 2/2] MIPS: PCI: Pass controller's resources to pci_create_bus() in pcibios_scanbus() Deng-Cheng Zhu
2011-08-26 9:07 ` Deng-Cheng Zhu
2011-08-26 13:54 ` [PATCH v3 0/2] Pass resources to pci_create_bus() and fix MIPS PCI resources Bjorn Helgaas
2011-08-30 15:13 ` Bjorn Helgaas
2011-08-31 4:50 ` Deng-Cheng Zhu
2011-08-31 4:50 ` Deng-Cheng Zhu
2011-08-31 13:48 ` Bjorn Helgaas
2011-08-31 15:47 ` Jesse Barnes
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1314349633-13155-1-git-send-email-dczhu@mips.com \
--to=dczhu@mips.com \
--cc=dengcheng.zhu@gmail.com \
--cc=eyal@mips.com \
--cc=jbarnes@virtuousgeek.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@linux-mips.org \
--cc=linux-pci@vger.kernel.org \
--cc=ralf@linux-mips.org \
--cc=zenon@mips.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox