Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
kernel_linux
提交
8e87d782
K
kernel_linux
项目概览
OpenHarmony
/
kernel_linux
上一次同步 4 年多
通知
15
Star
8
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
kernel_linux
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
8e87d782
编写于
2月 03, 2008
作者:
J
Joe Perches
提交者:
Adrian Bunk
2月 03, 2008
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
drivers/mtd/: Spelling fixes
Signed-off-by:
N
Joe Perches
<
joe@perches.com
>
Signed-off-by:
N
Adrian Bunk
<
bunk@kernel.org
>
上级
fc1323bb
变更
8
隐藏空白更改
内联
并排
Showing
8 changed file
with
10 addition
and
10 deletion
+10
-10
drivers/mtd/nand/autcpu12.c
drivers/mtd/nand/autcpu12.c
+3
-3
drivers/mtd/nand/bf5xx_nand.c
drivers/mtd/nand/bf5xx_nand.c
+1
-1
drivers/mtd/nand/cs553x_nand.c
drivers/mtd/nand/cs553x_nand.c
+1
-1
drivers/mtd/nand/edb7312.c
drivers/mtd/nand/edb7312.c
+1
-1
drivers/mtd/nand/nand_base.c
drivers/mtd/nand/nand_base.c
+1
-1
drivers/mtd/nand/nandsim.c
drivers/mtd/nand/nandsim.c
+1
-1
drivers/mtd/nand/s3c2410.c
drivers/mtd/nand/s3c2410.c
+1
-1
drivers/mtd/nand/sharpsl.c
drivers/mtd/nand/sharpsl.c
+1
-1
未找到文件。
drivers/mtd/nand/autcpu12.c
浏览文件 @
8e87d782
...
...
@@ -20,7 +20,7 @@
*
* 02-12-2002 TG Cleanup of module params
*
* 02-20-2002 TG adjusted for different rd/wr adress support
* 02-20-2002 TG adjusted for different rd/wr ad
d
ress support
* added support for read device ready/busy line
* added page_cache
*
...
...
@@ -144,7 +144,7 @@ static int __init autcpu12_init(void)
goto
out
;
}
/* map physical adress */
/* map physical ad
d
ress */
autcpu12_fio_base
=
ioremap
(
AUTCPU12_PHYS_SMC
,
SZ_1K
);
if
(
!
autcpu12_fio_base
)
{
printk
(
"Ioremap autcpu12 SmartMedia Card failed
\n
"
);
...
...
@@ -227,7 +227,7 @@ static void __exit autcpu12_cleanup(void)
/* Release resources, unregister device */
nand_release
(
autcpu12_mtd
);
/* unmap physical adress */
/* unmap physical ad
d
ress */
iounmap
(
autcpu12_fio_base
);
/* Free the MTD device structure */
...
...
drivers/mtd/nand/bf5xx_nand.c
浏览文件 @
8e87d782
...
...
@@ -4,7 +4,7 @@
* http://blackfin.uclinux.org/
* Bryan Wu <bryan.wu@analog.com>
*
* Blackfin BF5xx on-chip NAND flash controler driver
* Blackfin BF5xx on-chip NAND flash control
l
er driver
*
* Derived from drivers/mtd/nand/s3c2410.c
* Copyright (c) 2007 Ben Dooks <ben@simtec.co.uk>
...
...
drivers/mtd/nand/cs553x_nand.c
浏览文件 @
8e87d782
...
...
@@ -337,7 +337,7 @@ static void __exit cs553x_cleanup(void)
nand_release
(
cs553x_mtd
[
i
]);
cs553x_mtd
[
i
]
=
NULL
;
/* unmap physical adress */
/* unmap physical ad
d
ress */
iounmap
(
mmio_base
);
/* Free the MTD device structure */
...
...
drivers/mtd/nand/edb7312.c
浏览文件 @
8e87d782
...
...
@@ -125,7 +125,7 @@ static int __init ep7312_init(void)
return
-
ENOMEM
;
}
/* map physical adress */
/* map physical ad
d
ress */
ep7312_fio_base
=
ioremap
(
ep7312_fio_pbase
,
SZ_1K
);
if
(
!
ep7312_fio_base
)
{
printk
(
"ioremap EDB7312 NAND flash failed
\n
"
);
...
...
drivers/mtd/nand/nand_base.c
浏览文件 @
8e87d782
...
...
@@ -89,7 +89,7 @@ static int nand_do_write_oob(struct mtd_info *mtd, loff_t to,
struct
mtd_oob_ops
*
ops
);
/*
* For devices which display every fart in the system on a sep
e
rate LED. Is
* For devices which display every fart in the system on a sep
a
rate LED. Is
* compiled away when LED support is disabled.
*/
DEFINE_LED_TRIGGER
(
nand_led_trigger
);
...
...
drivers/mtd/nand/nandsim.c
浏览文件 @
8e87d782
...
...
@@ -210,7 +210,7 @@ MODULE_PARM_DESC(overridesize, "Specifies the NAND Flash size overriding the I
#define STATE_CMD_RESET 0x0000000C
/* reset */
#define STATE_CMD_MASK 0x0000000F
/* command states mask */
/* After an addres is input, the simulator goes to one of these states */
/* After an addres
s
is input, the simulator goes to one of these states */
#define STATE_ADDR_PAGE 0x00000010
/* full (row, column) address is accepted */
#define STATE_ADDR_SEC 0x00000020
/* sector address was accepted */
#define STATE_ADDR_ZERO 0x00000030
/* one byte zero address was accepted */
...
...
drivers/mtd/nand/s3c2410.c
浏览文件 @
8e87d782
...
...
@@ -8,7 +8,7 @@
*
* Changelog:
* 21-Sep-2004 BJD Initial version
* 23-Sep-2004 BJD Mul
it
ple device support
* 23-Sep-2004 BJD Mul
ti
ple device support
* 28-Sep-2004 BJD Fixed ECC placement for Hardware mode
* 12-Oct-2004 BJD Fixed errors in use of platform data
* 18-Feb-2005 BJD Fix sparse errors
...
...
drivers/mtd/nand/sharpsl.c
浏览文件 @
8e87d782
...
...
@@ -165,7 +165,7 @@ static int __init sharpsl_nand_init(void)
return
-
ENOMEM
;
}
/* map physical adress */
/* map physical ad
d
ress */
sharpsl_io_base
=
ioremap
(
sharpsl_phys_base
,
0x1000
);
if
(
!
sharpsl_io_base
)
{
printk
(
"ioremap to access Sharp SL NAND chip failed
\n
"
);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录