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
Adapter.h -rw-r--r-- 12.5 KB
Bcmchar.c -rw-r--r-- 62.4 KB
Bcmnet.c -rw-r--r-- 6.2 KB
CmHost.c -rw-r--r-- 97.7 KB
CmHost.h -rw-r--r-- 2.1 KB
DDRInit.c -rw-r--r-- 50.1 KB
DDRInit.h -rw-r--r-- 166 bytes
Debug.h -rw-r--r-- 7.3 KB
HandleControlPacket.c -rw-r--r-- 6.8 KB
HostMIBSInterface.h -rw-r--r-- 5.6 KB
IPv6Protocol.c -rw-r--r-- 13.2 KB
IPv6ProtocolHdr.h -rw-r--r-- 2.6 KB
InterfaceAdapter.h -rw-r--r-- 1.8 KB
InterfaceDld.c -rw-r--r-- 10.8 KB
InterfaceIdleMode.c -rw-r--r-- 9.4 KB
InterfaceIdleMode.h -rw-r--r-- 432 bytes
InterfaceInit.c -rw-r--r-- 23.6 KB
InterfaceInit.h -rw-r--r-- 738 bytes
InterfaceIsr.c -rw-r--r-- 5.7 KB
InterfaceIsr.h -rw-r--r-- 333 bytes
InterfaceMacros.h -rw-r--r-- 329 bytes
InterfaceMisc.c -rw-r--r-- 6.7 KB
InterfaceMisc.h -rw-r--r-- 901 bytes
InterfaceRx.c -rw-r--r-- 8.2 KB
InterfaceRx.h -rw-r--r-- 118 bytes
InterfaceTx.c -rw-r--r-- 6.4 KB
InterfaceTx.h -rw-r--r-- 120 bytes
Ioctl.h -rw-r--r-- 7.8 KB
Kconfig -rw-r--r-- 232 bytes
LeakyBucket.c -rw-r--r-- 11.2 KB
Macros.h -rw-r--r-- 9.4 KB
Makefile -rw-r--r-- 409 bytes
Misc.c -rw-r--r-- 62.3 KB
PHSDefines.h -rw-r--r-- 3.3 KB
PHSModule.c -rw-r--r-- 49.9 KB
PHSModule.h -rw-r--r-- 1.3 KB
Protocol.h -rw-r--r-- 3.3 KB
Prototypes.h -rw-r--r-- 7.4 KB
Qos.c -rw-r--r-- 30.7 KB
Queue.h -rw-r--r-- 918 bytes
TODO -rw-r--r-- 658 bytes
Transmit.c -rw-r--r-- 7.4 KB
Typedefs.h -rw-r--r-- 967 bytes
Version.h -rw-r--r-- 535 bytes
cntrl_SignalingInterface.h -rw-r--r-- 11.9 KB
headers.h -rw-r--r-- 1.9 KB
hostmibs.c -rw-r--r-- 5.9 KB
led_control.c -rw-r--r-- 26.2 KB
led_control.h -rw-r--r-- 3.3 KB
nvm.c -rw-r--r-- 160.8 KB
nvm.h -rw-r--r-- 12.0 KB
sort.c -rw-r--r-- 1.2 KB
target_params.h -rw-r--r-- 2.4 KB
vendorspecificextn.c -rw-r--r-- 4.4 KB
vendorspecificextn.h -rw-r--r-- 819 bytes

back to top