linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] Add hostbridge resource release to support root bus hotplug in IA64
@ 2013-04-27  9:12 Yijing Wang
  2013-04-27  9:12 ` [PATCH 1/7] PCI/X86: fix always use info->res[0] to store _CRS resource when pci=nocrs set Yijing Wang
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Yijing Wang @ 2013-04-27  9:12 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: linux-pci, Hanjun Guo, jiang.liu, Yijing Wang

Hi Bjron,
   This patchset mainly to add hostbridge resource release to support root bus hotplug
in IA64. Just based your suggestion, link:http://marc.info/?l=linux-pci&m=134506155529536&w=2
I'm very sorry to send the new version patchset late. Currently, hotplug root bus code has been 
in kernel, But in IA64, lack the hostbridge resource code. So we cannot hot add root bus because
resource confict report.

This patchset based your pci-next branch code.


Jiang Liu (1):
  PCI/IA64: fix memleak for create pci root bus fail

Yijing Wang (6):
  PCI/X86: fix always use info->res[0] to store _CRS resource when
    pci=nocrs set
  PCI/IA64: SN: remove sn_pci_window_fixup()
  PCI/IA64: make pci_root_info holds pci hostbridge resources
  PCI/IA64: Allocate pci_root_info instead of using stack
  PCI/IA64: add host bridge resource release for _CRS path
  PCI/IA64: introduce probe_pci_root_info() to manage  _CRS resource

 arch/ia64/include/asm/pci.h   |   20 +++-
 arch/ia64/pci/pci.c           |  221 +++++++++++++++++++++++++++--------------
 arch/ia64/sn/kernel/io_init.c |  106 +++++++-------------
 arch/x86/pci/acpi.c           |    7 +-
 4 files changed, 199 insertions(+), 155 deletions(-)



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

end of thread, other threads:[~2013-04-27  9:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-27  9:12 [PATCH 0/7] Add hostbridge resource release to support root bus hotplug in IA64 Yijing Wang
2013-04-27  9:12 ` [PATCH 1/7] PCI/X86: fix always use info->res[0] to store _CRS resource when pci=nocrs set Yijing Wang
2013-04-27  9:12 ` [PATCH 2/7] PCI/IA64: SN: remove sn_pci_window_fixup() Yijing Wang
2013-04-27  9:12 ` [PATCH 3/7] PCI/IA64: make pci_root_info holds pci hostbridge resources Yijing Wang
2013-04-27  9:12 ` [PATCH 4/7] PCI/IA64: Allocate pci_root_info instead of using stack Yijing Wang
2013-04-27  9:12 ` [PATCH 5/7] PCI/IA64: fix memleak for create pci root bus fail Yijing Wang
2013-04-27  9:12 ` [PATCH 6/7] PCI/IA64: add host bridge resource release for _CRS path Yijing Wang
2013-04-27  9:12 ` [PATCH 7/7] PCI/IA64: introduce probe_pci_root_info() to manage _CRS resource Yijing Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).