-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 350955 b: refs/heads/master c: 17b1639 h: refs/heads/master i: 350953: 5c9f0f8 350951: 7ddf675 v: v3
- Loading branch information
Rafael J. Wysocki
committed
Feb 11, 2013
1 parent
3e150d3
commit bf1063e
Showing
861 changed files
with
7,456 additions
and
4,651 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: e375325ce55eb841ccda54a4472cf3b0139ea5f2 | ||
refs/heads/master: 17b1639b30e080dc577cbffe7a08d063708ec789 |
13 changes: 13 additions & 0 deletions
13
trunk/Documentation/ABI/testing/sysfs-devices-power_resources_D0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
What: /sys/devices/.../power_resources_D0/ | ||
Date: January 2013 | ||
Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
Description: | ||
The /sys/devices/.../power_resources_D0/ directory is only | ||
present for device objects representing ACPI device nodes that | ||
use ACPI power resources for power management. | ||
|
||
If present, it contains symbolic links to device directories | ||
representing ACPI power resources that need to be turned on for | ||
the given device node to be in ACPI power state D0. The names | ||
of the links are the same as the names of the directories they | ||
point to. |
14 changes: 14 additions & 0 deletions
14
trunk/Documentation/ABI/testing/sysfs-devices-power_resources_D1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
What: /sys/devices/.../power_resources_D1/ | ||
Date: January 2013 | ||
Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
Description: | ||
The /sys/devices/.../power_resources_D1/ directory is only | ||
present for device objects representing ACPI device nodes that | ||
use ACPI power resources for power management and support ACPI | ||
power state D1. | ||
|
||
If present, it contains symbolic links to device directories | ||
representing ACPI power resources that need to be turned on for | ||
the given device node to be in ACPI power state D1. The names | ||
of the links are the same as the names of the directories they | ||
point to. |
14 changes: 14 additions & 0 deletions
14
trunk/Documentation/ABI/testing/sysfs-devices-power_resources_D2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
What: /sys/devices/.../power_resources_D2/ | ||
Date: January 2013 | ||
Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
Description: | ||
The /sys/devices/.../power_resources_D2/ directory is only | ||
present for device objects representing ACPI device nodes that | ||
use ACPI power resources for power management and support ACPI | ||
power state D2. | ||
|
||
If present, it contains symbolic links to device directories | ||
representing ACPI power resources that need to be turned on for | ||
the given device node to be in ACPI power state D2. The names | ||
of the links are the same as the names of the directories they | ||
point to. |
14 changes: 14 additions & 0 deletions
14
trunk/Documentation/ABI/testing/sysfs-devices-power_resources_D3hot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
What: /sys/devices/.../power_resources_D3hot/ | ||
Date: January 2013 | ||
Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
Description: | ||
The /sys/devices/.../power_resources_D3hot/ directory is only | ||
present for device objects representing ACPI device nodes that | ||
use ACPI power resources for power management and support ACPI | ||
power state D3hot. | ||
|
||
If present, it contains symbolic links to device directories | ||
representing ACPI power resources that need to be turned on for | ||
the given device node to be in ACPI power state D3hot. The | ||
names of the links are the same as the names of the directories | ||
they point to. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
What: /sys/devices/.../power_state | ||
Date: January 2013 | ||
Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
Description: | ||
The /sys/devices/.../power_state attribute is only present for | ||
device objects representing ACPI device nodes that provide power | ||
management methods. | ||
|
||
If present, it contains a string representing the current ACPI | ||
power state of the given device node. Its possible values, | ||
"D0", "D1", "D2", "D3hot", and "D3cold", reflect the power state | ||
names defined by the ACPI specification (ACPI 4 and above). | ||
|
||
If the device node uses shared ACPI power resources, this state | ||
determines a list of power resources required not to be turned | ||
off. However, some power resources needed by the device node in | ||
higher-power (lower-number) states may also be ON because of | ||
some other devices using them at the moment. | ||
|
||
This attribute is read-only. |
23 changes: 23 additions & 0 deletions
23
trunk/Documentation/ABI/testing/sysfs-devices-real_power_state
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
What: /sys/devices/.../real_power_state | ||
Date: January 2013 | ||
Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
Description: | ||
The /sys/devices/.../real_power_state attribute is only present | ||
for device objects representing ACPI device nodes that provide | ||
power management methods and use ACPI power resources for power | ||
management. | ||
|
||
If present, it contains a string representing the real ACPI | ||
power state of the given device node as returned by the _PSC | ||
control method or inferred from the configuration of power | ||
resources. Its possible values, "D0", "D1", "D2", "D3hot", and | ||
"D3cold", reflect the power state names defined by the ACPI | ||
specification (ACPI 4 and above). | ||
|
||
In some situations the value of this attribute may be different | ||
from the value of the /sys/devices/.../power_state attribute for | ||
the same device object. If that happens, some shared power | ||
resources used by the device node are only ON because of some | ||
other devices using them at the moment. | ||
|
||
This attribute is read-only. |
12 changes: 12 additions & 0 deletions
12
trunk/Documentation/ABI/testing/sysfs-devices-resource_in_use
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
What: /sys/devices/.../resource_in_use | ||
Date: January 2013 | ||
Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
Description: | ||
The /sys/devices/.../resource_in_use attribute is only present | ||
for device objects representing ACPI power resources. | ||
|
||
If present, it contains a number (0 or 1) representing the | ||
current status of the given power resource (0 means that the | ||
resource is not in use and therefore it has been turned off). | ||
|
||
This attribute is read-only. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.