[GIT PATCH] PCI and PCI Hotplug fixes for 2.6.17-rc1

From: Greg KH
Date: Fri Apr 14 2006 - 16:02:23 EST


Here are some PCI and PCI Hotplug fixes against your latest git tree.
They have all been in the -mm tree for a while with no problems.

They do the following:
- fix bug of MSI config values not being saved and restored
properly accross suspend/resume.
- documentation update for the DMA api.
- other minor bugfixes and id updates.

Please pull from:
rsync://rsync.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



Documentation/DMA-API.txt | 49 ++++++--
Documentation/DMA-mapping.txt | 22 ++-
arch/i386/pci/irq.c | 3
drivers/pci/hotplug/rpaphp_core.c | 3
drivers/pci/msi.c | 227 +++++++++++++++++++++++++++++++++-----
drivers/pci/pci.c | 6 +
drivers/pci/pci.h | 11 +
drivers/pci/quirks.c | 4
include/linux/pci.h | 33 +++++
include/linux/pci_ids.h | 3
include/linux/pm_legacy.h | 7 -
kernel/power/pm.c | 20 ---
12 files changed, 308 insertions(+), 80 deletions(-)

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

Adrian Bunk:
remove kernel/power/pm.c:pm_unregister()

David Brownell:
dma doc updates

Grzegorz Janoszka:
arch/i386/pci/irq.c - new VIA chipsets (fwd)

Jean Delvare:
PCI: Add PCI quirk for SMBus on the Asus A6VA notebook

John Rose:
PCI: rpaphp: remove init error condition

John W. Linville:
pci_ids.h: correct naming of 1022:7450 (AMD 8131 Bridge)

Roland Dreier:
PCI: fix sparse warning about pci_bus_flags

Shaohua Li:
PCI: MSI(X) save/restore for suspend/resume

-
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/