Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
* 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6: PCI: label: remove #include of ACPI header to avoid warnings PCI: label: Fix compilation error when CONFIG_ACPI is unset PCI: pre-allocate additional resources to devices only after successful allocation of essential resources. PCI: introduce reset_resource() PCI: data structure agnostic free list function PCI: refactor io size calculation code PCI: do not create quirk I/O regions below PCIBIOS_MIN_IO for ICH PCI hotplug: acpiphp: set current_state to D0 in register_slot PCI: Export ACPI _DSM provided firmware instance number and string name to sysfs PCI: add more checking to ICH region quirks PCI: aer-inject: Override PCIe AER Mask Registers PCI: fix tlan build when CONFIG_PCI is not enabled PCI: remove quirk for pre-production systems PCI: Avoid potential NULL pointer dereference in pci_scan_bridge PCI/lpc: irq and pci_ids patch for Intel DH89xxCC DeviceIDs PCI: sysfs: Fix failure path for addition of "vpd" attribute
Showing
- Documentation/ABI/testing/sysfs-bus-pci 24 additions, 7 deletionsDocumentation/ABI/testing/sysfs-bus-pci
- arch/x86/pci/irq.c 6 additions, 9 deletionsarch/x86/pci/irq.c
- drivers/pci/Kconfig 2 additions, 0 deletionsdrivers/pci/Kconfig
- drivers/pci/Makefile 2 additions, 1 deletiondrivers/pci/Makefile
- drivers/pci/hotplug/acpiphp_glue.c 1 addition, 0 deletionsdrivers/pci/hotplug/acpiphp_glue.c
- drivers/pci/pci-label.c 246 additions, 6 deletionsdrivers/pci/pci-label.c
- drivers/pci/pci-sysfs.c 1 addition, 1 deletiondrivers/pci/pci-sysfs.c
- drivers/pci/pci.h 1 addition, 1 deletiondrivers/pci/pci.h
- drivers/pci/pcie/aer/aer_inject.c 28 additions, 3 deletionsdrivers/pci/pcie/aer/aer_inject.c
- drivers/pci/probe.c 3 additions, 1 deletiondrivers/pci/probe.c
- drivers/pci/quirks.c 53 additions, 60 deletionsdrivers/pci/quirks.c
- drivers/pci/setup-bus.c 239 additions, 82 deletionsdrivers/pci/setup-bus.c
- include/linux/pci.h 5 additions, 0 deletionsinclude/linux/pci.h
- include/linux/pci_ids.h 3 additions, 0 deletionsinclude/linux/pci_ids.h
Loading
Please register or sign in to comment