public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [BK PATCH] PCI changes for 2.5.69
@ 2003-05-22 22:02 Greg KH
  2003-05-22 22:05 ` [PATCH] " Greg KH
  0 siblings, 1 reply; 12+ messages in thread
From: Greg KH @ 2003-05-22 22:02 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

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


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2003-05-23  6:47 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-22 22:02 [BK PATCH] PCI changes for 2.5.69 Greg KH
2003-05-22 22:05 ` [PATCH] " 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox