From: Greg KH <greg@kroah.com>
To: torvalds@transmeta.com
Cc: linux-kernel@vger.kernel.org
Subject: [BK PATCH] PCI changes and fixes for 2.5.72
Date: Thu, 19 Jun 2003 16:37:28 -0700 [thread overview]
Message-ID: <20030619233727.GA7200@kroah.com> (raw)
Hi,
Here's some PCI changes that are against the latest 2.5.72 bk tree.
They contain a number of different pci core changes, all listed below.
Included in these patches is the pci list locking patch that has been
reviewed a bunch on lkml.
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.
MAINTAINERS | 6 -
arch/i386/pci/common.c | 23 ++++++
arch/i386/pci/direct.c | 82 +++++++-----------------
arch/i386/pci/fixup.c | 6 -
arch/i386/pci/irq.c | 2
arch/i386/pci/legacy.c | 6 -
arch/i386/pci/numa.c | 26 ++-----
arch/i386/pci/pcbios.c | 22 +-----
arch/i386/pci/pci.h | 2
arch/ia64/pci/pci.c | 33 +++++-----
drivers/acpi/osl.c | 41 +++---------
drivers/acpi/pci_root.c | 2
drivers/pci/bus.c | 6 +
drivers/pci/hotplug.c | 36 +++++++---
drivers/pci/pci-driver.c | 20 +++---
drivers/pci/pci-sysfs.c | 24 +++----
drivers/pci/pci.h | 3
drivers/pci/probe.c | 2
drivers/pci/proc.c | 53 +++++++++-------
drivers/pci/search.c | 155 +++++++++++++++++++++++++++++++++++++++++------
include/linux/pci.h | 41 ++++++++----
21 files changed, 351 insertions(+), 240 deletions(-)
-----
David Mosberger:
o PCI: move pci_domain_nr() inside "#ifdef CONFIG_PCI" bracket
Greg Kroah-Hartman:
o PCI: rename pci_get_dev() and pci_put_dev() to pci_dev_get() and pci_dev_put()
o PCI: well, everyone is treating me like the maintainer
o PCI: merge bits missed from the pci locking patch
o PCI: add locking to the pci device lists
Matthew Wilcox:
o PCI: pci_raw_ops patch to fix acpi on ia64
o PCI: Unconfuse /proc
o PCI: Tidy up sysfs a bit
next reply other threads:[~2003-06-19 23:23 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-19 23:37 Greg KH [this message]
2003-06-19 23:39 ` [PATCH] PCI changes and fixes for 2.5.72 Greg KH
2003-06-19 23:39 ` Greg KH
2003-06-19 23:39 ` Greg KH
2003-06-19 23:39 ` Greg KH
2003-06-19 23:39 ` Greg KH
2003-06-19 23:39 ` Greg KH
2003-06-19 23:39 ` Greg KH
2003-06-19 23:39 ` 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=20030619233727.GA7200@kroah.com \
--to=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--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.