| To: | jbarnes@virtuousgeek.org, torvalds@linux-foundation.org |
|---|---|
| Subject: | [PATCH 0/2] PCI driver to use insert_resource_conflict() to claim resources |
| From: | Deng-Cheng Zhu <dengcheng.zhu@gmail.com> |
| Date: | Thu, 28 Jul 2011 19:28:30 +0800 |
| Cc: | 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-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; bh=aDMbfvxPSBeygsX7W8UE3aPvHQhyddCirXCs1l7/ej4=; b=JcJ50MPZgRbW8Ihu5hjvXBvbq5FDc2j8o+xs7AuEhkdIl4RPklsReC9eFZf3FQtvgc 4ckYm8faSW5VdLgp4pc4Ui4H/SbmIh/xJFDUWzRT/j25u1MBxe13D1yty4lIBcY+QDlG NMduQw0h0YoNDlWflrGgLk5jJWhzwXuX2Grmc= |
| Sender: | linux-mips-bounce@linux-mips.org |
Use insert_resource_conflict() instead of request_resource_conflict() in
pci_claim_resource() to work with the conflict resource which can be the parent
of the resource to be claimed.
Deng-Cheng Zhu (2):
PCI: make pci_claim_resource() work with conflict resources as
appropriate
kernel/resource: enrich the comment for insert_resource_conflict()
drivers/pci/setup-res.c | 2 +-
kernel/resource.c | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] SOUND: Fix txx9aclc.c build, Ralf Baechle |
|---|---|
| Next by Date: | [PATCH 1/2] PCI: make pci_claim_resource() work with conflict resources as appropriate, Deng-Cheng Zhu |
| Previous by Thread: | [PATCH] SOUND: Fix txx9aclc.c build, Ralf Baechle |
| Next by Thread: | [PATCH 1/2] PCI: make pci_claim_resource() work with conflict resources as appropriate, Deng-Cheng Zhu |
| Indexes: | [Date] [Thread] [Top] [All Lists] |