[GIT PATCH] PCI fixes for 2.6.24-git

!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: Saturday, February 2, 2008 - 7:44 pm

Here are some PCI patches against your 2.6.24 git tree.

They rip out the PCIE ASPM patch, as it was causing both build errors,
and run-time oopses, fixes a build error in the scsi tree caused by a
clueless kernel developer who forgot to check in his fix on his
machine[1], and 2 patches to fix some of the section warnings in the PCI
code that are now showing up.


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

[1] yeah, that was me, ugh...

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

 drivers/pci/Makefile          |    3 +
 drivers/pci/hotplug-pci.c     |   20 +
 drivers/pci/pci-sysfs.c       |    5 -
 drivers/pci/pci.c             |    4 -
 drivers/pci/pcie/Kconfig      |   20 -
 drivers/pci/pcie/Makefile     |    3 -
 drivers/pci/pcie/aspm.c       |  802 -----------------------------------------
 drivers/pci/probe.c           |   24 +--
 drivers/pci/remove.c          |    4 -
 drivers/pci/setup-bus.c       |    4 +-
 drivers/scsi/lpfc/lpfc_init.c |    2 +-
 include/linux/aspm.h          |   44 ---
 include/linux/pci.h           |    5 -
 include/linux/pci_regs.h      |    8 -
 14 files changed, 28 insertions(+), 920 deletions(-)
 create mode 100644 drivers/pci/hotplug-pci.c
 delete mode 100644 drivers/pci/pcie/aspm.c
 delete mode 100644 include/linux/aspm.h

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

Greg Kroah-Hartman (2):
      Revert "PCI: PCIE ASPM support"
      pci: pci_enable_device_bars() fix for lpfc driver

Sam Ravnborg (2):
      PCI: fix section mismatch warnings referring to pci_do_scan_bus
      PCI: fix 4x section mismatch warnings

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

Messages in current thread:
[GIT PATCH] PCI fixes for 2.6.24-git, Greg KH, (Sat Feb 2, 7:44 pm)