| To: | Deng-Cheng Zhu <dczhu@mips.com> |
|---|---|
| Subject: | Re: [RESEND PATCH v3 0/2] Pass resources to pci_create_bus() and fix MIPS PCI resources |
| From: | Bjorn Helgaas <bhelgaas@google.com> |
| Date: | Fri, 7 Oct 2011 15:50:49 -0600 |
| Cc: | jbarnes@virtuousgeek.org, ralf@linux-mips.org, monstr@monstr.eu, benh@kernel.crashing.org, paulus@samba.org, davem@davemloft.net, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, x86@kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, eyal@mips.com, zenon@mips.com, dengcheng.zhu@gmail.com |
| Dkim-signature: | v=1; a=rsa-sha1; c=relaxed/relaxed; d=google.com; s=beta; t=1318024273; bh=vu9HG0r02pKb8vJyBzdPooTpl68=; h=MIME-Version:In-Reply-To:References:From:Date:Message-ID:Subject: To:Cc:Content-Type:Content-Transfer-Encoding; b=K1wRG5gJ+6Vc5OD5m9DmInv1dPsxkdwVpgwD7MNzEPGJUjX669IGdkCb0z7YdYVeL bciBoXhIiO3PTS8j3jZ7Q== |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=beta; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=wdheew5yIpxf//CcHXFdHacKe3CbzL0OhLJQAozjEr8=; b=poFWkvtEAYT67mvqQUizIlGo9tKlrLvBUn43AxHdlQj8lAOqWnsoH9sm9y6inTSMhH ZjGYF/14ywWPJCW4f0lA== |
| Domainkey-signature: | a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns; h=dkim-signature:mime-version:in-reply-to:references:from:date: message-id:subject:to:cc:content-type: content-transfer-encoding:x-system-of-record; b=cswvRyEOvXoIo94yjTvhJ8IoA+2f1F70CDZVdialb+/iklPlzi3pkMlG0KR4YvdWf ue6Eevz6NtcYSliFTaeHA== |
| In-reply-to: | <1314845309-3277-1-git-send-email-dczhu@mips.com> |
| References: | <1314845309-3277-1-git-send-email-dczhu@mips.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
On Wed, Aug 31, 2011 at 8:48 PM, Deng-Cheng Zhu <dczhu@mips.com> wrote: > (Resending the patch set to include more arch maintainers.) > > 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. Jesse, I assume these are headed for the 3.2 merge window, right? Do you have a git tree anywhere where we could check without having to bother you? Bjorn > -- 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(-) > > |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH V2] MIPS: Alchemy: redo PCI as platform driver, Manuel Lauss |
|---|---|
| Next by Date: | [RFC] Flush huge TLB, Hillf Danton |
| Previous by Thread: | [PATCH V2] MIPS: Alchemy: redo PCI as platform driver, Manuel Lauss |
| Next by Thread: | Re: [RESEND PATCH v3 0/2] Pass resources to pci_create_bus() and fix MIPS PCI resources, Bjorn Helgaas |
| Indexes: | [Date] [Thread] [Top] [All Lists] |