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-- 6.6 KB
Kconfig.arm -rw-r--r-- 2.0 KB
Kconfig.powerpc -rw-r--r-- 243 bytes
Kconfig.x86 -rw-r--r-- 7.8 KB
Makefile -rw-r--r-- 2.5 KB
acpi-cpufreq.c -rw-r--r-- 25.1 KB
cpufreq-cpu0.c -rw-r--r-- 6.5 KB
cpufreq-nforce2.c -rw-r--r-- 9.4 KB
cpufreq.c -rw-r--r-- 49.3 KB
cpufreq_conservative.c -rw-r--r-- 9.5 KB
cpufreq_governor.c -rw-r--r-- 8.7 KB
cpufreq_governor.h -rw-r--r-- 4.9 KB
cpufreq_ondemand.c -rw-r--r-- 15.2 KB
cpufreq_performance.c -rw-r--r-- 1.5 KB
cpufreq_powersave.c -rw-r--r-- 1.5 KB
cpufreq_stats.c -rw-r--r-- 10.1 KB
cpufreq_userspace.c -rw-r--r-- 6.0 KB
db8500-cpufreq.c -rw-r--r-- 4.5 KB
e_powersaver.c -rw-r--r-- 12.4 KB
elanfreq.c -rw-r--r-- 7.5 KB
exynos-cpufreq.c -rw-r--r-- 7.9 KB
exynos4210-cpufreq.c -rw-r--r-- 7.3 KB
exynos4x12-cpufreq.c -rw-r--r-- 12.3 KB
exynos5250-cpufreq.c -rw-r--r-- 8.8 KB
freq_table.c -rw-r--r-- 6.1 KB
gx-suspmod.c -rw-r--r-- 14.2 KB
longhaul.c -rw-r--r-- 26.3 KB
longhaul.h -rw-r--r-- 8.7 KB
longrun.c -rw-r--r-- 8.4 KB
maple-cpufreq.c -rw-r--r-- 8.3 KB
mperf.c -rw-r--r-- 1.5 KB
mperf.h -rw-r--r-- 316 bytes
omap-cpufreq.c -rw-r--r-- 6.9 KB
p4-clockmod.c -rw-r--r-- 8.4 KB
pcc-cpufreq.c -rw-r--r-- 15.4 KB
powernow-k6.c -rw-r--r-- 6.6 KB
powernow-k7.c -rw-r--r-- 17.1 KB
powernow-k7.h -rw-r--r-- 798 bytes
powernow-k8.c -rw-r--r-- 32.5 KB
powernow-k8.h -rw-r--r-- 6.6 KB
s3c2416-cpufreq.c -rw-r--r-- 13.4 KB
s3c64xx-cpufreq.c -rw-r--r-- 6.3 KB
s5pv210-cpufreq.c -rw-r--r-- 15.0 KB
sc520_freq.c -rw-r--r-- 4.1 KB
spear-cpufreq.c -rw-r--r-- 7.0 KB
speedstep-centrino.c -rw-r--r-- 15.7 KB
speedstep-ich.c -rw-r--r-- 11.0 KB
speedstep-lib.c -rw-r--r-- 11.6 KB
speedstep-lib.h -rw-r--r-- 1.7 KB
speedstep-smi.c -rw-r--r-- 11.5 KB

back to top