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 driver changes for 2.5.6-pre1
Date: Wed, 27 Feb 2002 14:23:05 -0800 [thread overview]
Message-ID: <20020227222305.GA7760@kroah.com> (raw)
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(-)
reply other threads:[~2002-02-27 22:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20020227222305.GA7760@kroah.com \
--to=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=pcihpd-discuss@lists.sourceforge.net \
--cc=torvalds@transmeta.com \
/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