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-- 5.3 KB
Makefile -rw-r--r-- 710 bytes
core.c -rw-r--r-- 17.9 KB
pwm-ab8500.c -rw-r--r-- 3.5 KB
pwm-bfin.c -rw-r--r-- 3.1 KB
pwm-imx.c -rw-r--r-- 7.6 KB
pwm-jz4740.c -rw-r--r-- 4.9 KB
pwm-lpc32xx.c -rw-r--r-- 4.0 KB
pwm-mxs.c -rw-r--r-- 4.8 KB
pwm-puv3.c -rw-r--r-- 3.6 KB
pwm-pxa.c -rw-r--r-- 4.6 KB
pwm-samsung.c -rw-r--r-- 7.9 KB
pwm-spear.c -rw-r--r-- 6.7 KB
pwm-tegra.c -rw-r--r-- 6.0 KB
pwm-tiecap.c -rw-r--r-- 7.8 KB
pwm-tiehrpwm.c -rw-r--r-- 14.1 KB
pwm-tipwmss.c -rw-r--r-- 3.4 KB
pwm-tipwmss.h -rw-r--r-- 1.1 KB
pwm-twl-led.c -rw-r--r-- 8.5 KB
pwm-twl.c -rw-r--r-- 9.2 KB
pwm-vt8500.c -rw-r--r-- 5.4 KB

back to top