Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
ac839b3c
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看板
提交
ac839b3c
编写于
9月 20, 2012
作者:
T
Tony Lindgren
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ARM: OMAP2+: Make gpmc-smsc911x.h local
This can be local to mach-omap2. Signed-off-by:
N
Tony Lindgren
<
tony@atomide.com
>
上级
60628152
变更
10
隐藏空白更改
内联
并排
Showing
10 changed file
with
9 addition
and
9 deletion
+9
-9
arch/arm/mach-omap2/board-cm-t35.c
arch/arm/mach-omap2/board-cm-t35.c
+1
-1
arch/arm/mach-omap2/board-igep0020.c
arch/arm/mach-omap2/board-igep0020.c
+1
-1
arch/arm/mach-omap2/board-ldp.c
arch/arm/mach-omap2/board-ldp.c
+1
-1
arch/arm/mach-omap2/board-omap3evm.c
arch/arm/mach-omap2/board-omap3evm.c
+1
-1
arch/arm/mach-omap2/board-omap3logic.c
arch/arm/mach-omap2/board-omap3logic.c
+1
-1
arch/arm/mach-omap2/board-omap3stalker.c
arch/arm/mach-omap2/board-omap3stalker.c
+1
-1
arch/arm/mach-omap2/board-overo.c
arch/arm/mach-omap2/board-overo.c
+1
-1
arch/arm/mach-omap2/board-zoom-debugboard.c
arch/arm/mach-omap2/board-zoom-debugboard.c
+1
-1
arch/arm/mach-omap2/gpmc-smsc911x.c
arch/arm/mach-omap2/gpmc-smsc911x.c
+1
-1
arch/arm/mach-omap2/gpmc-smsc911x.h
arch/arm/mach-omap2/gpmc-smsc911x.h
+0
-0
未找到文件。
arch/arm/mach-omap2/board-cm-t35.c
浏览文件 @
ac839b3c
...
...
@@ -64,7 +64,7 @@
#if defined(CONFIG_SMSC911X) || defined(CONFIG_SMSC911X_MODULE)
#include <linux/smsc911x.h>
#include
<plat/gpmc-smsc911x.h>
#include
"gpmc-smsc911x.h"
static
struct
omap_smsc911x_platform_data
cm_t35_smsc911x_cfg
=
{
.
id
=
0
,
...
...
arch/arm/mach-omap2/board-igep0020.c
浏览文件 @
ac839b3c
...
...
@@ -192,7 +192,7 @@ static void __init igep_flash_init(void) {}
#if defined(CONFIG_SMSC911X) || defined(CONFIG_SMSC911X_MODULE)
#include <linux/smsc911x.h>
#include
<plat/gpmc-smsc911x.h>
#include
"gpmc-smsc911x.h"
static
struct
omap_smsc911x_platform_data
smsc911x_cfg
=
{
.
cs
=
IGEP2_SMSC911X_CS
,
...
...
arch/arm/mach-omap2/board-ldp.c
浏览文件 @
ac839b3c
...
...
@@ -38,7 +38,7 @@
#include <plat/gpmc.h>
#include <mach/board-zoom.h>
#include <plat/usb.h>
#include
<plat/gpmc-smsc911x.h>
#include
"gpmc-smsc911x.h"
#include <video/omapdss.h>
#include <video/omap-panel-generic-dpi.h>
...
...
arch/arm/mach-omap2/board-omap3evm.c
浏览文件 @
ac839b3c
...
...
@@ -118,7 +118,7 @@ static void __init omap3_evm_get_revision(void)
}
#if defined(CONFIG_SMSC911X) || defined(CONFIG_SMSC911X_MODULE)
#include
<plat/gpmc-smsc911x.h>
#include
"gpmc-smsc911x.h"
static
struct
omap_smsc911x_platform_data
smsc911x_cfg
=
{
.
cs
=
OMAP3EVM_SMSC911X_CS
,
...
...
arch/arm/mach-omap2/board-omap3logic.c
浏览文件 @
ac839b3c
...
...
@@ -34,7 +34,7 @@
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
#include
<plat/gpmc-smsc911x.h>
#include
"gpmc-smsc911x.h"
#include <plat/gpmc.h>
#include <plat/sdrc.h>
#include <plat/usb.h>
...
...
arch/arm/mach-omap2/board-omap3stalker.c
浏览文件 @
ac839b3c
...
...
@@ -60,7 +60,7 @@
#include "common-board-devices.h"
#if defined(CONFIG_SMSC911X) || defined(CONFIG_SMSC911X_MODULE)
#include
<plat/gpmc-smsc911x.h>
#include
"gpmc-smsc911x.h"
#define OMAP3STALKER_ETHR_START 0x2c000000
#define OMAP3STALKER_ETHR_SIZE 1024
...
...
arch/arm/mach-omap2/board-overo.c
浏览文件 @
ac839b3c
...
...
@@ -114,7 +114,7 @@ static inline void __init overo_ads7846_init(void) { return; }
#if defined(CONFIG_SMSC911X) || defined(CONFIG_SMSC911X_MODULE)
#include <linux/smsc911x.h>
#include
<plat/gpmc-smsc911x.h>
#include
"gpmc-smsc911x.h"
static
struct
omap_smsc911x_platform_data
smsc911x_cfg
=
{
.
id
=
0
,
...
...
arch/arm/mach-omap2/board-zoom-debugboard.c
浏览文件 @
ac839b3c
...
...
@@ -18,7 +18,7 @@
#include <linux/regulator/machine.h>
#include <plat/gpmc.h>
#include
<plat/gpmc-smsc911x.h>
#include
"gpmc-smsc911x.h"
#include <mach/board-zoom.h>
...
...
arch/arm/mach-omap2/gpmc-smsc911x.c
浏览文件 @
ac839b3c
...
...
@@ -21,7 +21,7 @@
#include <linux/smsc911x.h>
#include <plat/gpmc.h>
#include
<plat/gpmc-smsc911x.h>
#include
"gpmc-smsc911x.h"
static
struct
resource
gpmc_smsc911x_resources
[]
=
{
[
0
]
=
{
...
...
arch/arm/
plat-omap/include/plat
/gpmc-smsc911x.h
→
arch/arm/
mach-omap2
/gpmc-smsc911x.h
浏览文件 @
ac839b3c
文件已移动
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录