Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180985
b: refs/heads/master
c: c7f4865
h: refs/heads/master
i:
  180983: ba37564
v: v3
  • Loading branch information
Rafael J. Wysocki authored and Jesse Barnes committed Feb 23, 2010
1 parent 44a7fc9 commit 6097dda
Show file tree
Hide file tree
Showing 9 changed files with 597 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 58ff463396ad00828e922d50998787e97fd32512
refs/heads/master: c7f486567c1d0acd2e4166c47069835b9f75e77b
6 changes: 6 additions & 0 deletions trunk/Documentation/kernel-parameters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1998,6 +1998,12 @@ and is between 256 and 4096 characters. It is defined in the file
force Enable ASPM even on devices that claim not to support it.
WARNING: Forcing ASPM on may cause system lockups.

pcie_pme= [PCIE,PM] Native PCIe PME signaling options:
off Do not use native PCIe PME signaling.
force Use native PCIe PME signaling even if the BIOS refuses
to allow the kernel to control the relevant PCIe config
registers.

pcmv= [HW,PCMCIA] BadgePAD 4

pd. [PARIDE]
Expand Down
4 changes: 4 additions & 0 deletions trunk/drivers/pci/pcie/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ config PCIEASPM_DEBUG
help
This enables PCI Express ASPM debug support. It will add per-device
interface to control ASPM.

config PCIE_PME
def_bool y
depends on PCIEPORTBUS && PM_RUNTIME && EXPERIMENTAL && ACPI
2 changes: 2 additions & 0 deletions trunk/drivers/pci/pcie/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ obj-$(CONFIG_PCIEPORTBUS) += pcieportdrv.o

# Build PCI Express AER if needed
obj-$(CONFIG_PCIEAER) += aer/

obj-$(CONFIG_PCIE_PME) += pme/
8 changes: 8 additions & 0 deletions trunk/drivers/pci/pcie/pme/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#
# Makefile for PCI-Express Root Port PME signaling driver
#

obj-$(CONFIG_PCIE_PME) += pmedriver.o

pmedriver-objs := pcie_pme.o
pmedriver-$(CONFIG_ACPI) += pcie_pme_acpi.o
Loading

0 comments on commit 6097dda

Please sign in to comment.