Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
kernel_linux
提交
e6b6edf2
K
kernel_linux
项目概览
OpenHarmony
/
kernel_linux
上一次同步 3 年多
通知
13
Star
8
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
kernel_linux
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
e6b6edf2
编写于
13年前
作者:
A
Arnd Bergmann
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'at91-fixes' of
git://github.com/at91linux/linux-at91
into fixes
上级
5611cc45
0e934e22
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
8 addition
and
8 deletion
+8
-8
arch/arm/mach-at91/at91rm9200_devices.c
arch/arm/mach-at91/at91rm9200_devices.c
+1
-1
arch/arm/mach-at91/at91sam9260.c
arch/arm/mach-at91/at91sam9260.c
+3
-3
arch/arm/mach-at91/at91sam9260_devices.c
arch/arm/mach-at91/at91sam9260_devices.c
+1
-1
arch/arm/mach-at91/at91sam9261_devices.c
arch/arm/mach-at91/at91sam9261_devices.c
+1
-1
arch/arm/mach-at91/at91sam9263_devices.c
arch/arm/mach-at91/at91sam9263_devices.c
+1
-1
arch/arm/mach-at91/include/mach/system_rev.h
arch/arm/mach-at91/include/mach/system_rev.h
+1
-1
未找到文件。
arch/arm/mach-at91/at91rm9200_devices.c
浏览文件 @
e6b6edf2
...
...
@@ -83,7 +83,7 @@ void __init at91_add_device_usbh(struct at91_usbh_data *data) {}
* USB Device (Gadget)
* -------------------------------------------------------------------- */
#ifdef CONFIG_USB_
GADGET_
AT91
#ifdef CONFIG_USB_AT91
static
struct
at91_udc_data
udc_data
;
static
struct
resource
udc_resources
[]
=
{
...
...
This diff is collapsed.
Click to expand it.
arch/arm/mach-at91/at91sam9260.c
浏览文件 @
e6b6edf2
...
...
@@ -195,9 +195,9 @@ static struct clk_lookup periph_clocks_lookups[] = {
CLKDEV_CON_DEV_ID
(
"t0_clk"
,
"atmel_tcb.0"
,
&
tc0_clk
),
CLKDEV_CON_DEV_ID
(
"t1_clk"
,
"atmel_tcb.0"
,
&
tc1_clk
),
CLKDEV_CON_DEV_ID
(
"t2_clk"
,
"atmel_tcb.0"
,
&
tc2_clk
),
CLKDEV_CON_DEV_ID
(
"t
3
_clk"
,
"atmel_tcb.1"
,
&
tc3_clk
),
CLKDEV_CON_DEV_ID
(
"t
4
_clk"
,
"atmel_tcb.1"
,
&
tc4_clk
),
CLKDEV_CON_DEV_ID
(
"t
5
_clk"
,
"atmel_tcb.1"
,
&
tc5_clk
),
CLKDEV_CON_DEV_ID
(
"t
0
_clk"
,
"atmel_tcb.1"
,
&
tc3_clk
),
CLKDEV_CON_DEV_ID
(
"t
1
_clk"
,
"atmel_tcb.1"
,
&
tc4_clk
),
CLKDEV_CON_DEV_ID
(
"t
2
_clk"
,
"atmel_tcb.1"
,
&
tc5_clk
),
CLKDEV_CON_DEV_ID
(
"pclk"
,
"ssc.0"
,
&
ssc_clk
),
/* more usart lookup table for DT entries */
CLKDEV_CON_DEV_ID
(
"usart"
,
"fffff200.serial"
,
&
mck
),
...
...
This diff is collapsed.
Click to expand it.
arch/arm/mach-at91/at91sam9260_devices.c
浏览文件 @
e6b6edf2
...
...
@@ -84,7 +84,7 @@ void __init at91_add_device_usbh(struct at91_usbh_data *data) {}
* USB Device (Gadget)
* -------------------------------------------------------------------- */
#ifdef CONFIG_USB_
GADGET_
AT91
#ifdef CONFIG_USB_AT91
static
struct
at91_udc_data
udc_data
;
static
struct
resource
udc_resources
[]
=
{
...
...
This diff is collapsed.
Click to expand it.
arch/arm/mach-at91/at91sam9261_devices.c
浏览文件 @
e6b6edf2
...
...
@@ -87,7 +87,7 @@ void __init at91_add_device_usbh(struct at91_usbh_data *data) {}
* USB Device (Gadget)
* -------------------------------------------------------------------- */
#ifdef CONFIG_USB_
GADGET_
AT91
#ifdef CONFIG_USB_AT91
static
struct
at91_udc_data
udc_data
;
static
struct
resource
udc_resources
[]
=
{
...
...
This diff is collapsed.
Click to expand it.
arch/arm/mach-at91/at91sam9263_devices.c
浏览文件 @
e6b6edf2
...
...
@@ -92,7 +92,7 @@ void __init at91_add_device_usbh(struct at91_usbh_data *data) {}
* USB Device (Gadget)
* -------------------------------------------------------------------- */
#ifdef CONFIG_USB_
GADGET_
AT91
#ifdef CONFIG_USB_AT91
static
struct
at91_udc_data
udc_data
;
static
struct
resource
udc_resources
[]
=
{
...
...
This diff is collapsed.
Click to expand it.
arch/arm/mach-at91/include/mach/system_rev.h
浏览文件 @
e6b6edf2
...
...
@@ -19,7 +19,7 @@
#define BOARD_HAVE_NAND_16BIT (1 << 31)
static
inline
int
board_have_nand_16bit
(
void
)
{
return
system_rev
&
BOARD_HAVE_NAND_16BIT
;
return
(
system_rev
&
BOARD_HAVE_NAND_16BIT
)
?
1
:
0
;
}
#endif
/* __ARCH_SYSTEM_REV_H__ */
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录
新手
引导
客服
返回
顶部