From: Greg KH <greg@kroah.com>
To: torvalds@transmeta.com
Cc: linux-kernel@vger.kernel.org, pcihpd-discuss@lists.sourceforge.net
Subject: [BK PATCH] Yet more PCI fixes for 2.5.73
Date: Thu, 26 Jun 2003 17:50:07 -0700 [thread overview]
Message-ID: <20030627005007.GA6173@kroah.com> (raw)
Hi,
Here's some more PCI fixes that are against the latest 2.5.73 bk tree.
They fix up the kobject bug in the pci hotplug drivers (the core was
fixed in the patches sent yesterday), and change the pci_dev's slot_name
to be a pointer to the struct device's bus_id. This provides us with
the unique name needed for pci domain support. There's also a bugfix
for the pci direct code in i386.
Please pull from:
bk://kernel.bkbits.net/gregkh/linux/pci-2.5
thanks,
greg k-h
p.s. I'll send these as patches in response to this email to lkml for
those who want to see them.
-----
arch/i386/pci/direct.c | 106 ++++++++++++++++++++------------
drivers/pci/hotplug/acpiphp_core.c | 30 ++++++---
drivers/pci/hotplug/cpci_hotplug_core.c | 22 ++++--
drivers/pci/hotplug/cpqphp_core.c | 38 ++++++-----
drivers/pci/hotplug/ibmphp.h | 3
drivers/pci/hotplug/ibmphp_core.c | 25 -------
drivers/pci/hotplug/ibmphp_ebda.c | 79 ++++++++++++++++++++---
drivers/pci/hotplug/ibmphp_hpc.c | 68 --------------------
drivers/pci/hotplug/pcihp_skeleton.c | 42 ++++++++----
drivers/pci/probe.c | 16 ++--
include/linux/pci.h | 10 ++-
11 files changed, 245 insertions(+), 194 deletions(-)
-----
Greg Kroah-Hartman:
o PCI Hotplug: ibmphp: add release() callback and other minor cleanups
o PCI Hotplug: cpqphp: add release() callback and other minor cleanups
o PCI Hotplug: cpci: fix delete bug and add release() callback
o PCI Hotplug: acpiphp: add release() callback
o PCI Hotplug: pcihp_skeleton: fix delete bug and add release() callback
Matthew Wilcox:
o PCI: create pci_name()
o PCI: i386/pci/direct.c fixes
next reply other threads:[~2003-06-27 2:42 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-27 0:50 Greg KH [this message]
2003-06-27 0:51 ` [PATCH] Yet more PCI fixes for 2.5.73 Greg KH
2003-06-27 0:51 ` Greg KH
2003-06-27 0:51 ` Greg KH
2003-06-27 0:51 ` Greg KH
2003-06-27 0:51 ` Greg KH
2003-06-27 0:51 ` Greg KH
2003-06-27 0:51 ` 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=20030627005007.GA6173@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.