All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] PCI patches for 2.6.24-rc1
@ 2007-11-05 21:56 Greg KH
  2007-11-05 22:13 ` Linus Torvalds
  0 siblings, 1 reply; 12+ messages in thread
From: Greg KH @ 2007-11-05 21:56 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-pci, pcihpd-discuss

Here are a some PCI patches against your 2.6.24-rc1 git tree.

They are a bunch of quirk updates from David Miller, a new config item
to help Jeff Garzik start to cleanup the isdn drivers and let him take
those patches through his tree, and a few other minor bugfixes.

All of these have been in the -mm tree for a while.

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

The full patches will be sent to the linux-pci mailing list, if anyone
wants to see them.

thanks,

greg k-h

-------------

 drivers/isdn/hisax/Kconfig        |   18 ++++++------
 drivers/isdn/hisax/avm_pci.c      |    4 +-
 drivers/isdn/hisax/diva.c         |    6 ++--
 drivers/isdn/hisax/elsa.c         |    4 +-
 drivers/isdn/hisax/gazel.c        |    4 ++-
 drivers/isdn/hisax/niccy.c        |    7 +++--
 drivers/isdn/hisax/sedlbauer.c    |    4 +-
 drivers/net/tg3.c                 |    9 ------
 drivers/pci/Kconfig               |   11 ++++++++
 drivers/pci/hotplug/Kconfig       |    6 ++--
 drivers/pci/hotplug/cpqphp_ctrl.c |   16 +++++------
 drivers/pci/msi.c                 |   18 ++++++++----
 drivers/pci/pci-driver.c          |    5 +--
 drivers/pci/quirks.c              |   51 ++++++++++++++++++++++++++++++++++---
 drivers/pci/search.c              |    9 ++++++
 drivers/scsi/Kconfig              |    2 +-
 drivers/serial/8250_pci.c         |    5 +++-
 include/linux/pci.h               |   14 ++++++++-
 include/linux/pci_ids.h           |    5 +---
 19 files changed, 134 insertions(+), 64 deletions(-)

---------------

Adrian Bunk (2):
      PCI: make pci_match_device() static
      PCI Hotplug: cpqhp_pushbutton_thread(): remove a pointless if() check

David Miller (5):
      PCI: Revert "PCI: disable MSI by default on systems with Serverworks HT1000 chips"
      PCI: Add MSI quirk for ServerWorks HT1000 PCIX bridge.
      PCI: Add quirk for devices which disable MSI when INTX_DISABLE is set.
      PCI: Add MSI INTX_DISABLE quirks for ATI SB700/800 SATA and IXP SB400 USB
      PCI: Remove 3 incorrect MSI quirks.

Dirk Hohndel (1):
      PCI: pciserial_resume_one ignored return value of pci_enable_device

Jeff Garzik (1):
      PCI: Add Kconfig option to disable deprecated pci_find_* API


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

end of thread, other threads:[~2007-11-06 16:47 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-05 21:56 [GIT PATCH] PCI patches for 2.6.24-rc1 Greg KH
2007-11-05 22:13 ` Linus Torvalds
2007-11-05 22:16   ` Linus Torvalds
2007-11-05 22:28     ` Greg KH
2007-11-05 22:42       ` Linus Torvalds
2007-11-05 23:28         ` David Miller
2007-11-06 16:14     ` Theodore Tso
2007-11-06 16:47       ` Linus Torvalds
2007-11-05 22:17   ` Greg KH
2007-11-05 22:37     ` Linus Torvalds
2007-11-05 23:24       ` David Miller
2007-11-05 23:23     ` David Miller

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.