1. 19 Feb, 2013 1 commit
  2. 16 Feb, 2013 3 commits
  3. 15 Feb, 2013 2 commits
  4. 12 Feb, 2013 4 commits
  5. 11 Feb, 2013 1 commit
  6. 02 Feb, 2013 4 commits
    • Bjorn Helgaas's avatar
      Merge branch 'pci/misc' into next · f2dfcde4
      Bjorn Helgaas authored
      * pci/misc:
        PCI: pciehp: Drop suspend/resume ENTRY messages
        PCI: Document MPS parameters pci=pcie_bus_safe, pci=pcie_bus_perf, etc
        PCI: Document hpiosize= and hpmemsize= resource reservation parameters
        PCI: Use PCI Express Capability accessor
        PCI: Introduce accessor to retrieve PCIe Capabilities Register
        PCI: Kill pci_is_reassigndev()
      f2dfcde4
    • Bjorn Helgaas's avatar
      Merge branch 'pci/joe-aspm' into next · ecb87e66
      Bjorn Helgaas authored
      * pci/joe-aspm:
        PCI/ASPM: Don't touch ASPM if forcibly disabled
        PCI/ASPM: Deallocate upstream link state even if device is not PCIe
      ecb87e66
    • Bjorn Helgaas's avatar
      Merge branch 'pci/yinghai-root-bus-hotplug' into next · 8e5de3dc
      Bjorn Helgaas authored
      * pci/yinghai-root-bus-hotplug:
        PCI: acpiphp: Remove dead code for PCI host bridge hotplug
        PCI: acpiphp: Create companion ACPI devices before creating PCI devices
        PCI: Remove unused "rc" in virtfn_add_bus()
      8e5de3dc
    • Jiang Liu's avatar
      PCI: acpiphp: Remove dead code for PCI host bridge hotplug · be6d2867
      Jiang Liu authored
      Commit 668192b6 "PCI: acpiphp: Move host bridge hotplug
      to pci_root.c" has moved PCI host bridge hotplug logic from acpiphp
      to pci_root, but there is still PCI host bridge hotplug related
      dead code left in acpiphp. So remove those dead code.
      
      Now companion ACPI devices are always created before corresponding
      PCI devices. And the ACPI event handle_hotplug_event_bridge() will be
      installed only if it has associated PCI device. So remove dead code to
      handle bridge hot-adding in function handle_hotplug_event_bridge().
      Signed-off-by: default avatarJiang Liu <jiang.liu@huawei.com>
      Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
      be6d2867
  7. 01 Feb, 2013 5 commits
  8. 31 Jan, 2013 4 commits
  9. 27 Jan, 2013 3 commits
    • Bjorn Helgaas's avatar
      Merge branch 'pci/yinghai-root-bus-hotplug' into next · 939de1d6
      Bjorn Helgaas authored
      * pci/yinghai-root-bus-hotplug:
        PCI: Put pci_dev in device tree as early as possible
        PCI: Skip attaching driver in device_add()
        PCI: acpiphp: Keep driver loaded even if no slots found
        PCI/ACPI: Print info if host bridge notify handler installation fails
        PCI: acpiphp: Move host bridge hotplug to pci_root.c
        PCI/ACPI: acpiphp: Rename alloc_acpiphp_hp_work() to alloc_acpi_hp_work()
        PCI: Make device create/destroy logic symmetric
        PCI: Fix reference count leak in pci_dev_present()
        PCI: Set pci_dev dev_node early so IOAPIC irq_descs are allocated locally
        PCI: Add root bus children dev's res to fail list
        PCI: acpiphp: Add is_hotplug_bridge detection
      
      Conflicts:
      	drivers/pci/pci.h
      939de1d6
    • Bjorn Helgaas's avatar
      Merge branch 'pci/acpi-scan2' into next · fb455792
      Bjorn Helgaas authored
      * pci/acpi-scan2:
        ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() instead
        ACPI: update ej_event interface to take acpi_device
        ACPI / scan: Add second pass to acpi_bus_trim()
        ACPI / scan: Change the implementation of acpi_bus_trim()
        ACPI / scan: Drop the second argument of acpi_bus_trim()
        ACPI / scan: Drop the second argument of acpi_device_unregister()
        ACPI: Remove the ops field from struct acpi_device
        ACPI: remove unused acpi_op_bind and acpi_op_unbind
        ACPI / scan: Fix check of device_attach() return value.
      fb455792
    • Bjorn Helgaas's avatar
      Merge branch 'pci/yijing-ari' into next · 14b5cb37
      Bjorn Helgaas authored
      * pci/yijing-ari:
        PCI: shpchp: Iterate over all devices in slot, not functions 0-7
        PCI: sgihp: Iterate over all devices in slot, not functions 0-7
        PCI: cpcihp: Iterate over all devices in slot, not functions 0-7
        PCI: pciehp: Iterate over all devices in slot, not functions 0-7
        PCI: Consolidate "next-function" functions
        PCI: Rename pci_enable_ari() to pci_configure_ari()
        PCI: Enable ARI if dev and upstream bridge support it; disable otherwise
      14b5cb37
  10. 25 Jan, 2013 13 commits