public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [BK PATCH] PCI Hotplug driver changes for 2.5.6-pre1
@ 2002-02-27 22:23 Greg KH
  0 siblings, 0 replies; only message in thread
From: Greg KH @ 2002-02-27 22:23 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, pcihpd-discuss


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


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

only message in thread, other threads:[~2002-02-27 22:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-27 22:23 [BK PATCH] PCI Hotplug driver changes for 2.5.6-pre1 Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox