Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
Kernel
提交
97894cda
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看板
提交
97894cda
编写于
19年前
作者:
T
Thomas Gleixner
提交者:
Thomas Gleixner
19年前
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[MTD] core: Clean up trailing white spaces
Signed-off-by:
N
Thomas Gleixner
<
tglx@linutronix.de
>
上级
b95f9609
无相关合并请求
变更
16
显示空白变更内容
内联
并排
Showing
16 changed file
with
399 addition
and
399 deletion
+399
-399
drivers/mtd/Kconfig
drivers/mtd/Kconfig
+16
-16
drivers/mtd/afs.c
drivers/mtd/afs.c
+8
-8
drivers/mtd/cmdlinepart.c
drivers/mtd/cmdlinepart.c
+28
-28
drivers/mtd/ftl.c
drivers/mtd/ftl.c
+64
-64
drivers/mtd/inftlcore.c
drivers/mtd/inftlcore.c
+24
-24
drivers/mtd/inftlmount.c
drivers/mtd/inftlmount.c
+10
-10
drivers/mtd/mtd_blkdevs.c
drivers/mtd/mtd_blkdevs.c
+12
-12
drivers/mtd/mtdblock.c
drivers/mtd/mtdblock.c
+22
-22
drivers/mtd/mtdchar.c
drivers/mtd/mtdchar.c
+30
-30
drivers/mtd/mtdconcat.c
drivers/mtd/mtdconcat.c
+3
-3
drivers/mtd/mtdcore.c
drivers/mtd/mtdcore.c
+9
-9
drivers/mtd/mtdpart.c
drivers/mtd/mtdpart.c
+46
-46
drivers/mtd/nftlcore.c
drivers/mtd/nftlcore.c
+40
-40
drivers/mtd/nftlmount.c
drivers/mtd/nftlmount.c
+28
-28
drivers/mtd/redboot.c
drivers/mtd/redboot.c
+2
-2
drivers/mtd/rfd_ftl.c
drivers/mtd/rfd_ftl.c
+57
-57
未找到文件。
drivers/mtd/Kconfig
浏览文件 @
97894cda
# $Id: Kconfig,v 1.1
0 2005/07/11 10:39:27
gleixner Exp $
# $Id: Kconfig,v 1.1
1 2005/11/07 11:14:19
gleixner Exp $
menu "Memory Technology Devices (MTD)"
...
...
This diff is collapsed.
Click to expand it.
drivers/mtd/afs.c
浏览文件 @
97894cda
...
...
@@ -21,7 +21,7 @@
This is access code for flashes using ARM's flash partitioning
standards.
$Id: afs.c,v 1.1
3 2004/02/27 22:09:59 rmk
Exp $
$Id: afs.c,v 1.1
5 2005/11/07 11:14:19 gleixner
Exp $
======================================================================*/
...
...
This diff is collapsed.
Click to expand it.
drivers/mtd/cmdlinepart.c
浏览文件 @
97894cda
/*
* $Id: cmdlinepart.c,v 1.1
8 2005/06/07 15:04:26 joern
Exp $
* $Id: cmdlinepart.c,v 1.1
9 2005/11/07 11:14:19 gleixner
Exp $
*
* Read flash partition table from command line
*
...
...
This diff is collapsed.
Click to expand it.
drivers/mtd/ftl.c
浏览文件 @
97894cda
/* This version ported to the Linux-MTD system by dwmw2@infradead.org
* $Id: ftl.c,v 1.5
5 2005/01/17 13:47:21 hv
r Exp $
* $Id: ftl.c,v 1.5
8 2005/11/07 11:14:19 gleixne
r Exp $
*
* Fixes: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
* - fixes some leaks on failure in build_maps and ftl_notify_add, cleanups
...
...
@@ -1086,7 +1086,7 @@ struct mtd_blktrans_ops ftl_tr = {
int
init_ftl
(
void
)
{
DEBUG
(
0
,
"$Id: ftl.c,v 1.5
5 2005/01/17 13:47:21 hv
r Exp $
\n
"
);
DEBUG
(
0
,
"$Id: ftl.c,v 1.5
8 2005/11/07 11:14:19 gleixne
r Exp $
\n
"
);
return
register_mtd_blktrans
(
&
ftl_tr
);
}
...
...
This diff is collapsed.
Click to expand it.
drivers/mtd/inftlcore.c
浏览文件 @
97894cda
...
...
@@ -7,7 +7,7 @@
* (c) 1999 Machine Vision Holdings, Inc.
* Author: David Woodhouse <dwmw2@infradead.org>
*
* $Id: inftlcore.c,v 1.1
8 2004/11/16 18:28:59 dwmw2
Exp $
* $Id: inftlcore.c,v 1.1
9 2005/11/07 11:14:20 gleixner
Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -893,7 +893,7 @@ extern char inftlmountrev[];
static
int
__init
init_inftl
(
void
)
{
printk
(
KERN_INFO
"INFTL: inftlcore.c $Revision: 1.1
8
$, "
printk
(
KERN_INFO
"INFTL: inftlcore.c $Revision: 1.1
9
$, "
"inftlmount.c %s
\n
"
,
inftlmountrev
);
return
register_mtd_blktrans
(
&
inftl_tr
);
...
...
This diff is collapsed.
Click to expand it.
drivers/mtd/inftlmount.c
浏览文件 @
97894cda
...
...
@@ -8,7 +8,7 @@
* Author: Fabrice Bellard (fabrice.bellard@netgem.com)
* Copyright (C) 2000 Netgem S.A.
*
* $Id: inftlmount.c,v 1.1
7 2005/08/08 08:56:19 dwmw2
Exp $
* $Id: inftlmount.c,v 1.1
8 2005/11/07 11:14:20 gleixner
Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -41,7 +41,7 @@
#include <linux/mtd/inftl.h>
#include <linux/mtd/compatmac.h>
char
inftlmountrev
[]
=
"$Revision: 1.1
7
$"
;
char
inftlmountrev
[]
=
"$Revision: 1.1
8
$"
;
/*
* find_boot_record: Find the INFTL Media Header and its Spare copy which
...
...
This diff is collapsed.
Click to expand it.
drivers/mtd/mtd_blkdevs.c
浏览文件 @
97894cda
/*
* $Id: mtd_blkdevs.c,v 1.2
6 2005/07/29 19:42:04 tpoyno
r Exp $
* $Id: mtd_blkdevs.c,v 1.2
7 2005/11/07 11:14:20 gleixne
r Exp $
*
* (C) 2003 David Woodhouse <dwmw2@infradead.org>
*
...
...
This diff is collapsed.
Click to expand it.
drivers/mtd/mtdblock.c
浏览文件 @
97894cda
/*
* Direct MTD block device access
*
* $Id: mtdblock.c,v 1.6
7 2005/11/06 10:04:37
gleixner Exp $
* $Id: mtdblock.c,v 1.6
8 2005/11/07 11:14:20
gleixner Exp $
*
* (C) 2000-2003 Nicolas Pitre <nico@cam.org>
* (C) 1999-2003 David Woodhouse <dwmw2@infradead.org>
...
...
This diff is collapsed.
Click to expand it.
drivers/mtd/mtdchar.c
浏览文件 @
97894cda
/*
* $Id: mtdchar.c,v 1.7
5 2005/11/06 10:04:37
gleixner Exp $
* $Id: mtdchar.c,v 1.7
6 2005/11/07 11:14:20
gleixner Exp $
*
* Character-device access to raw MTD devices.
*
...
...
This diff is collapsed.
Click to expand it.
drivers/mtd/mtdconcat.c
浏览文件 @
97894cda
...
...
@@ -7,7 +7,7 @@
*
* This code is GPL
*
* $Id: mtdconcat.c,v 1.1
0 2005/11/06 10:04:37
gleixner Exp $
* $Id: mtdconcat.c,v 1.1
1 2005/11/07 11:14:20
gleixner Exp $
*/
#include <linux/kernel.h>
...
...
This diff is collapsed.
Click to expand it.
drivers/mtd/mtdcore.c
浏览文件 @
97894cda
/*
* $Id: mtdcore.c,v 1.4
6 2005/08/11 17:13:43
gleixner Exp $
* $Id: mtdcore.c,v 1.4
7 2005/11/07 11:14:20
gleixner Exp $
*
* Core registration and callback routines for MTD
* drivers and users.
...
...
This diff is collapsed.
Click to expand it.
drivers/mtd/mtdpart.c
浏览文件 @
97894cda
...
...
@@ -5,7 +5,7 @@
*
* This code is GPL
*
* $Id: mtdpart.c,v 1.5
4 2005/09/30 14:49:08 dedekind
Exp $
* $Id: mtdpart.c,v 1.5
5 2005/11/07 11:14:20 gleixner
Exp $
*
* 02-21-2002 Thomas Gleixner <gleixner@autronix.de>
* added support for read_oob, write_oob
...
...
This diff is collapsed.
Click to expand it.
drivers/mtd/nftlcore.c
浏览文件 @
97894cda
/* Linux driver for NAND Flash Translation Layer */
/* (c) 1999 Machine Vision Holdings, Inc. */
/* Author: David Woodhouse <dwmw2@infradead.org> */
/* $Id: nftlcore.c,v 1.9
7 2004/11/16 18:28:59 dwmw2
Exp $ */
/* $Id: nftlcore.c,v 1.9
8 2005/11/07 11:14:21 gleixner
Exp $ */
/*
The contents of this file are distributed under the GNU General
...
...
@@ -749,7 +749,7 @@ extern char nftlmountrev[];
static
int
__init
init_nftl
(
void
)
{
printk
(
KERN_INFO
"NFTL driver: nftlcore.c $Revision: 1.9
7
$, nftlmount.c %s
\n
"
,
nftlmountrev
);
printk
(
KERN_INFO
"NFTL driver: nftlcore.c $Revision: 1.9
8
$, nftlmount.c %s
\n
"
,
nftlmountrev
);
return
register_mtd_blktrans
(
&
nftl_tr
);
}
...
...
This diff is collapsed.
Click to expand it.
drivers/mtd/nftlmount.c
浏览文件 @
97894cda
...
...
@@ -4,7 +4,7 @@
* Author: Fabrice Bellard (fabrice.bellard@netgem.com)
* Copyright (C) 2000 Netgem S.A.
*
* $Id: nftlmount.c,v 1.4
0 2004/11/22 14:38:29 kalev
Exp $
* $Id: nftlmount.c,v 1.4
1 2005/11/07 11:14:21 gleixner
Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -31,7 +31,7 @@
#define SECTORSIZE 512
char
nftlmountrev
[]
=
"$Revision: 1.4
0
$"
;
char
nftlmountrev
[]
=
"$Revision: 1.4
1
$"
;
/* find_boot_record: Find the NFTL Media Header and its Spare copy which contains the
* various device information of the NFTL partition and Bad Unit Table. Update
...
...
This diff is collapsed.
Click to expand it.
drivers/mtd/redboot.c
浏览文件 @
97894cda
/*
* $Id: redboot.c,v 1.1
7 2004/11/22 11:33:56 ijc
Exp $
* $Id: redboot.c,v 1.1
8 2005/11/07 11:14:21 gleixner
Exp $
*
* Parse RedBoot-style Flash Image System (FIS) tables and
* produce a Linux partition array to match.
...
...
This diff is collapsed.
Click to expand it.
drivers/mtd/rfd_ftl.c
浏览文件 @
97894cda
...
...
@@ -3,7 +3,7 @@
*
* Copyright (C) 2005 Sean Young <sean@mess.org>
*
* $Id: rfd_ftl.c,v 1.
4 2005/07/31 22:49:14 sean
Exp $
* $Id: rfd_ftl.c,v 1.
5 2005/11/07 11:14:21 gleixner
Exp $
*
* This type of flash translation layer (FTL) is used by the Embedded BIOS
* by General Software. It is known as the Resident Flash Disk (RFD), see:
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录
反馈
建议
客服
返回
顶部