The following changes since commit ab86e5765d41a5eb4239a1c04d613db87bea5ed8: Linus Torvalds (1): Merge git://git.kernel.org/.../gregkh/driver-core-2.6 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 linux-next A few bug fixes for the NUMA node init change and a big set of cleanups for the PCIe hotplug driver from Kenji-san. Things should be fairly settled down now. Andi Kleen (1): PCI: Disable AER with pci=nomsi David Rientjes (1): x86/PCI: default pcibus cpumask to all cpus if it lacks affinity Jesse Barnes (3): PCI: fix VGA arbiter header file MAINTAINTERS: remove hotplug driver entries x86/PCI: make 32 bit NUMA node array int, not unsigned char Kenji Kaneshige (16): PCI ASPM: support L1 only PCI: pciehp: remove slot_list field PCI: pciehp: remove num_slots field PCI: pciehp: remove slot_num_inc field PCI: pciehp: remove bus field PCI: pciehp: remove device field PCI: pciehp: remove hp_slot field PCI: pciehp: remove slot_device_offset field PCI: pciehp: remove first_slot field PCI: pciehp: remove slot_bus field PCI: pciehp: remove crit_sect mutex PCI: pciehp: remove pci_dev field PCI: pciehp: remove hpc_ops PCI: pciehp: remove number field PCI: pciehp: remove error message definitions PCI: pciehp: remove slot capabilities definitions MAINTAINERS | 18 +---- arch/x86/include/asm/pci.h | 6 ++- arch/x86/pci/common.c | 2 +- drivers/pci/hotplug/pciehp.h | 107 ++++++++--------------------- drivers/pci/hotplug/pciehp_acpi.c | 17 +++-- drivers/pci/hotplug/pciehp_core.c | 136 +++++++++++++++++-------------------- drivers/pci/hotplug/pciehp_ctrl.c | 109 ++++++++++++------------------ drivers/pci/hotplug/pciehp_hpc.c | 109 +++++++++--------------------- drivers/pci/hotplug/pciehp_pci.c | 23 +++--- drivers/pci/pcie/aer/aerdrv.c | 2 + drivers/pci/pcie/aspm.c | 3 - include/linux/vgaarb.h | 3 +- 12 files changed, 203 insertions(+), 332 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html