public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: torvalds@transmeta.com
Cc: linux-kernel@vger.kernel.org
Subject: [BK PATCH] PCI changes for 2.5.69
Date: Thu, 22 May 2003 15:02:52 -0700	[thread overview]
Message-ID: <20030522220251.GA6814@kroah.com> (raw)

Hi,

Here's some PCI changesets against the latest 2.5.69 tree.  They include
Matt Domsch's dynamic PCI id patch for sysfs, which has been gone over
a few times on lkml in the recent past, and everyone now agrees with it.

It also includes the start of the work to add proper locking to the PCI
devices and the PCI device and bus lists.  After years of trying to
foist that task off on unsuspecting people (who later run screaming from
it), it looks like I'm finally going to have to do the work myself :)

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.


 drivers/pci/pci-sysfs-dynids.c |  251 -------------
 Documentation/pci.txt          |   24 +
 drivers/base/bus.c             |    2 
 drivers/pci/Makefile           |    6 
 drivers/pci/bus.c              |    2 
 drivers/pci/hotplug.c          |   23 -
 drivers/pci/pci-driver.c       |  785 +++++++++++++++++++++++++++++++++--------
 drivers/pci/pci-sysfs-dynids.c |  251 +++++++++++++
 drivers/pci/pci.h              |    2 
 drivers/pci/probe.c            |   18 
 include/linux/device.h         |   35 +
 include/linux/pci-dynids.h     |   68 ++-
 include/linux/pci.h            |   47 +-
 13 files changed, 1045 insertions(+), 469 deletions(-)
-----

Greg Kroah-Hartman <greg@kroah.com>:
  o PCI: remove pci_insert_device() as no one uses it anymore
  o PCI: add pci_get_dev() and pci_put_dev()

Matt Domsch <matt_domsch@dell.com>:
  o dynids: call driver_attach() when new IDs are added
  o pci.h whitespace cleanups
  o PCI dynids - documentation fixes, id_table NULL check
  o Shrink dynids feature set
  o Device Driver Dynamic PCI Device IDs


             reply	other threads:[~2003-05-22 21:47 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-22 22:02 Greg KH [this message]
2003-05-22 22:05 ` [PATCH] PCI changes for 2.5.69 Greg KH
2003-05-22 22:05   ` Greg KH
2003-05-22 22:06     ` Greg KH
2003-05-22 22:06       ` Greg KH
2003-05-22 22:06         ` Greg KH
2003-05-22 22:06           ` Greg KH
2003-05-22 22:06             ` Greg KH
2003-05-23  6:07             ` Christoph Hellwig
2003-05-23  7:02               ` Greg KH
2003-05-22 22:36   ` Dave Jones
2003-05-22 22:48     ` 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=20030522220251.GA6814@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox