forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* pm-devfreq: (26 commits) PM / devfreq: tegra30: Tune up MCCPU boost-down coefficient PM / devfreq: tegra30: Support variable polling interval PM / devfreq: Add new interrupt_driven flag for governors PM / devfreq: tegra30: Use kHz units for dependency threshold PM / devfreq: tegra30: Disable consecutive interrupts when appropriate PM / devfreq: tegra30: Don't enable already enabled consecutive interrupts PM / devfreq: tegra30: Include appropriate header PM / devfreq: tegra30: Constify structs PM / devfreq: tegra30: Don't enable consecutive-down interrupt on startup PM / devfreq: tegra30: Reset boosting on startup PM / devfreq: tegra30: Move clk-notifier's registration to governor's start PM / devfreq: tegra30: Use CPUFreq notifier PM / devfreq: tegra30: Use kHz units uniformly in the code PM / devfreq: tegra30: Fix integer overflow on CPU's freq max out PM / devfreq: tegra30: Drop write-barrier PM / devfreq: tegra30: Handle possible round-rate error PM / devfreq: tegra30: Keep interrupt disabled while governor is stopped PM / devfreq: tegra30: Change irq type to unsigned int PM / devfreq: exynos-ppmu: remove useless assignment PM / devfreq: Lock devfreq in trans_stat_show ...
- Loading branch information
Showing
8 changed files
with
390 additions
and
126 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3532,7 +3532,7 @@ BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS | |
M: Chanwoo Choi <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git | ||
S: Maintained | ||
F: drivers/devfreq/exynos-bus.c | ||
F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt | ||
|
@@ -4760,9 +4760,9 @@ F: include/linux/devcoredump.h | |
DEVICE FREQUENCY (DEVFREQ) | ||
M: MyungJoo Ham <[email protected]> | ||
M: Kyungmin Park <[email protected]> | ||
R: Chanwoo Choi <[email protected]> | ||
M: Chanwoo Choi <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git | ||
S: Maintained | ||
F: drivers/devfreq/ | ||
F: include/linux/devfreq.h | ||
|
@@ -4772,10 +4772,11 @@ F: include/trace/events/devfreq.h | |
DEVICE FREQUENCY EVENT (DEVFREQ-EVENT) | ||
M: Chanwoo Choi <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git | ||
S: Supported | ||
F: drivers/devfreq/event/ | ||
F: drivers/devfreq/devfreq-event.c | ||
F: include/dt-bindings/pmu/exynos_ppmu.h | ||
F: include/linux/devfreq-event.h | ||
F: Documentation/devicetree/bindings/devfreq/event/ | ||
|
||
|
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.