linux-kernel.vger.kernel.org archive mirror
 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-pre7
Date: Fri, 13 Sep 2002 11:28:46 -0700	[thread overview]
Message-ID: <20020913182846.GA26589@kroah.com> (raw)

Hi,

Here are some fixes and updates for the IBM PCI Hotplug driver from
Irene Zubarev that enable the driver to work for older IBM machines, and
fixes some problems with large numbers of slots in the newer machines.

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

Patches will follow.

thanks,

greg k-h

 drivers/hotplug/ibmphp.h      |   39 +-
 drivers/hotplug/ibmphp_core.c |  279 +++++++++++------
 drivers/hotplug/ibmphp_ebda.c |  673 ++++++++++++++++++++++++++++++++++--------
 drivers/hotplug/ibmphp_hpc.c  |  277 ++++++++++++-----
 drivers/hotplug/ibmphp_pci.c  |   53 ++-
 drivers/hotplug/ibmphp_res.c  |  317 ++++++++++++-------
 drivers/pci/pci.c             |    1 
 7 files changed, 1192 insertions(+), 447 deletions(-)
-----

ChangeSet@1.665, 2002-09-13 10:56:28-07:00, greg@kroah.com
  IBM PCI Hotplug driver: sync up with the 2.5 version (__init and formatting fixes)

 drivers/hotplug/ibmphp.h      |    1 
 drivers/hotplug/ibmphp_core.c |   46 +++++++++++++++++-------------------------
 drivers/hotplug/ibmphp_ebda.c |   29 +++++++++++++-------------
 drivers/hotplug/ibmphp_hpc.c  |   17 ++++++++-------
 drivers/hotplug/ibmphp_res.c  |   16 ++++++++------
 5 files changed, 52 insertions(+), 57 deletions(-)
------

ChangeSet@1.664, 2002-09-13 10:43:40-07:00, greg@kroah.com
  [PATCH] export pci_scan_bus, as the IBM pci hotplug driver needs it.
  

 drivers/pci/pci.c |    1 +
 1 files changed, 1 insertion(+)
------

ChangeSet@1.663, 2002-09-13 10:43:27-07:00, zubarev@us.ibm.com
  [PATCH] IBM PCI Hotplug driver update for PCI based controllers
  

 drivers/hotplug/ibmphp.h      |    1 
 drivers/hotplug/ibmphp_core.c |    5 ++
 drivers/hotplug/ibmphp_ebda.c |   71 ++++++++++++++++++++++++++++++++++++++----
 drivers/hotplug/ibmphp_hpc.c  |   26 +++++++++++++++
 4 files changed, 97 insertions(+), 6 deletions(-)
------

ChangeSet@1.662, 2002-09-13 10:43:08-07:00, zubarev@us.ibm.com
  [PATCH] IBM PCI Hotplug driver update for ISA based devices
  

 drivers/hotplug/ibmphp_ebda.c |   13 ++++++++++---
 drivers/hotplug/ibmphp_hpc.c  |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+), 3 deletions(-)
------

ChangeSet@1.661, 2002-09-13 10:42:55-07:00, zubarev@us.ibm.com
  [PATCH] IBM PCI Hotplug driver update
  
  - fix polling logic
  - add ability to write [chassis/rxe]#slot# instead of just slot#

 drivers/hotplug/ibmphp.h      |   37 ++
 drivers/hotplug/ibmphp_core.c |  228 +++++++++++------
 drivers/hotplug/ibmphp_ebda.c |  560 ++++++++++++++++++++++++++++++++++--------
 drivers/hotplug/ibmphp_hpc.c  |  200 +++++++++------
 drivers/hotplug/ibmphp_pci.c  |   53 ++-
 drivers/hotplug/ibmphp_res.c  |  301 ++++++++++++++--------
 6 files changed, 998 insertions(+), 381 deletions(-)
------


             reply	other threads:[~2002-09-13 18:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-13 18:28 Greg KH [this message]
2002-09-13 18:29 ` [BK PATCH] PCI Hotplug changes for 2.4.20-pre7 Greg KH
2002-09-13 18:29   ` Greg KH
2002-09-13 18:29     ` Greg KH
2002-09-13 18:30       ` Greg KH
2002-09-13 18:30         ` 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=20020913182846.GA26589@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;
as well as URLs for NNTP newsgroup(s).