Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
0e6799ed
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看板
提交
0e6799ed
编写于
10月 15, 2007
作者:
R
Ralf Baechle
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[MIPS] Alchemy: Get rid of au1xxx_irq_map_t.
Signed-off-by:
N
Ralf Baechle
<
ralf@linux-mips.org
>
上级
d2126e23
变更
11
隐藏空白更改
内联
并排
Showing
11 changed file
with
15 addition
and
15 deletion
+15
-15
arch/mips/au1000/common/au1xxx_irqmap.c
arch/mips/au1000/common/au1xxx_irqmap.c
+1
-1
arch/mips/au1000/common/irq.c
arch/mips/au1000/common/irq.c
+3
-3
arch/mips/au1000/db1x00/irqmap.c
arch/mips/au1000/db1x00/irqmap.c
+1
-1
arch/mips/au1000/mtx-1/irqmap.c
arch/mips/au1000/mtx-1/irqmap.c
+1
-1
arch/mips/au1000/pb1000/irqmap.c
arch/mips/au1000/pb1000/irqmap.c
+1
-1
arch/mips/au1000/pb1100/irqmap.c
arch/mips/au1000/pb1100/irqmap.c
+1
-1
arch/mips/au1000/pb1200/irqmap.c
arch/mips/au1000/pb1200/irqmap.c
+1
-1
arch/mips/au1000/pb1500/irqmap.c
arch/mips/au1000/pb1500/irqmap.c
+1
-1
arch/mips/au1000/pb1550/irqmap.c
arch/mips/au1000/pb1550/irqmap.c
+1
-1
arch/mips/au1000/xxs1500/irqmap.c
arch/mips/au1000/xxs1500/irqmap.c
+1
-1
include/asm-mips/mach-au1x00/au1000.h
include/asm-mips/mach-au1x00/au1000.h
+3
-3
未找到文件。
arch/mips/au1000/common/au1xxx_irqmap.c
浏览文件 @
0e6799ed
...
...
@@ -54,7 +54,7 @@
* Careful if you change match 2 request!
* The interrupt handler is called directly from the low level dispatch code.
*/
au1xxx_irq_map_t
__initdata
au1xxx_ic0_map
[]
=
{
struct
au1xxx_irqmap
__initdata
au1xxx_ic0_map
[]
=
{
#if defined(CONFIG_SOC_AU1000)
{
AU1000_UART0_INT
,
INTC_INT_HIGH_LEVEL
,
0
},
...
...
arch/mips/au1000/common/irq.c
浏览文件 @
0e6799ed
...
...
@@ -562,9 +562,9 @@ void __init arch_init_irq(void)
{
int
i
;
unsigned
long
cp0_status
;
au1xxx_irq_map_t
*
imp
;
extern
au1xxx_irq_map_t
au1xxx_irq_map
[];
extern
au1xxx_irq_map_t
au1xxx_ic0_map
[];
struct
au1xxx_irqmap
*
imp
;
extern
struct
au1xxx_irqmap
au1xxx_irq_map
[];
extern
struct
au1xxx_irqmap
au1xxx_ic0_map
[];
extern
int
au1xxx_nr_irqs
;
extern
int
au1xxx_ic0_nr_irqs
;
...
...
arch/mips/au1000/db1x00/irqmap.c
浏览文件 @
0e6799ed
...
...
@@ -79,7 +79,7 @@ char irq_tab_alchemy[][5] __initdata = {
#endif
au1xxx_irq_map_t
__initdata
au1xxx_irq_map
[]
=
{
struct
au1xxx_irqmap
__initdata
au1xxx_irq_map
[]
=
{
#ifndef CONFIG_MIPS_MIRAGE
#ifdef CONFIG_MIPS_DB1550
...
...
arch/mips/au1000/mtx-1/irqmap.c
浏览文件 @
0e6799ed
...
...
@@ -58,7 +58,7 @@ char irq_tab_alchemy[][5] __initdata = {
[
7
]
=
{
-
1
,
INTD
,
INTC
,
INTX
,
INTX
},
/* IDSEL 07 - AdapterD-Slot1 (bottom) */
};
au1xxx_irq_map_t
__initdata
au1xxx_irq_map
[]
=
{
struct
au1xxx_irqmap
__initdata
au1xxx_irq_map
[]
=
{
{
AU1500_GPIO_204
,
INTC_INT_HIGH_LEVEL
,
0
},
{
AU1500_GPIO_201
,
INTC_INT_LOW_LEVEL
,
0
},
{
AU1500_GPIO_202
,
INTC_INT_LOW_LEVEL
,
0
},
...
...
arch/mips/au1000/pb1000/irqmap.c
浏览文件 @
0e6799ed
...
...
@@ -47,7 +47,7 @@
#include <asm/system.h>
#include <asm/mach-au1x00/au1000.h>
au1xxx_irq_map_t
__initdata
au1xxx_irq_map
[]
=
{
struct
au1xxx_irqmap
__initdata
au1xxx_irq_map
[]
=
{
{
AU1000_GPIO_15
,
INTC_INT_LOW_LEVEL
,
0
},
};
...
...
arch/mips/au1000/pb1100/irqmap.c
浏览文件 @
0e6799ed
...
...
@@ -47,7 +47,7 @@
#include <asm/system.h>
#include <asm/mach-au1x00/au1000.h>
au1xxx_irq_map_t
__initdata
au1xxx_irq_map
[]
=
{
struct
au1xxx_irqmap
__initdata
au1xxx_irq_map
[]
=
{
{
AU1000_GPIO_9
,
INTC_INT_LOW_LEVEL
,
0
},
// PCMCIA Card Fully_Interted#
{
AU1000_GPIO_10
,
INTC_INT_LOW_LEVEL
,
0
},
// PCMCIA Card STSCHG#
{
AU1000_GPIO_11
,
INTC_INT_LOW_LEVEL
,
0
},
// PCMCIA Card IRQ#
...
...
arch/mips/au1000/pb1200/irqmap.c
浏览文件 @
0e6799ed
...
...
@@ -54,7 +54,7 @@
#define PB1200_INT_END DB1200_INT_END
#endif
au1xxx_irq_map_t
__initdata
au1xxx_irq_map
[]
=
{
struct
au1xxx_irqmap
__initdata
au1xxx_irq_map
[]
=
{
{
AU1000_GPIO_7
,
INTC_INT_LOW_LEVEL
,
0
},
// This is exteranl interrupt cascade
};
...
...
arch/mips/au1000/pb1500/irqmap.c
浏览文件 @
0e6799ed
...
...
@@ -52,7 +52,7 @@ char irq_tab_alchemy[][5] __initdata = {
[
13
]
=
{
-
1
,
INTA
,
INTB
,
INTC
,
INTD
},
/* IDSEL 13 - PCI slot */
};
au1xxx_irq_map_t
__initdata
au1xxx_irq_map
[]
=
{
struct
au1xxx_irqmap
__initdata
au1xxx_irq_map
[]
=
{
{
AU1500_GPIO_204
,
INTC_INT_HIGH_LEVEL
,
0
},
{
AU1500_GPIO_201
,
INTC_INT_LOW_LEVEL
,
0
},
{
AU1500_GPIO_202
,
INTC_INT_LOW_LEVEL
,
0
},
...
...
arch/mips/au1000/pb1550/irqmap.c
浏览文件 @
0e6799ed
...
...
@@ -52,7 +52,7 @@ char irq_tab_alchemy[][5] __initdata = {
[
13
]
=
{
-
1
,
INTA
,
INTB
,
INTC
,
INTD
},
/* IDSEL 13 - PCI slot 1 (right) */
};
au1xxx_irq_map_t
__initdata
au1xxx_irq_map
[]
=
{
struct
au1xxx_irqmap
__initdata
au1xxx_irq_map
[]
=
{
{
AU1000_GPIO_0
,
INTC_INT_LOW_LEVEL
,
0
},
{
AU1000_GPIO_1
,
INTC_INT_LOW_LEVEL
,
0
},
};
...
...
arch/mips/au1000/xxs1500/irqmap.c
浏览文件 @
0e6799ed
...
...
@@ -47,7 +47,7 @@
#include <asm/system.h>
#include <asm/au1000.h>
au1xxx_irq_map_t
__initdata
au1xxx_irq_map
[]
=
{
struct
au1xxx_irqmap
__initdata
au1xxx_irq_map
[]
=
{
{
AU1500_GPIO_204
,
INTC_INT_HIGH_LEVEL
,
0
},
{
AU1500_GPIO_201
,
INTC_INT_LOW_LEVEL
,
0
},
{
AU1500_GPIO_202
,
INTC_INT_LOW_LEVEL
,
0
},
...
...
include/asm-mips/mach-au1x00/au1000.h
浏览文件 @
0e6799ed
...
...
@@ -102,16 +102,16 @@ extern unsigned int get_au1x00_lcd_clock(void);
/*
* Every board describes its IRQ mapping with this table.
*/
typedef
struct
au1xxx_irqmap
{
struct
au1xxx_irqmap
{
int
im_irq
;
int
im_type
;
int
im_request
;
}
au1xxx_irq_map_t
;
};
/*
* init_IRQ looks for a table with this name.
*/
extern
au1xxx_irq_map_t
au1xxx_irq_map
[];
extern
struct
au1xxx_irqmap
au1xxx_irq_map
[];
#endif
/* !defined (_LANGUAGE_ASSEMBLY) */
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录