Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
af726172
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看板
提交
af726172
编写于
12月 06, 2011
作者:
A
Arnd Bergmann
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'mxs/fixes' of
git://git.linaro.org/people/shawnguo/linux-2.6
into fixes
上级
58a394b3
7d8b894c
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
7 addition
and
6 deletion
+7
-6
arch/arm/mach-mxs/include/mach/mx28.h
arch/arm/mach-mxs/include/mach/mx28.h
+2
-2
arch/arm/mach-mxs/include/mach/mxs.h
arch/arm/mach-mxs/include/mach/mxs.h
+1
-0
arch/arm/mach-mxs/mach-m28evk.c
arch/arm/mach-mxs/mach-m28evk.c
+1
-1
arch/arm/mach-mxs/mach-stmp378x_devb.c
arch/arm/mach-mxs/mach-stmp378x_devb.c
+1
-1
arch/arm/mach-mxs/module-tx28.c
arch/arm/mach-mxs/module-tx28.c
+2
-2
未找到文件。
arch/arm/mach-mxs/include/mach/mx28.h
浏览文件 @
af726172
...
...
@@ -104,8 +104,8 @@
#define MX28_INT_CAN1 9
#define MX28_INT_LRADC_TOUCH 10
#define MX28_INT_HSADC 13
#define MX28_INT_
I
RADC_THRESH0 14
#define MX28_INT_
I
RADC_THRESH1 15
#define MX28_INT_
L
RADC_THRESH0 14
#define MX28_INT_
L
RADC_THRESH1 15
#define MX28_INT_LRADC_CH0 16
#define MX28_INT_LRADC_CH1 17
#define MX28_INT_LRADC_CH2 18
...
...
arch/arm/mach-mxs/include/mach/mxs.h
浏览文件 @
af726172
...
...
@@ -30,6 +30,7 @@
*/
#define cpu_is_mx23() ( \
machine_is_mx23evk() || \
machine_is_stmp378x() || \
0)
#define cpu_is_mx28() ( \
machine_is_mx28evk() || \
...
...
arch/arm/mach-mxs/mach-m28evk.c
浏览文件 @
af726172
...
...
@@ -361,6 +361,6 @@ static struct sys_timer m28evk_timer = {
MACHINE_START
(
M28EVK
,
"DENX M28 EVK"
)
.
map_io
=
mx28_map_io
,
.
init_irq
=
mx28_init_irq
,
.
init_machine
=
m28evk_init
,
.
timer
=
&
m28evk_timer
,
.
init_machine
=
m28evk_init
,
MACHINE_END
arch/arm/mach-mxs/mach-stmp378x_devb.c
浏览文件 @
af726172
...
...
@@ -115,6 +115,6 @@ static struct sys_timer stmp378x_dvb_timer = {
MACHINE_START
(
STMP378X
,
"STMP378X"
)
.
map_io
=
mx23_map_io
,
.
init_irq
=
mx23_init_irq
,
.
init_machine
=
stmp378x_dvb_init
,
.
timer
=
&
stmp378x_dvb_timer
,
.
init_machine
=
stmp378x_dvb_init
,
MACHINE_END
arch/arm/mach-mxs/module-tx28.c
浏览文件 @
af726172
...
...
@@ -66,11 +66,11 @@ static const iomux_cfg_t tx28_fec1_pads[] __initconst = {
MX28_PAD_ENET0_CRS__ENET1_RX_EN
,
};
static
struct
fec_platform_data
tx28_fec0_data
=
{
static
const
struct
fec_platform_data
tx28_fec0_data
__initconst
=
{
.
phy
=
PHY_INTERFACE_MODE_RMII
,
};
static
struct
fec_platform_data
tx28_fec1_data
=
{
static
const
struct
fec_platform_data
tx28_fec1_data
__initconst
=
{
.
phy
=
PHY_INTERFACE_MODE_RMII
,
};
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录