-
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: 258576 b: refs/heads/master c: f7d7707 h: refs/heads/master v: v3
- Loading branch information
Kukjin Kim
authored and
Dave Jones
committed
Jul 13, 2011
1 parent
4c13344
commit fb4143f
Showing
8 changed files
with
33 additions
and
7 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: be2de99beaca6506a1f97a636750c108a41b5c00 | ||
refs/heads/master: f7d770790f29781116d0de1339214934b8020c1e |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# | ||
# ARM CPU Frequency scaling drivers | ||
# | ||
|
||
config ARM_S5PV210_CPUFREQ | ||
bool "Samsung S5PV210 and S5PC110" | ||
depends on CPU_S5PV210 | ||
default y | ||
help | ||
This adds the CPUFreq driver for Samsung S5PV210 and | ||
S5PC110 SoCs. | ||
|
||
If in doubt, say N. | ||
|
||
config ARM_EXYNOS4210_CPUFREQ | ||
bool "Samsung EXYNOS4210" | ||
depends on CPU_EXYNOS4210 | ||
default y | ||
help | ||
This adds the CPUFreq driver for Samsung EXYNOS4210 | ||
SoC (S5PV310 or S5PC210). | ||
|
||
If in doubt, say N. |
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
3 changes: 1 addition & 2 deletions
3
trunk/arch/arm/mach-exynos4/cpufreq.c → trunk/drivers/cpufreq/exynos4210-cpufreq.c
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
3 changes: 1 addition & 2 deletions
3
trunk/arch/arm/mach-s5pv210/cpufreq.c → trunk/drivers/cpufreq/s5pv210-cpufreq.c
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