[GIT PATCH] PCI fixes for 2.6.17-rc6

From: Greg KH
Date: Sun Jun 11 2006 - 17:08:00 EST


Here are some small PCI fixes against your latest git tree. They have
all been in the -mm tree for a while with no problems and do the following:
- restore the pci config space in reverse order, fixing a number
of different systems on resume.
- properly pass up errors on pci resume to the driver core so it
knows about it.
- fix building the pci express hotplug driver on non-acpi
systems (like PPC64).

Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6.git/
or if master.kernel.org hasn't synced up yet:
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/pci/pci-driver.c | 13 ++++++++-----
drivers/pci/pci.c | 18 ++++++++++++++++--
include/linux/pci-acpi.h | 2 +-
3 files changed, 25 insertions(+), 8 deletions(-)

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

Andrew Morton:
PCI: fix pciehp compile issue when CONFIG_ACPI is not enabled

Dave Jones:
PCI: Improve PCI config space writeback

Jean Delvare:
PCI: Error handling on PCI device resume

Yu, Luming:
PCI: reverse pci config space restore order

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/