From: Greg KH <greg@kroah.com>
To: torvalds@transmeta.com
Cc: linux-kernel@vger.kernel.org, pcihpd-discuss@lists.sourceforge.net
Subject: [BK PATCH] PCI hotplug changes for 2.5.69

Hi,

Here's some patches that fix the pci hotplug drivers so that they now
work again.  Sorry it's taken so long to get these done...

I've also included a patch from Torben Mathiasen that adds PCI-X support
to the Compaq PCI Hotplug driver.  This patch is in the 2.4 tree
already.  There are also a few other minor fixes and cleanups in this
fixing build configurations, and removing unused variables.


Please pull from:  bk://kernel.bkbits.net/gregkh/linux/pci-2.5


thanks,

greg k-h


 Documentation/DocBook/kernel-api.tmpl |    1 
 drivers/acpi/acpi_ksyms.c             |    1 
 drivers/hotplug/Kconfig               |    2 
 drivers/hotplug/acpiphp_glue.c        |    6 
 drivers/hotplug/cpqphp.h              |  414 ++++++++++++++++++++++++++++++++--
 drivers/hotplug/cpqphp_core.c         |  114 ++++++++-
 drivers/hotplug/cpqphp_ctrl.c         |  296 +++++++++++++-----------
 drivers/hotplug/cpqphp_pci.c          |   21 -
 drivers/hotplug/ibmphp_core.c         |   14 -
 9 files changed, 688 insertions(+), 181 deletions(-)
-----


<rusty:linux.co.intel.com>:
  o PCI Hotplug: kernel-api docbook fix for now non-existant PCI hotplug

<torben.mathiasen:hp.com>:
  o PCI Hotplug: cpqphp 66/100/133MHz PCI-X support

Greg Kroah-Hartman:
  o PCI Hotplug: export the acpi_resource_to_address64 function, as the acpi pci hotplug driver needs it
  o PCI Hotplug: fix dependancies for CONFIG_HOTPLUG_PCI_ACPI
  o PCI Hotplug: fix up the acpi driver to work properly again
  o PCI Hotplug: fix compiler warning in ibm driver
  o PCI Hotplug: fix up the ibm driver to work properly again
  o PCI Hotplug: fix up the compaq driver to work properly again

Hanna V. Linder:
  o patch: remove unnecessary proc stuff from controller struct