All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] PCI driver to use insert_resource_conflict() to claim resources
@ 2011-07-28 11:28 Deng-Cheng Zhu
  2011-07-28 11:28 ` [PATCH 1/2] PCI: make pci_claim_resource() work with conflict resources as appropriate Deng-Cheng Zhu
  2011-07-28 11:28 ` [PATCH 2/2] kernel/resource: enrich the comment for insert_resource_conflict() Deng-Cheng Zhu
  0 siblings, 2 replies; 11+ messages in thread
From: Deng-Cheng Zhu @ 2011-07-28 11:28 UTC (permalink / raw)
  To: jbarnes, torvalds
  Cc: linux-pci, linux-kernel, linux-mips, eyal, zenon, dengcheng.zhu

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(-)


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

end of thread, other threads:[~2011-08-01 15:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-28 11:28 [PATCH 0/2] PCI driver to use insert_resource_conflict() to claim resources Deng-Cheng Zhu
2011-07-28 11:28 ` [PATCH 1/2] PCI: make pci_claim_resource() work with conflict resources as appropriate Deng-Cheng Zhu
2011-07-28 11:53   ` Ralf Baechle
2011-07-29  5:33     ` Deng-Cheng Zhu
2011-07-29  6:32     ` Deng-Cheng Zhu
2011-07-29 17:35       ` Bjorn Helgaas
2011-08-01 10:13         ` Deng-Cheng Zhu
2011-08-01 15:21           ` Bjorn Helgaas
2011-07-28 15:59   ` Bjorn Helgaas
2011-07-29  6:35     ` Deng-Cheng Zhu
2011-07-28 11:28 ` [PATCH 2/2] kernel/resource: enrich the comment for insert_resource_conflict() Deng-Cheng Zhu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.