linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/12] PCI, x86: More pci hotplug related cleanup
@ 2012-03-13  7:26 Yinghai Lu
  2012-03-13  7:26 ` [PATCH 01/12] PCI: Add debug print out for pci related dev release Yinghai Lu
                   ` (11 more replies)
  0 siblings, 12 replies; 17+ messages in thread
From: Yinghai Lu @ 2012-03-13  7:26 UTC (permalink / raw)
  To: Jesse Barnes, x86
  Cc: Bjorn Helgaas, Andrew Morton, Linus Torvalds, Greg Kroah-Hartman,
	linux-pci, linux-kernel, Yinghai Lu

Will claim hw/fw allocated resource.
also add addon_resource support, and make cpc_hotplug/shpchp configure
devices more like pciehp.

The patches need to apply to pci/for-linus and pci/linux-next
and [PATCH 00/36] PCI: pci_host_bridge related cleanup and busn_alloc
and [PATCH v2 00/37] PCI, x86: pci root bus hotplug support

could get from
        git://git.kernel.org/pub/scm/linux/kernel/git/yinghai/linux-yinghai.git for-pci-hotplug-more

Thanks

Yinghai

Yinghai Lu (12):
  PCI: Add debug print out for pci related dev release
  x86, PCI: Let pcibios_allocate_bus_resources() take bus instead
  PCI: Claim hw/fw allocated resources in hot add path.
  PCI: Kill pci_is_reassignedev()
  PCI: Add addon_resource support for pci_dev
  PCI: Use for_each_pci_dev_resource helper
  PCI: Make piix4 quirk to use addon_resource support
  PCI: Make quirk_io_region to use addon_resource support
  PCI: Use addon_fixed_resource with ati fixed resource
  PCI, pciehp: Separate pci_hp_add_bridge()
  PCI, cphi_hotplug: Simplify configure_slot
  PCI, shpchp: Simplify configure_device

 arch/x86/pci/common.c                  |    3 +-
 arch/x86/pci/i386.c                    |  164 +++++++++++---------
 arch/x86/pci/mrst.c                    |    7 +-
 drivers/pci/bus.c                      |    2 +
 drivers/pci/hotplug-pci.c              |   13 ++
 drivers/pci/hotplug/acpiphp_glue.c     |    4 +-
 drivers/pci/hotplug/cpci_hotplug_pci.c |   35 +----
 drivers/pci/hotplug/pciehp_hpc.c       |    5 +-
 drivers/pci/hotplug/pciehp_pci.c       |   18 +--
 drivers/pci/hotplug/shpchp_pci.c       |   45 ++----
 drivers/pci/iov.c                      |   31 ++--
 drivers/pci/pci-driver.c               |    6 +-
 drivers/pci/pci.c                      |   45 +++---
 drivers/pci/pci.h                      |    1 +
 drivers/pci/probe.c                    |  117 ++++++++++++++-
 drivers/pci/quirks.c                   |  256 +++++++++++++++++++-------------
 drivers/pci/remove.c                   |    5 +-
 drivers/pci/setup-bus.c                |   32 ++--
 drivers/pci/setup-res.c                |   38 +++--
 drivers/pci/xen-pcifront.c             |    4 +-
 include/linux/pci.h                    |   78 +++++++++-
 21 files changed, 564 insertions(+), 345 deletions(-)

-- 
1.7.7


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

end of thread, other threads:[~2012-03-16  3:23 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-13  7:26 [PATCH 00/12] PCI, x86: More pci hotplug related cleanup Yinghai Lu
2012-03-13  7:26 ` [PATCH 01/12] PCI: Add debug print out for pci related dev release Yinghai Lu
2012-03-13  7:26 ` [PATCH 02/12] x86, PCI: Let pcibios_allocate_bus_resources() take bus instead Yinghai Lu
2012-03-13  7:26 ` [PATCH 03/12] PCI: Claim hw/fw allocated resources in hot add path Yinghai Lu
2012-03-13  7:26 ` [PATCH 04/12] PCI: Kill pci_is_reassignedev() Yinghai Lu
2012-03-13  7:26 ` [PATCH 05/12] PCI: Add addon_resource support for pci_dev Yinghai Lu
2012-03-15 21:30   ` Bjorn Helgaas
2012-03-16  3:23     ` Yinghai Lu
2012-03-13  7:26 ` [PATCH 06/12] PCI: Use for_each_pci_dev_resource helper Yinghai Lu
2012-03-13  7:26 ` [PATCH 07/12] PCI: Make piix4 quirk to use addon_resource support Yinghai Lu
2012-03-15 21:36   ` Bjorn Helgaas
2012-03-13  7:26 ` [PATCH 08/12] PCI: Make quirk_io_region " Yinghai Lu
2012-03-13  7:26 ` [PATCH 09/12] PCI: Use addon_fixed_resource with ati fixed resource Yinghai Lu
2012-03-13  7:26 ` [PATCH 10/12] PCI, pciehp: Separate pci_hp_add_bridge() Yinghai Lu
2012-03-15 21:42   ` Bjorn Helgaas
2012-03-13  7:26 ` [PATCH 11/12] PCI, cphi_hotplug: Simplify configure_slot Yinghai Lu
2012-03-13  7:26 ` [PATCH 12/12] PCI, shpchp: Simplify configure_device Yinghai Lu

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