Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
Kernel
提交
c6b8fdad
K
Kernel
项目概览
openeuler
/
Kernel
1 年多 前同步成功
通知
8
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看板
提交
c6b8fdad
编写于
10月 28, 2005
作者:
R
Russell King
提交者:
Russell King
10月 28, 2005
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[ARM] 3/4: Remove asm/hardware.h from Versatile and Integrator io.h
Signed-off-by:
N
Russell King
<
rmk+kernel@arm.linux.org.uk
>
上级
766529fa
变更
8
隐藏空白更改
内联
并排
Showing
8 changed file
with
13 addition
and
13 deletion
+13
-13
drivers/mmc/mmci.c
drivers/mmc/mmci.c
+1
-0
drivers/serial/amba-pl010.c
drivers/serial/amba-pl010.c
+1
-0
drivers/serial/amba-pl011.c
drivers/serial/amba-pl011.c
+1
-0
drivers/video/amba-clcd.c
drivers/video/amba-clcd.c
+1
-0
include/asm-arm/arch-integrator/hardware.h
include/asm-arm/arch-integrator/hardware.h
+0
-9
include/asm-arm/arch-integrator/io.h
include/asm-arm/arch-integrator/io.h
+8
-2
include/asm-arm/arch-versatile/io.h
include/asm-arm/arch-versatile/io.h
+0
-2
sound/arm/aaci.c
sound/arm/aaci.c
+1
-0
未找到文件。
drivers/mmc/mmci.c
浏览文件 @
c6b8fdad
...
...
@@ -24,6 +24,7 @@
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/scatterlist.h>
#include <asm/sizes.h>
#include <asm/hardware/amba.h>
#include <asm/hardware/clock.h>
#include <asm/mach/mmc.h>
...
...
drivers/serial/amba-pl010.c
浏览文件 @
c6b8fdad
...
...
@@ -50,6 +50,7 @@
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/hardware.h>
#include <asm/hardware/amba.h>
#include <asm/hardware/amba_serial.h>
...
...
drivers/serial/amba-pl011.c
浏览文件 @
c6b8fdad
...
...
@@ -50,6 +50,7 @@
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/sizes.h>
#include <asm/hardware/amba.h>
#include <asm/hardware/clock.h>
#include <asm/hardware/amba_serial.h>
...
...
drivers/video/amba-clcd.c
浏览文件 @
c6b8fdad
...
...
@@ -22,6 +22,7 @@
#include <linux/ioport.h>
#include <linux/list.h>
#include <asm/sizes.h>
#include <asm/hardware/amba.h>
#include <asm/hardware/clock.h>
...
...
include/asm-arm/arch-integrator/hardware.h
浏览文件 @
c6b8fdad
...
...
@@ -33,15 +33,6 @@
#define IO_SIZE 0x0B000000 // How much?
#define IO_START INTEGRATOR_HDR_BASE // PA of IO
/*
* Similar to above, but for PCI addresses (memory, IO, Config and the
* V3 chip itself). WARNING: this has to mirror definitions in platform.h
*/
#define PCI_MEMORY_VADDR 0xe8000000
#define PCI_CONFIG_VADDR 0xec000000
#define PCI_V3_VADDR 0xed000000
#define PCI_IO_VADDR 0xee000000
#define PCIO_BASE PCI_IO_VADDR
#define PCIMEM_BASE PCI_MEMORY_VADDR
...
...
include/asm-arm/arch-integrator/io.h
浏览文件 @
c6b8fdad
...
...
@@ -20,10 +20,16 @@
#ifndef __ASM_ARM_ARCH_IO_H
#define __ASM_ARM_ARCH_IO_H
#include <asm/hardware.h>
#define IO_SPACE_LIMIT 0xffff
/*
* WARNING: this has to mirror definitions in platform.h
*/
#define PCI_MEMORY_VADDR 0xe8000000
#define PCI_CONFIG_VADDR 0xec000000
#define PCI_V3_VADDR 0xed000000
#define PCI_IO_VADDR 0xee000000
#define __io(a) ((void __iomem *)(PCI_IO_VADDR + (a)))
#define __mem_pci(a) (a)
#define __mem_isa(a) ((a) + PCI_MEMORY_VADDR)
...
...
include/asm-arm/arch-versatile/io.h
浏览文件 @
c6b8fdad
...
...
@@ -20,8 +20,6 @@
#ifndef __ASM_ARM_ARCH_IO_H
#define __ASM_ARM_ARCH_IO_H
#include <asm/hardware.h>
#define IO_SPACE_LIMIT 0xffffffff
static
inline
void
__iomem
*
__io
(
unsigned
long
addr
)
...
...
sound/arm/aaci.c
浏览文件 @
c6b8fdad
...
...
@@ -20,6 +20,7 @@
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/sizes.h>
#include <asm/hardware/amba.h>
#include <sound/driver.h>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录