From: Greg KH To: torvalds@transmeta.com Cc: linux-kernel@vger.kernel.org Subject: [BK PATCH] PCI Hotplug driver changes for 2.5.6-pre1 Pull from: bk://linuxusb.bkbits.net/pci_hp-2.5 drivers/hotplug/Config.help | 11 drivers/hotplug/Config.in | 5 drivers/hotplug/Makefile | 12 drivers/hotplug/cpqphp_proc.c | 2 drivers/hotplug/ibmphp.h | 745 +++++++++++++ drivers/hotplug/ibmphp_core.c | 1480 ++++++++++++++++++++++++++ drivers/hotplug/ibmphp_ebda.c | 851 +++++++++++++++ drivers/hotplug/ibmphp_hpc.c | 1135 ++++++++++++++++++++ drivers/hotplug/ibmphp_pci.c | 1719 ++++++++++++++++++++++++++++++ drivers/hotplug/ibmphp_res.c | 2067 +++++++++++++++++++++++++++++++++++++ drivers/hotplug/pci_hotplug_core.c | 98 - 11 files changed, 8061 insertions(+), 64 deletions(-) ------ ChangeSet@1.423, 2002-02-27 14:12:18-08:00, greg@kroah.com PCI Hotplug Core cleanups: - pcihpfs cleanup, removing unneeded file operations. - Added facility to have the files change their timestamps if the data within the file changes. drivers/hotplug/pci_hotplug_core.c | 98 ++++++++++++++----------------------- 1 files changed, 38 insertions(+), 60 deletions(-) ------ ChangeSet@1.424, 2002-02-27 14:13:28-08:00, greg@kroah.com Compaq PCI Hotplug controller driver: - changed proc entry creation to use the proper parent directory variable. drivers/hotplug/cpqphp_proc.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) ------ ChangeSet@1.425, 2002-02-27 14:15:44-08:00, greg@kroah.com Added new IBM PCI Hotplug controller driver. Written by Irene Zubarev, Tong Yu, Jyoti Shah, Chuck Cole, and me. drivers/hotplug/Config.help | 11 drivers/hotplug/Config.in | 5 drivers/hotplug/Makefile | 12 drivers/hotplug/ibmphp.h | 745 +++++++++++++++ drivers/hotplug/ibmphp_core.c | 1480 ++++++++++++++++++++++++++++++ drivers/hotplug/ibmphp_ebda.c | 851 +++++++++++++++++ drivers/hotplug/ibmphp_hpc.c | 1135 +++++++++++++++++++++++ drivers/hotplug/ibmphp_pci.c | 1719 ++++++++++++++++++++++++++++++++++ drivers/hotplug/ibmphp_res.c | 2067 ++++++++++++++++++++++++++++++++++++++++++ 9 files changed, 8022 insertions(+), 3 deletions(-)