-
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: 367556 b: refs/heads/master c: 2e0f882 h: refs/heads/master v: v3
- Loading branch information
Rafael J. Wysocki
committed
Mar 21, 2013
1 parent
f27eeee
commit 733dc18
Showing
3 changed files
with
179 additions
and
6 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: f58b082aed43400c03e53beacc50a9f9eb23ac91 | ||
refs/heads/master: 2e0f8822d1a6d839e66786e99ce1043e4ad1cd72 |
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,44 @@ | ||
What: /sys/devices/.../lpss_ltr/ | ||
Date: March 2013 | ||
Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
Description: | ||
The /sys/devices/.../lpss_ltr/ directory is only present for | ||
devices included into the Intel Lynxpoint Low Power Subsystem | ||
(LPSS). If present, it contains attributes containing the LTR | ||
mode and the values of LTR registers of the device. | ||
|
||
What: /sys/devices/.../lpss_ltr/ltr_mode | ||
Date: March 2013 | ||
Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
Description: | ||
The /sys/devices/.../lpss_ltr/ltr_mode attribute contains an | ||
integer number (0 or 1) indicating whether or not the devices' | ||
LTR functionality is working in the software mode (1). | ||
|
||
This attribute is read-only. If the device's runtime PM status | ||
is not "active", attempts to read from this attribute cause | ||
-EAGAIN to be returned. | ||
|
||
What: /sys/devices/.../lpss_ltr/auto_ltr | ||
Date: March 2013 | ||
Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
Description: | ||
The /sys/devices/.../lpss_ltr/auto_ltr attribute contains the | ||
current value of the device's AUTO_LTR register (raw) | ||
represented as an 8-digit hexadecimal number. | ||
|
||
This attribute is read-only. If the device's runtime PM status | ||
is not "active", attempts to read from this attribute cause | ||
-EAGAIN to be returned. | ||
|
||
What: /sys/devices/.../lpss_ltr/sw_ltr | ||
Date: March 2013 | ||
Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
Description: | ||
The /sys/devices/.../lpss_ltr/auto_ltr attribute contains the | ||
current value of the device's SW_LTR register (raw) represented | ||
as an 8-digit hexadecimal number. | ||
|
||
This attribute is read-only. If the device's runtime PM status | ||
is not "active", attempts to read from this attribute cause | ||
-EAGAIN to be returned. |
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