forked from torvalds/linux
-
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.
Merge branches 'pm-cpuidle' and 'pm-cpufreq'
* pm-cpuidle: MAINTAINERS: cpuidle: exynos: include header in file pattern intel_idle: remove definition of DEBUG * pm-cpufreq: cpufreq: Remove unused flag CPUFREQ_PM_NO_WARN cpufreq: Remove CPUFREQ_STICKY flag cpufreq: intel_pstate: Remove repeated word cpufreq: remove tango driver cpufreq: brcmstb-avs-cpufreq: Fix resource leaks in ->remove() cpufreq: brcmstb-avs-cpufreq: Free resources in error path cpufreq: qcom-hw: enable boost support cpufreq: tegra20: Use resource-managed API cpufreq: intel_pstate: Get per-CPU max freq via MSR_HWP_CAPABILITIES if available cpufreq: intel_pstate: Rename two functions cpufreq: intel_pstate: Change intel_pstate_get_hwp_max() argument cpufreq: intel_pstate: Always read hwp_cap_cached with READ_ONCE()
- Loading branch information
Showing
929 changed files
with
9,679 additions
and
4,602 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,6 @@ Contact: Saravana Kannan <[email protected]> | |
Description: | ||
The /sys/devices/.../consumer:<consumer> are symlinks to device | ||
links where this device is the supplier. <consumer> denotes the | ||
name of the consumer in that device link. There can be zero or | ||
more of these symlinks for a given device. | ||
name of the consumer in that device link and is of the form | ||
bus:device name. There can be zero or more of these symlinks | ||
for a given device. |
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 |
---|---|---|
|
@@ -4,5 +4,6 @@ Contact: Saravana Kannan <[email protected]> | |
Description: | ||
The /sys/devices/.../supplier:<supplier> are symlinks to device | ||
links where this device is the consumer. <supplier> denotes the | ||
name of the supplier in that device link. There can be zero or | ||
more of these symlinks for a given device. | ||
name of the supplier in that device link and is of the form | ||
bus:device name. There can be zero or more of these symlinks | ||
for a given device. |
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 |
---|---|---|
|
@@ -916,21 +916,25 @@ Date: September 2014 | |
Contact: Subhash Jadavani <[email protected]> | ||
Description: This entry could be used to set or show the UFS device | ||
runtime power management level. The current driver | ||
implementation supports 6 levels with next target states: | ||
implementation supports 7 levels with next target states: | ||
|
||
== ==================================================== | ||
0 an UFS device will stay active, an UIC link will | ||
0 UFS device will stay active, UIC link will | ||
stay active | ||
1 an UFS device will stay active, an UIC link will | ||
1 UFS device will stay active, UIC link will | ||
hibernate | ||
2 an UFS device will moved to sleep, an UIC link will | ||
2 UFS device will be moved to sleep, UIC link will | ||
stay active | ||
3 an UFS device will moved to sleep, an UIC link will | ||
3 UFS device will be moved to sleep, UIC link will | ||
hibernate | ||
4 an UFS device will be powered off, an UIC link will | ||
4 UFS device will be powered off, UIC link will | ||
hibernate | ||
5 an UFS device will be powered off, an UIC link will | ||
5 UFS device will be powered off, UIC link will | ||
be powered off | ||
6 UFS device will be moved to deep sleep, UIC link | ||
will be powered off. Note, deep sleep might not be | ||
supported in which case this value will not be | ||
accepted | ||
== ==================================================== | ||
|
||
What: /sys/bus/platform/drivers/ufshcd/*/rpm_target_dev_state | ||
|
@@ -954,21 +958,25 @@ Date: September 2014 | |
Contact: Subhash Jadavani <[email protected]> | ||
Description: This entry could be used to set or show the UFS device | ||
system power management level. The current driver | ||
implementation supports 6 levels with next target states: | ||
implementation supports 7 levels with next target states: | ||
|
||
== ==================================================== | ||
0 an UFS device will stay active, an UIC link will | ||
0 UFS device will stay active, UIC link will | ||
stay active | ||
1 an UFS device will stay active, an UIC link will | ||
1 UFS device will stay active, UIC link will | ||
hibernate | ||
2 an UFS device will moved to sleep, an UIC link will | ||
2 UFS device will be moved to sleep, UIC link will | ||
stay active | ||
3 an UFS device will moved to sleep, an UIC link will | ||
3 UFS device will be moved to sleep, UIC link will | ||
hibernate | ||
4 an UFS device will be powered off, an UIC link will | ||
4 UFS device will be powered off, UIC link will | ||
hibernate | ||
5 an UFS device will be powered off, an UIC link will | ||
5 UFS device will be powered off, UIC link will | ||
be powered off | ||
6 UFS device will be moved to deep sleep, UIC link | ||
will be powered off. Note, deep sleep might not be | ||
supported in which case this value will not be | ||
accepted | ||
== ==================================================== | ||
|
||
What: /sys/bus/platform/drivers/ufshcd/*/spm_target_dev_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
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.