Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
e76e3ac6
cloud-kernel
项目概览
openanolis
/
cloud-kernel
1 年多 前同步成功
通知
160
Star
36
Fork
7
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
10
列表
看板
标记
里程碑
合并请求
2
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
cloud-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
10
Issue
10
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
e76e3ac6
编写于
7月 28, 2008
作者:
R
Russell King
提交者:
Russell King
7月 28, 2008
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'for-rmk' of
git://pasiphae.extern.pengutronix.de/git/imx/linux-2.6
上级
7c896834
86183a5f
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
14 addition
and
4 deletion
+14
-4
MAINTAINERS
MAINTAINERS
+6
-0
arch/arm/mach-imx/clock.c
arch/arm/mach-imx/clock.c
+5
-0
arch/arm/mach-imx/generic.c
arch/arm/mach-imx/generic.c
+0
-1
arch/arm/mach-imx/mx1ads.c
arch/arm/mach-imx/mx1ads.c
+2
-2
arch/arm/mm/Kconfig
arch/arm/mm/Kconfig
+1
-1
未找到文件。
MAINTAINERS
浏览文件 @
e76e3ac6
...
...
@@ -502,6 +502,12 @@ L: openezx-devel@lists.openezx.org (subscribers-only)
W: http://www.openezx.org/
S: Maintained
ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
P: Sascha Hauer
M: kernel@pengutronix.de
L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S: Maintained
ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
P: Lennert Buytenhek
M: kernel@wantstofly.org
...
...
arch/arm/mach-imx/clock.c
浏览文件 @
e76e3ac6
...
...
@@ -172,24 +172,29 @@ struct clk *clk_get(struct device *dev, const char *id)
return
clk
;
}
EXPORT_SYMBOL
(
clk_get
);
void
clk_put
(
struct
clk
*
clk
)
{
}
EXPORT_SYMBOL
(
clk_put
);
int
clk_enable
(
struct
clk
*
clk
)
{
return
0
;
}
EXPORT_SYMBOL
(
clk_enable
);
void
clk_disable
(
struct
clk
*
clk
)
{
}
EXPORT_SYMBOL
(
clk_disable
);
unsigned
long
clk_get_rate
(
struct
clk
*
clk
)
{
return
clk
->
get_rate
();
}
EXPORT_SYMBOL
(
clk_get_rate
);
int
imx_clocks_init
(
void
)
{
...
...
arch/arm/mach-imx/generic.c
浏览文件 @
e76e3ac6
...
...
@@ -251,7 +251,6 @@ void __init set_imx_fb_info(struct imxfb_mach_info *hard_imx_fb_info)
{
memcpy
(
&
imx_fb_info
,
hard_imx_fb_info
,
sizeof
(
struct
imxfb_mach_info
));
}
EXPORT_SYMBOL
(
set_imx_fb_info
);
static
struct
resource
imxfb_resources
[]
=
{
[
0
]
=
{
...
...
arch/arm/mach-imx/mx1ads.c
浏览文件 @
e76e3ac6
...
...
@@ -125,7 +125,7 @@ static struct platform_device *devices[] __initdata = {
&
imx_uart2_device
,
};
#if
def CONFIG_MMC_IMX
#if
defined(CONFIG_MMC_IMX) || defined(CONFIG_MMC_IMX_MODULE)
static
int
mx1ads_mmc_card_present
(
struct
device
*
dev
)
{
/* MMC/SD Card Detect is PB 20 on MX1ADS V1.0.7 */
...
...
@@ -143,7 +143,7 @@ mx1ads_init(void)
#ifdef CONFIG_LEDS
imx_gpio_mode
(
GPIO_PORTA
|
GPIO_OUT
|
2
);
#endif
#if
def CONFIG_MMC_IMX
#if
defined(CONFIG_MMC_IMX) || defined(CONFIG_MMC_IMX_MODULE)
/* SD/MMC card detect */
imx_gpio_mode
(
GPIO_PORTB
|
GPIO_GIUS
|
GPIO_IN
|
20
);
imx_set_mmc_info
(
&
mx1ads_mmc_info
);
...
...
arch/arm/mm/Kconfig
浏览文件 @
e76e3ac6
...
...
@@ -187,7 +187,7 @@ config CPU_ARM926T
ARCH_AT91SAM9260 || ARCH_AT91SAM9261 || \
ARCH_AT91SAM9263 || ARCH_AT91SAM9RL || \
ARCH_AT91SAM9G20 || ARCH_AT91CAP9 || \
ARCH_NS9XXX || ARCH_DAVINCI
ARCH_NS9XXX || ARCH_DAVINCI
|| ARCH_MX2
default y if ARCH_VERSATILE_PB || MACH_VERSATILE_AB || \
ARCH_OMAP730 || ARCH_OMAP16XX || \
ARCH_PNX4008 || ARCH_NETX || CPU_S3C2412 || \
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录