[GIT PATCH] PCI patches for 2.6.24-rc1

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Linus Torvalds <torvalds@...>, Andrew Morton <akpm@...>
Cc: <linux-kernel@...>, <linux-pci@...>, <pcihpd-discuss@...>
Date: Monday, November 5, 2007 - 5:56 pm

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

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[GIT PATCH] PCI patches for 2.6.24-rc1, Greg KH, (Mon Nov 5, 5:56 pm)
Re: [GIT PATCH] PCI patches for 2.6.24-rc1, Linus Torvalds, (Mon Nov 5, 6:13 pm)
Re: [GIT PATCH] PCI patches for 2.6.24-rc1, Greg KH, (Mon Nov 5, 6:17 pm)
Re: [GIT PATCH] PCI patches for 2.6.24-rc1, David Miller, (Mon Nov 5, 7:23 pm)
Re: [GIT PATCH] PCI patches for 2.6.24-rc1, Linus Torvalds, (Mon Nov 5, 6:37 pm)
Re: [GIT PATCH] PCI patches for 2.6.24-rc1, David Miller, (Mon Nov 5, 7:24 pm)
Re: [GIT PATCH] PCI patches for 2.6.24-rc1, Linus Torvalds, (Mon Nov 5, 6:16 pm)
Re: [GIT PATCH] PCI patches for 2.6.24-rc1, Theodore Tso, (Tue Nov 6, 12:14 pm)
Re: [GIT PATCH] PCI patches for 2.6.24-rc1, Linus Torvalds, (Tue Nov 6, 12:47 pm)
Re: [GIT PATCH] PCI patches for 2.6.24-rc1, Greg KH, (Mon Nov 5, 6:28 pm)
Re: [GIT PATCH] PCI patches for 2.6.24-rc1, Linus Torvalds, (Mon Nov 5, 6:42 pm)
Re: [GIT PATCH] PCI patches for 2.6.24-rc1, David Miller, (Mon Nov 5, 7:28 pm)