public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] PCI bugfixes for 2.6.12-rc4
@ 2005-05-17 21:44 Greg KH
  2005-05-17 21:45 ` [PATCH] PCI Hotplug: Fix echoing 1 to power file of enabled slot problem with SHPC driver Greg KH
  0 siblings, 1 reply; 9+ messages in thread
From: Greg KH @ 2005-05-17 21:44 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-pci

Here are 6 patches for the 2.6.12-rc4 tree that fix some PCI and PCI
Hotplug bugs.  They also delete a lot of code that is no longer needed
from the pci hotplug core.  There are also two patches in here that make
it easier for userspace to autoload modules for PCI devices.  All of
these patches have been in the past few -mm releases.

Please pull from:
	rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6.git/

Full patches will be sent to the linux-usb-devel and linux-pci mailing
lists, if anyone wants to see them.

thanks,

greg k-h

 drivers/pci/hotplug.c                   |  119 ----------
 drivers/pci/hotplug/cpci_hotplug.h      |    2 
 drivers/pci/hotplug/cpci_hotplug_core.c |  169 +++++++--------
 drivers/pci/hotplug/cpci_hotplug_pci.c  |  352 ++------------------------------
 drivers/pci/hotplug/pciehp.h            |    1 
 drivers/pci/hotplug/pciehp_core.c       |    2 
 drivers/pci/hotplug/pciehp_hpc.c        |  156 +++++++-------
 drivers/pci/hotplug/shpchp_core.c       |    2 
 drivers/pci/hotplug/shpchp_ctrl.c       |   30 +-
 drivers/pci/pci-sysfs.c                 |   12 +
 drivers/pci/pci.h                       |   27 --
 drivers/pci/pcie/portdrv_bus.c          |    3 
 12 files changed, 233 insertions(+), 642 deletions(-)


Dely Sy:
  o PCI Hotplug: get pciehp to work on the downstream port of a switch
  o PCI Hotplug: Fix echoing 1 to power file of enabled slot problem with SHPC driver

Greg Kroah-Hartman:
  o PCI: add MODALIAS to hotplug event for pci devices
  o PCI: add modalias sysfs file for pci devices

Scott Murray:
  o PCI Hotplug: remove pci_visit_dev
  o PCI Hotplug: CPCI update


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

end of thread, other threads:[~2005-06-01 21:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-17 21:44 [GIT PATCH] PCI bugfixes for 2.6.12-rc4 Greg KH
2005-05-17 21:45 ` [PATCH] PCI Hotplug: Fix echoing 1 to power file of enabled slot problem with SHPC driver Greg KH
2005-05-17 21:45   ` [PATCH] PCI Hotplug: CPCI update Greg KH
2005-05-17 21:45     ` [PATCH] PCI Hotplug: get pciehp to work on the downstream port of a switch Greg KH
2005-05-17 21:45       ` [PATCH] PCI Hotplug: remove pci_visit_dev Greg KH
2005-05-17 21:45         ` [PATCH] PCI: add modalias sysfs file for pci devices Greg KH
2005-05-17 21:45           ` [PATCH] PCI: add MODALIAS to hotplug event " Greg KH
2005-05-31 16:50           ` [PATCH] PCI: add modalias sysfs file " Michael Tokarev
2005-06-01 21:36             ` Greg KH

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