All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] PCI Hotplug patches for 2.6.17
@ 2006-06-19 21:42 Greg KH
  0 siblings, 0 replies; only message in thread
From: Greg KH @ 2006-06-19 21:42 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-pci

Here are PCI Hotplug fixes and patches for 2.6.17.  They refactor a
number of different pci hotplug drivers and fix some bugs for different
platforms.

All of these patches have been in the -mm tree for a number of months.

Please pull from:
	git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6.git/
or if master.kernel.org hasn't synced up yet:
	master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6.git/

The full patches will be sent to the linux-pci mailing list, if anyone
wants to see them.

thanks,

greg k-h


 drivers/pci/hotplug/acpi_pcihp.c   |  257 +++++++++--
 drivers/pci/hotplug/acpiphp.h      |    5 
 drivers/pci/hotplug/acpiphp_glue.c |  242 +++++++---
 drivers/pci/hotplug/ibmphp_core.c  |   12 
 drivers/pci/hotplug/pci_hotplug.h  |   50 +-
 drivers/pci/hotplug/pciehp.h       |    2 
 drivers/pci/hotplug/pciehp_core.c  |   14 
 drivers/pci/hotplug/pciehp_hpc.c   |   32 -
 drivers/pci/hotplug/pciehp_pci.c   |  152 ++++++
 drivers/pci/hotplug/sgi_hotplug.c  |   46 +
 drivers/pci/hotplug/shpchp.h       |    8 
 drivers/pci/hotplug/shpchp_core.c  |    8 
 drivers/pci/hotplug/shpchp_ctrl.c  |   32 -
 drivers/pci/hotplug/shpchp_hpc.c   |  861 ++++++++++++++++---------------------
 drivers/pci/hotplug/shpchp_pci.c   |   31 -
 15 files changed, 1091 insertions(+), 661 deletions(-)

---------------

Eric Sesterhenn:
      PCI Hotplug: fake NULL pointer dereferences in IBM Hot Plug Controller Driver

Jan Beulich:
      PCI Hotplug: Fix recovery path from errors during pcie_init()

Kenji Kaneshige:
      acpi_pcihp: Fix programming _HPP values
      acpi_pcihp: Remove improper error message about OSHP
      acpi_pcihp: Add support for _HPX
      pciehp: Fix programming hotplug parameters
      SHPC: Cleanup SHPC register access
      SHPC: Cleanup SHPC Logical Slot Register access
      SHPC: Cleanup SHPC Logical Slot Register bits access
      SHPC: Fix SHPC Logical Slot Register bits access
      SHPC: Fix SHPC Contoller SERR-INT Register bits access
      shpchp: Mask Global SERR and Intr at controller release time
      shpchp: Create shpchpd at controller probe time
      pciehp: Replace pci_find_slot() with pci_get_slot()
      pciehp: Add missing pci_dev_put
      pciehp: Implement get_address callback
      shpchp: Remove unnecessary hpc_ctlr_handle check
      shpchp: Cleanup interrupt handler
      shpchp: Cleanup SHPC commands
      shpchp: Cleanup interrupt polling timer
      shpchp: Remove Unused hpc_evelnt_lock
      shpchp: Cleanup improper info messages

Kristen Accardi:
      PCI Hotplug: don't use acpi_os_free
      pciehp: dont call pci_enable_dev

Mike Habeck:
      SGI Hotplug: Incorrect power status

MUNEDA Takahiro:
      acpiphp: configure _PRT - V3
      acpiphp: hotplug slot hotplug
      acpiphp: host and p2p hotplug
      acpiphp: turn off slot power at error case

Prarit Bhargava:
      PCI Hotplug: Tollhouse HP: SGI hotplug driver changes


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-06-19 21:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-19 21:42 [GIT PATCH] PCI Hotplug patches for 2.6.17 Greg KH

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.