Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
915166d9
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看板
提交
915166d9
编写于
6月 22, 2009
作者:
R
Russell King
提交者:
Russell King
6月 22, 2009
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'next-s3c' of
git://aeryn.fluff.org.uk/bjdooks/linux
into devel
上级
3eadd3b2
49fb88af
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
13 addition
and
7 deletion
+13
-7
arch/arm/plat-s3c/gpio-config.c
arch/arm/plat-s3c/gpio-config.c
+1
-1
arch/arm/plat-s3c64xx/clock.c
arch/arm/plat-s3c64xx/clock.c
+1
-1
arch/arm/plat-s3c64xx/gpiolib.c
arch/arm/plat-s3c64xx/gpiolib.c
+6
-0
arch/arm/plat-s3c64xx/include/plat/regs-clock.h
arch/arm/plat-s3c64xx/include/plat/regs-clock.h
+5
-5
未找到文件。
arch/arm/plat-s3c/gpio-config.c
浏览文件 @
915166d9
...
...
@@ -119,7 +119,7 @@ int s3c_gpio_setcfg_s3c64xx_4bit(struct s3c_gpio_chip *chip,
unsigned
int
shift
=
(
off
&
7
)
*
4
;
u32
con
;
if
(
off
<
8
&&
chip
->
chip
.
ngpio
>
=
8
)
if
(
off
<
8
&&
chip
->
chip
.
ngpio
>
8
)
reg
-=
4
;
if
(
s3c_gpio_is_cfg_special
(
cfg
))
{
...
...
arch/arm/plat-s3c64xx/clock.c
浏览文件 @
915166d9
...
...
@@ -191,7 +191,7 @@ static struct clk init_clocks[] = {
.
id
=
-
1
,
.
parent
=
&
clk_h
,
.
enable
=
s3c64xx_hclk_ctrl
,
.
ctrlbit
=
S3C_CLKCON_
S
CLK_UHOST
,
.
ctrlbit
=
S3C_CLKCON_
H
CLK_UHOST
,
},
{
.
name
=
"hsmmc"
,
.
id
=
0
,
...
...
arch/arm/plat-s3c64xx/gpiolib.c
浏览文件 @
915166d9
...
...
@@ -321,6 +321,11 @@ static struct s3c_gpio_cfg gpio_2bit_cfg_eint11 = {
.
get_pull
=
s3c_gpio_getpull_updown
,
};
int
s3c64xx_gpio2int_gpn
(
struct
gpio_chip
*
chip
,
unsigned
pin
)
{
return
IRQ_EINT
(
0
)
+
pin
;
}
static
struct
s3c_gpio_chip
gpio_2bit
[]
=
{
{
.
base
=
S3C64XX_GPF_BASE
,
...
...
@@ -353,6 +358,7 @@ static struct s3c_gpio_chip gpio_2bit[] = {
.
base
=
S3C64XX_GPN
(
0
),
.
ngpio
=
S3C64XX_GPIO_N_NR
,
.
label
=
"GPN"
,
.
to_irq
=
s3c64xx_gpio2int_gpn
,
},
},
{
.
base
=
S3C64XX_GPO_BASE
,
...
...
arch/arm/plat-s3c64xx/include/plat/regs-clock.h
浏览文件 @
915166d9
...
...
@@ -88,11 +88,11 @@
#define S3C6400_CLKDIV2_SPI0_SHIFT (0)
/* HCLK GATE Registers */
#define S3C_CLKCON_HCLK_
BUS (1<<30
)
#define S3C_CLKCON_HCLK_
SECUR
(1<<29)
#define S3C_CLKCON_HCLK_S
DMA1
(1<<28)
#define S3C_CLKCON_HCLK_SDMA
2
(1<<27)
#define S3C_CLKCON_HCLK_
UHOST
(1<<26)
#define S3C_CLKCON_HCLK_
3DSE (1<<31
)
#define S3C_CLKCON_HCLK_
UHOST
(1<<29)
#define S3C_CLKCON_HCLK_S
ECUR
(1<<28)
#define S3C_CLKCON_HCLK_SDMA
1
(1<<27)
#define S3C_CLKCON_HCLK_
SDMA0
(1<<26)
#define S3C_CLKCON_HCLK_IROM (1<<25)
#define S3C_CLKCON_HCLK_DDR1 (1<<24)
#define S3C_CLKCON_HCLK_DDR0 (1<<23)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录