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', 'pm-cpufreq' and 'pm-sleep'
* pm-cpuidle: doc: trace: fix reference to cpuidle documentation file cpuidle / Documentation: Update cpuidle MAINTAINERS entry * pm-cpufreq: cpufreq: scmi: Fix frequency invariance in slow path cpufreq: check if policy is inactive early in __cpufreq_get() cpufreq: scpi/scmi: Fix freeing of dynamic OPPs cpufreq / Documentation: Update cpufreq MAINTAINERS entry * pm-sleep: PM: sleep: call devfreq suspend/resume
- Loading branch information
Showing
8 changed files
with
82 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3951,14 +3951,16 @@ L: [email protected] | |
S: Maintained | ||
F: drivers/net/ethernet/ti/cpmac.c | ||
|
||
CPU FREQUENCY DRIVERS | ||
CPU FREQUENCY SCALING FRAMEWORK | ||
M: "Rafael J. Wysocki" <[email protected]> | ||
M: Viresh Kumar <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git | ||
T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates) | ||
B: https://bugzilla.kernel.org | ||
F: Documentation/admin-guide/pm/cpufreq.rst | ||
F: Documentation/admin-guide/pm/intel_pstate.rst | ||
F: Documentation/cpu-freq/ | ||
F: Documentation/devicetree/bindings/cpufreq/ | ||
F: drivers/cpufreq/ | ||
|
@@ -4006,13 +4008,14 @@ S: Supported | |
F: drivers/cpuidle/cpuidle-exynos.c | ||
F: arch/arm/mach-exynos/pm.c | ||
|
||
CPUIDLE DRIVERS | ||
CPU IDLE TIME MANAGEMENT FRAMEWORK | ||
M: "Rafael J. Wysocki" <[email protected]> | ||
M: Daniel Lezcano <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git | ||
B: https://bugzilla.kernel.org | ||
F: Documentation/admin-guide/pm/cpuidle.rst | ||
F: drivers/cpuidle/* | ||
F: include/linux/cpuidle.h | ||
|
||
|
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