Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
Kernel
提交
bc3b67b8
K
Kernel
项目概览
openeuler
/
Kernel
大约 1 年 前同步成功
通知
5
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
Kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
bc3b67b8
编写于
5月 19, 2010
作者:
B
Ben Dooks
浏览文件
操作
浏览文件
下载
差异文件
ARM: Merge for-2635/s3c24xx-general
Merge branch 'for-2635/s3c24xx-general' into for-linus/samsung2
上级
b78232da
26be1b7b
变更
9
隐藏空白更改
内联
并排
Showing
9 changed file
with
22 addition
and
16 deletion
+22
-16
arch/arm/mach-s3c2410/mach-h1940.c
arch/arm/mach-s3c2410/mach-h1940.c
+5
-4
arch/arm/mach-s3c2412/mach-jive.c
arch/arm/mach-s3c2412/mach-jive.c
+1
-1
arch/arm/mach-s3c2412/mach-smdk2413.c
arch/arm/mach-s3c2412/mach-smdk2413.c
+3
-3
arch/arm/mach-s3c2440/mach-rx3715.c
arch/arm/mach-s3c2440/mach-rx3715.c
+1
-1
arch/arm/mach-s3c2440/mach-smdk2440.c
arch/arm/mach-s3c2440/mach-smdk2440.c
+1
-1
arch/arm/mach-s3c2443/mach-smdk2443.c
arch/arm/mach-s3c2443/mach-smdk2443.c
+1
-1
arch/arm/mach-s3c64xx/mach-smdk6400.c
arch/arm/mach-s3c64xx/mach-smdk6400.c
+1
-1
arch/arm/mach-s3c64xx/mach-smdk6410.c
arch/arm/mach-s3c64xx/mach-smdk6410.c
+1
-1
arch/arm/plat-s3c24xx/devs.c
arch/arm/plat-s3c24xx/devs.c
+8
-3
未找到文件。
arch/arm/mach-s3c2410/mach-h1940.c
浏览文件 @
bc3b67b8
...
...
@@ -162,8 +162,8 @@ static struct s3c2410fb_display h1940_lcd __initdata = {
.
xres
=
240
,
.
yres
=
320
,
.
bpp
=
16
,
.
left_margin
=
20
,
.
right_margin
=
8
,
.
left_margin
=
8
,
.
right_margin
=
20
,
.
hsync_len
=
4
,
.
upper_margin
=
8
,
.
lower_margin
=
7
,
...
...
@@ -271,7 +271,6 @@ static struct platform_device h1940_lcd_powerdev = {
};
static
struct
platform_device
*
h1940_devices
[]
__initdata
=
{
&
s3c_device_ts
,
&
s3c_device_ohci
,
&
s3c_device_lcd
,
&
s3c_device_wdt
,
...
...
@@ -285,6 +284,8 @@ static struct platform_device *h1940_devices[] __initdata = {
&
s3c_device_timer
[
0
],
&
h1940_backlight
,
&
h1940_lcd_powerdev
,
&
s3c_device_adc
,
&
s3c_device_ts
,
};
static
void
__init
h1940_map_io
(
void
)
...
...
@@ -337,7 +338,7 @@ static void __init h1940_init(void)
}
MACHINE_START
(
H1940
,
"IPAQ-H1940"
)
/* Maintainer: Ben Dooks <ben@fluff.org> */
/* Maintainer: Ben Dooks <ben
-linux
@fluff.org> */
.
phys_io
=
S3C2410_PA_UART
,
.
io_pg_offst
=
(((
u32
)
S3C24XX_VA_UART
)
>>
18
)
&
0xfffc
,
.
boot_params
=
S3C2410_SDRAM_PA
+
0x100
,
...
...
arch/arm/mach-s3c2412/mach-jive.c
浏览文件 @
bc3b67b8
...
...
@@ -674,7 +674,7 @@ static void __init jive_machine_init(void)
}
MACHINE_START
(
JIVE
,
"JIVE"
)
/* Maintainer: Ben Dooks <ben@fluff.org> */
/* Maintainer: Ben Dooks <ben
-linux
@fluff.org> */
.
phys_io
=
S3C2410_PA_UART
,
.
io_pg_offst
=
(((
u32
)
S3C24XX_VA_UART
)
>>
18
)
&
0xfffc
,
.
boot_params
=
S3C2410_SDRAM_PA
+
0x100
,
...
...
arch/arm/mach-s3c2412/mach-smdk2413.c
浏览文件 @
bc3b67b8
...
...
@@ -150,7 +150,7 @@ static void __init smdk2413_machine_init(void)
}
MACHINE_START
(
S3C2413
,
"S3C2413"
)
/* Maintainer: Ben Dooks <ben@fluff.org> */
/* Maintainer: Ben Dooks <ben
-linux
@fluff.org> */
.
phys_io
=
S3C2410_PA_UART
,
.
io_pg_offst
=
(((
u32
)
S3C24XX_VA_UART
)
>>
18
)
&
0xfffc
,
.
boot_params
=
S3C2410_SDRAM_PA
+
0x100
,
...
...
@@ -163,7 +163,7 @@ MACHINE_START(S3C2413, "S3C2413")
MACHINE_END
MACHINE_START
(
SMDK2412
,
"SMDK2412"
)
/* Maintainer: Ben Dooks <ben@fluff.org> */
/* Maintainer: Ben Dooks <ben
-linux
@fluff.org> */
.
phys_io
=
S3C2410_PA_UART
,
.
io_pg_offst
=
(((
u32
)
S3C24XX_VA_UART
)
>>
18
)
&
0xfffc
,
.
boot_params
=
S3C2410_SDRAM_PA
+
0x100
,
...
...
@@ -176,7 +176,7 @@ MACHINE_START(SMDK2412, "SMDK2412")
MACHINE_END
MACHINE_START
(
SMDK2413
,
"SMDK2413"
)
/* Maintainer: Ben Dooks <ben@fluff.org> */
/* Maintainer: Ben Dooks <ben
-linux
@fluff.org> */
.
phys_io
=
S3C2410_PA_UART
,
.
io_pg_offst
=
(((
u32
)
S3C24XX_VA_UART
)
>>
18
)
&
0xfffc
,
.
boot_params
=
S3C2410_SDRAM_PA
+
0x100
,
...
...
arch/arm/mach-s3c2440/mach-rx3715.c
浏览文件 @
bc3b67b8
...
...
@@ -209,7 +209,7 @@ static void __init rx3715_init_machine(void)
}
MACHINE_START
(
RX3715
,
"IPAQ-RX3715"
)
/* Maintainer: Ben Dooks <ben@fluff.org> */
/* Maintainer: Ben Dooks <ben
-linux
@fluff.org> */
.
phys_io
=
S3C2410_PA_UART
,
.
io_pg_offst
=
(((
u32
)
S3C24XX_VA_UART
)
>>
18
)
&
0xfffc
,
.
boot_params
=
S3C2410_SDRAM_PA
+
0x100
,
...
...
arch/arm/mach-s3c2440/mach-smdk2440.c
浏览文件 @
bc3b67b8
...
...
@@ -174,7 +174,7 @@ static void __init smdk2440_machine_init(void)
}
MACHINE_START
(
S3C2440
,
"SMDK2440"
)
/* Maintainer: Ben Dooks <ben@fluff.org> */
/* Maintainer: Ben Dooks <ben
-linux
@fluff.org> */
.
phys_io
=
S3C2410_PA_UART
,
.
io_pg_offst
=
(((
u32
)
S3C24XX_VA_UART
)
>>
18
)
&
0xfffc
,
.
boot_params
=
S3C2410_SDRAM_PA
+
0x100
,
...
...
arch/arm/mach-s3c2443/mach-smdk2443.c
浏览文件 @
bc3b67b8
...
...
@@ -131,7 +131,7 @@ static void __init smdk2443_machine_init(void)
}
MACHINE_START
(
SMDK2443
,
"SMDK2443"
)
/* Maintainer: Ben Dooks <ben@fluff.org> */
/* Maintainer: Ben Dooks <ben
-linux
@fluff.org> */
.
phys_io
=
S3C2410_PA_UART
,
.
io_pg_offst
=
(((
u32
)
S3C24XX_VA_UART
)
>>
18
)
&
0xfffc
,
.
boot_params
=
S3C2410_SDRAM_PA
+
0x100
,
...
...
arch/arm/mach-s3c64xx/mach-smdk6400.c
浏览文件 @
bc3b67b8
...
...
@@ -84,7 +84,7 @@ static void __init smdk6400_machine_init(void)
}
MACHINE_START
(
SMDK6400
,
"SMDK6400"
)
/* Maintainer: Ben Dooks <ben@fluff.org> */
/* Maintainer: Ben Dooks <ben
-linux
@fluff.org> */
.
phys_io
=
S3C_PA_UART
&
0xfff00000
,
.
io_pg_offst
=
(((
u32
)
S3C_VA_UART
)
>>
18
)
&
0xfffc
,
.
boot_params
=
S3C64XX_PA_SDRAM
+
0x100
,
...
...
arch/arm/mach-s3c64xx/mach-smdk6410.c
浏览文件 @
bc3b67b8
...
...
@@ -656,7 +656,7 @@ static void __init smdk6410_machine_init(void)
}
MACHINE_START
(
SMDK6410
,
"SMDK6410"
)
/* Maintainer: Ben Dooks <ben@fluff.org> */
/* Maintainer: Ben Dooks <ben
-linux
@fluff.org> */
.
phys_io
=
S3C_PA_UART
&
0xfff00000
,
.
io_pg_offst
=
(((
u32
)
S3C_VA_UART
)
>>
18
)
&
0xfffc
,
.
boot_params
=
S3C64XX_PA_SDRAM
+
0x100
,
...
...
arch/arm/plat-s3c24xx/devs.c
浏览文件 @
bc3b67b8
...
...
@@ -21,6 +21,7 @@
#include <linux/platform_device.h>
#include <linux/io.h>
#include <linux/slab.h>
#include <linux/string.h>
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
...
...
@@ -149,10 +150,14 @@ void __init s3c24xx_fb_set_platdata(struct s3c2410fb_mach_info *pd)
{
struct
s3c2410fb_mach_info
*
npd
;
npd
=
km
alloc
(
sizeof
(
*
npd
),
GFP_KERNEL
);
npd
=
km
emdup
(
pd
,
sizeof
(
*
npd
),
GFP_KERNEL
);
if
(
npd
)
{
memcpy
(
npd
,
pd
,
sizeof
(
*
npd
));
s3c_device_lcd
.
dev
.
platform_data
=
npd
;
npd
->
displays
=
kmemdup
(
pd
->
displays
,
sizeof
(
struct
s3c2410fb_display
)
*
npd
->
num_displays
,
GFP_KERNEL
);
if
(
!
npd
->
displays
)
printk
(
KERN_ERR
"no memory for LCD display data
\n
"
);
}
else
{
printk
(
KERN_ERR
"no memory for LCD platform data
\n
"
);
}
...
...
@@ -371,7 +376,7 @@ struct platform_device s3c_device_sdi = {
EXPORT_SYMBOL
(
s3c_device_sdi
);
void
s3c24xx_mci_set_platdata
(
struct
s3c24xx_mci_pdata
*
pdata
)
void
__init
s3c24xx_mci_set_platdata
(
struct
s3c24xx_mci_pdata
*
pdata
)
{
struct
s3c24xx_mci_pdata
*
npd
;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录