Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
5aa93c0a
R
raspberrypi-kernel
项目概览
openeuler
/
raspberrypi-kernel
通知
13
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
raspberrypi-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
5aa93c0a
编写于
1月 21, 2013
作者:
K
Kukjin Kim
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ARM: S3C24XX: Move mach-s3c2440/ cpufreq driver into mach-s3c24xx/
Signed-off-by:
N
Kukjin Kim
<
kgene.kim@samsung.com
>
上级
dbb8fd34
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
10 addition
and
13 deletion
+10
-13
arch/arm/mach-s3c2440/Kconfig
arch/arm/mach-s3c2440/Kconfig
+0
-8
arch/arm/mach-s3c2440/Makefile
arch/arm/mach-s3c2440/Makefile
+0
-2
arch/arm/mach-s3c24xx/Kconfig
arch/arm/mach-s3c24xx/Kconfig
+8
-0
arch/arm/mach-s3c24xx/Makefile
arch/arm/mach-s3c24xx/Makefile
+1
-0
arch/arm/mach-s3c24xx/cpufreq-s3c2440.c
arch/arm/mach-s3c24xx/cpufreq-s3c2440.c
+1
-3
未找到文件。
arch/arm/mach-s3c2440/Kconfig
浏览文件 @
5aa93c0a
...
...
@@ -2,14 +2,6 @@
#
# Licensed under GPLv2
config S3C2440_CPUFREQ
bool "S3C2440/S3C2442 CPU Frequency scaling support"
depends on CPU_FREQ_S3C24XX && (CPU_S3C2440 || CPU_S3C2442)
default y
select S3C2410_CPUFREQ_UTILS
help
CPU Frequency scaling support for S3C2440 and S3C2442 SoC CPUs.
config S3C2440_XTAL_12000000
bool
help
...
...
arch/arm/mach-s3c2440/Makefile
浏览文件 @
5aa93c0a
...
...
@@ -9,7 +9,5 @@ obj-m :=
obj-n
:=
obj-
:=
obj-$(CONFIG_S3C2440_CPUFREQ)
+=
s3c2440-cpufreq.o
obj-$(CONFIG_S3C2440_PLL_12000000)
+=
s3c2440-pll-12000000.o
obj-$(CONFIG_S3C2440_PLL_16934400)
+=
s3c2440-pll-16934400.o
arch/arm/mach-s3c24xx/Kconfig
浏览文件 @
5aa93c0a
...
...
@@ -387,6 +387,14 @@ endif # CPU_S3C2416
if CPU_S3C2440
config S3C2440_CPUFREQ
bool "S3C2440/S3C2442 CPU Frequency scaling support"
depends on CPU_FREQ_S3C24XX && (CPU_S3C2440 || CPU_S3C2442)
default y
select S3C2410_CPUFREQ_UTILS
help
CPU Frequency scaling support for S3C2440 and S3C2442 SoC CPUs.
config S3C2440_DMA
bool
help
...
...
arch/arm/mach-s3c24xx/Makefile
浏览文件 @
5aa93c0a
...
...
@@ -34,6 +34,7 @@ obj-$(CONFIG_S3C2416_PM) += pm-s3c2416.o
obj-$(CONFIG_CPU_S3C2440)
+=
s3c2440.o irq-s3c2440.o clock-s3c2440.o
obj-$(CONFIG_CPU_S3C2442)
+=
s3c2442.o
obj-$(CONFIG_CPU_S3C244X)
+=
s3c244x.o irq-s3c244x.o clock-s3c244x.o
obj-$(CONFIG_S3C2440_CPUFREQ)
+=
cpufreq-s3c2440.o
obj-$(CONFIG_S3C2440_DMA)
+=
dma-s3c2440.o
obj-$(CONFIG_CPU_S3C2443)
+=
s3c2443.o irq-s3c2443.o clock-s3c2443.o
...
...
arch/arm/mach-s3c24
40/s3c2440-cpufreq
.c
→
arch/arm/mach-s3c24
xx/cpufreq-s3c2440
.c
浏览文件 @
5aa93c0a
/* linux/arch/arm/plat-s3c24xx/s3c2440-cpufreq.c
*
/*
* Copyright (c) 2006-2009 Simtec Electronics
* http://armlinux.simtec.co.uk/
* Ben Dooks <ben@simtec.co.uk>
...
...
@@ -310,5 +309,4 @@ static int s3c2442_cpufreq_init(void)
{
return
subsys_interface_register
(
&
s3c2442_cpufreq_interface
);
}
subsys_initcall
(
s3c2442_cpufreq_init
);
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录