Revision 1d8549085377674224bf30a368284c391a3ce40e authored by Linus Torvalds on 23 January 2013, 00:36:23 UTC, committed by Linus Torvalds on 23 January 2013, 00:36:23 UTC
Pull PCI updates from Bjorn Helgaas:
 "The most important is a fix for a pciehp deadlock that occurs when
  unplugging a Thunderbolt adapter.  We also applied the same fix to
  shpchp, removed CONFIG_EXPERIMENTAL dependencies, fixed a
  pcie_aspm=force problem, and fixed a refcount leak.

  Details:

   - Hotplug
      PCI: pciehp: Use per-slot workqueues to avoid deadlock
      PCI: shpchp: Make shpchp_wq non-ordered
      PCI: shpchp: Handle push button event asynchronously
      PCI: shpchp: Use per-slot workqueues to avoid deadlock

   - Power management
      PCI: Allow pcie_aspm=force even when FADT indicates it is unsupported

   - Misc
      PCI/AER: pci_get_domain_bus_and_slot() call missing required pci_dev_put()
      PCI: remove depends on CONFIG_EXPERIMENTAL"

* tag '3.8-pci-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci:
  PCI: remove depends on CONFIG_EXPERIMENTAL
  PCI: Allow pcie_aspm=force even when FADT indicates it is unsupported
  PCI: shpchp: Use per-slot workqueues to avoid deadlock
  PCI: shpchp: Handle push button event asynchronously
  PCI: shpchp: Make shpchp_wq non-ordered
  PCI/AER: pci_get_domain_bus_and_slot() call missing required pci_dev_put()
  PCI: pciehp: Use per-slot workqueues to avoid deadlock
2 parent s f56c319 + 444ee9b
History
File Mode Size
Kconfig -rw-r--r-- 365 bytes
Makefile -rw-r--r-- 161 bytes
TODO -rw-r--r-- 335 bytes
core.h -rw-r--r-- 1.3 KB
localpara.h -rw-r--r-- 8.2 KB
mac_structures.h -rw-r--r-- 2.3 KB
mds.c -rw-r--r-- 17.4 KB
mds_f.h -rw-r--r-- 755 bytes
mds_s.h -rw-r--r-- 4.8 KB
mto.c -rw-r--r-- 5.0 KB
mto.h -rw-r--r-- 4.4 KB
phy_calibration.c -rw-r--r-- 48.9 KB
phy_calibration.h -rw-r--r-- 2.3 KB
reg.c -rw-r--r-- 90.3 KB
sme_api.h -rw-r--r-- 6.5 KB
wb35reg.c -rw-r--r-- 20.3 KB
wb35reg_f.h -rw-r--r-- 2.7 KB
wb35reg_s.h -rw-r--r-- 8.3 KB
wb35rx.c -rw-r--r-- 9.1 KB
wb35rx_f.h -rw-r--r-- 345 bytes
wb35rx_s.h -rw-r--r-- 1.3 KB
wb35tx.c -rw-r--r-- 7.2 KB
wb35tx_f.h -rw-r--r-- 596 bytes
wb35tx_s.h -rw-r--r-- 1.0 KB
wbhal.h -rw-r--r-- 13.5 KB
wbusb.c -rw-r--r-- 22.3 KB

back to top