public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: marcelo@conectiva.com.br
Cc: linux-kernel@vger.kernel.org, pcihpd-discuss@lists.sourceforge.net
Subject: [BK PATCH] PCI Hotplug changes for 2.4.20-pre1
Date: Tue, 6 Aug 2002 13:35:14 -0700	[thread overview]
Message-ID: <20020806203513.GA2022@kroah.com> (raw)

Hi,

This includes an ACPI PCI Hotplug driver update, and a IBM PCI Hotplug
driver update, both of which have been in the -ac kernel for a while.

	Pull from:  bk://linuxusb.bkbits.net/pci_hp-2.4

Patches will follow (warning, the ACPI one is big, so I will not send
that to the mailing lists, it can be found at:
  http://www.kernel.org/pub/linux/kernel/people/gregkh/hotplug/2.4/pci_hp-acpiphp-2.4.20-pre1.patch
)

thanks,

greg k-h

 drivers/hotplug/pcihp_acpi.c      |  397 ---------
 drivers/hotplug/pcihp_acpi.h      |  231 -----
 drivers/hotplug/pcihp_acpi_ctrl.c |  642 ----------------
 drivers/hotplug/pcihp_acpi_glue.c |  757 -------------------
 drivers/hotplug/Makefile          |   14 
 drivers/hotplug/acpiphp.h         |  322 ++++++++
 drivers/hotplug/acpiphp_core.c    |  470 +++++++++++
 drivers/hotplug/acpiphp_glue.c    | 1514 ++++++++++++++++++++++++++++++++++++++
 drivers/hotplug/acpiphp_pci.c     |  763 +++++++++++++++++++
 drivers/hotplug/acpiphp_res.c     |  708 +++++++++++++++++
 drivers/hotplug/ibmphp.h          |   18 
 drivers/hotplug/ibmphp_core.c     |  208 +++--
 drivers/hotplug/ibmphp_ebda.c     |   65 +
 drivers/hotplug/ibmphp_hpc.c      |  141 +--
 14 files changed, 4064 insertions(+), 2186 deletions(-)
------

ChangeSet@1.686, 2002-08-06 12:04:18-07:00, greg@kroah.com
  IBM PCI Hotplug driver update
  
  This brings the driver up to the latest version, and includes the following fixes:
  	- timeout bug fixed (now large number of slots do not cause problems.)
  	- more different types of hardware supported.
  	- more slot information is now tracked.

 drivers/hotplug/ibmphp.h      |   18 ++-
 drivers/hotplug/ibmphp_core.c |  208 ++++++++++++++++++++++++++++++++----------
 drivers/hotplug/ibmphp_ebda.c |   65 ++++++++-----
 drivers/hotplug/ibmphp_hpc.c  |  141 ++++++++++++----------------
 4 files changed, 279 insertions(+), 153 deletions(-)
------

ChangeSet@1.685, 2002-08-06 12:00:20-07:00, greg@kroah.com
  ACPI PCI Hotplug driver update
  
  This is from Takayoshi KOCHI <i-kouchi@mvf.biglobe.ne.jp>

 drivers/hotplug/pcihp_acpi.c      |  397 ---------
 drivers/hotplug/pcihp_acpi.h      |  231 -----
 drivers/hotplug/pcihp_acpi_ctrl.c |  642 ----------------
 drivers/hotplug/pcihp_acpi_glue.c |  757 -------------------
 drivers/hotplug/Makefile          |   14 
 drivers/hotplug/acpiphp.h         |  322 ++++++++
 drivers/hotplug/acpiphp_core.c    |  470 +++++++++++
 drivers/hotplug/acpiphp_glue.c    | 1514 ++++++++++++++++++++++++++++++++++++++
 drivers/hotplug/acpiphp_pci.c     |  763 +++++++++++++++++++
 drivers/hotplug/acpiphp_res.c     |  708 +++++++++++++++++
 10 files changed, 3785 insertions(+), 2033 deletions(-)


             reply	other threads:[~2002-08-06 20:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-06 20:35 Greg KH [this message]
2002-08-06 20:36 ` [BK PATCH] PCI Hotplug changes for 2.4.20-pre1 Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020806203513.GA2022@kroah.com \
    --to=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@conectiva.com.br \
    --cc=pcihpd-discuss@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox