[git pull] PCI changes

From: Jesse Barnes
Date: Fri Mar 18 2011 - 13:30:29 EST


The following changes since commit
100b33c8bd8a3235fd0b7948338d6cbb3db3c63d:

Linux 2.6.38-rc4 (2011-02-07 16:03:55 -0800)

are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 linux-next

The only scary thing in here is Ram's patchset to adjust our resource
allocation policy. The old policy was too biased in favor of hotplug;
his patches try to make sure we can allocate space for devices detected
at boot first, only making hotplug windows available if possible
afterwards.

A couple of last minute fixes for the ACPI _DSM patch landed this week
as well, but they're very low risk so I think that's ok.

Ben Hutchings (1):
PCI: sysfs: Fix failure path for addition of "vpd" attribute

Brandeburg, Jesse (1):
PCI: remove quirk for pre-production systems

Jesper Juhl (1):
PCI: Avoid potential NULL pointer dereference in pci_scan_bridge

Jiri Slaby (2):
PCI: add more checking to ICH region quirks
PCI: do not create quirk I/O regions below PCIBIOS_MIN_IO for ICH

Narendra_K@xxxxxxxx (2):
PCI: Export ACPI _DSM provided firmware instance number and string name to sysfs
PCI: label: Fix compilation error when CONFIG_ACPI is unset

Prarit Bhargava (1):
PCI: aer-inject: Override PCIe AER Mask Registers

Ram Pai (4):
PCI: refactor io size calculation code
PCI: data structure agnostic free list function
PCI: introduce reset_resource()
PCI: pre-allocate additional resources to devices only after successful allocation of essential resources.

Randy Dunlap (1):
PCI: fix tlan build when CONFIG_PCI is not enabled

Seth Heasley (1):
PCI/lpc: irq and pci_ids patch for Intel DH89xxCC DeviceIDs

Shyam_Iyer@xxxxxxxx (1):
PCI: label: remove #include of ACPI header to avoid warnings

Stefano Stabellini (1):
PCI hotplug: acpiphp: set current_state to D0 in register_slot

Documentation/ABI/testing/sysfs-bus-pci | 31 +++-
arch/x86/pci/irq.c | 15 +-
drivers/pci/Kconfig | 2 +
drivers/pci/Makefile | 3 +-
drivers/pci/hotplug/acpiphp_glue.c | 1 +
drivers/pci/pci-label.c | 252 +++++++++++++++++++++++-
drivers/pci/pci-sysfs.c | 2 +-
drivers/pci/pci.h | 2 +-
drivers/pci/pcie/aer/aer_inject.c | 31 +++-
drivers/pci/probe.c | 4 +-
drivers/pci/quirks.c | 113 +++++------
drivers/pci/setup-bus.c | 321 +++++++++++++++++++++++--------
include/linux/pci.h | 5 +
include/linux/pci_ids.h | 3 +
14 files changed, 614 insertions(+), 171 deletions(-)


--
Jesse Barnes, Intel Open Source Technology Center
--
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/