Merge branch 'pci/yinghai-root-bus-hotplug' into next
authorBjorn Helgaas <bhelgaas@google.com>
Sun, 27 Jan 2013 00:35:58 +0000 (17:35 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Sun, 27 Jan 2013 00:35:58 +0000 (17:35 -0700)
* 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

1  2 
drivers/acpi/pci_root.c
drivers/pci/pci.h
drivers/pci/probe.c
include/acpi/acpi_bus.h
include/linux/pci.h

Simple merge
index 81b6a875251770c750214f3a893276784afbf9bd,d295e7b0e64fedf0cafd51fe02a116c7779a0e01..7346ee68f47d198ce67df5a1445cef9203556b0b
@@@ -203,8 -203,7 +203,8 @@@ extern int __pci_read_base(struct pci_d
                                struct resource *res, unsigned int reg);
  extern int pci_resource_bar(struct pci_dev *dev, int resno,
                            enum pci_bar_type *type);
- extern int pci_bus_add_child(struct pci_bus *bus);
 -extern void pci_enable_ari(struct pci_dev *dev);
 +extern void pci_configure_ari(struct pci_dev *dev);
++
  /**
   * pci_ari_enabled - query ARI forwarding status
   * @bus: the PCI bus
Simple merge
Simple merge
Simple merge