Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
a1452a37
cloud-kernel
项目概览
openanolis
/
cloud-kernel
接近 2 年 前同步成功
通知
169
Star
36
Fork
7
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
10
列表
看板
标记
里程碑
合并请求
2
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
cloud-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
10
Issue
10
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
a1452a37
编写于
8月 08, 2010
作者:
D
David Woodhouse
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
mtd: Update copyright notices
Signed-off-by:
N
David Woodhouse
<
dwmw2@infradead.org
>
上级
6088c058
变更
37
隐藏空白更改
内联
并排
Showing
37 changed file
with
416 addition
and
68 deletion
+416
-68
drivers/mtd/afs.c
drivers/mtd/afs.c
+1
-1
drivers/mtd/cmdlinepart.c
drivers/mtd/cmdlinepart.c
+16
-1
drivers/mtd/ftl.c
drivers/mtd/ftl.c
+1
-1
drivers/mtd/inftlcore.c
drivers/mtd/inftlcore.c
+3
-3
drivers/mtd/inftlmount.c
drivers/mtd/inftlmount.c
+2
-2
drivers/mtd/mtd_blkdevs.c
drivers/mtd/mtd_blkdevs.c
+16
-2
drivers/mtd/mtdblock.c
drivers/mtd/mtdblock.c
+17
-2
drivers/mtd/mtdblock_ro.c
drivers/mtd/mtdblock_ro.c
+17
-2
drivers/mtd/mtdchar.c
drivers/mtd/mtdchar.c
+15
-1
drivers/mtd/mtdconcat.c
drivers/mtd/mtdconcat.c
+16
-2
drivers/mtd/mtdcore.c
drivers/mtd/mtdcore.c
+17
-3
drivers/mtd/mtdoops.c
drivers/mtd/mtdoops.c
+1
-1
drivers/mtd/mtdpart.c
drivers/mtd/mtdpart.c
+16
-4
drivers/mtd/mtdsuper.c
drivers/mtd/mtdsuper.c
+2
-0
drivers/mtd/nftlcore.c
drivers/mtd/nftlcore.c
+18
-7
drivers/mtd/nftlmount.c
drivers/mtd/nftlmount.c
+2
-1
drivers/mtd/ofpart.c
drivers/mtd/ofpart.c
+2
-2
drivers/mtd/redboot.c
drivers/mtd/redboot.c
+18
-0
drivers/mtd/rfd_ftl.c
drivers/mtd/rfd_ftl.c
+1
-1
drivers/mtd/ssfdc.c
drivers/mtd/ssfdc.c
+1
-1
include/linux/mtd/bbm.h
include/linux/mtd/bbm.h
+16
-2
include/linux/mtd/blktrans.h
include/linux/mtd/blktrans.h
+14
-2
include/linux/mtd/cfi.h
include/linux/mtd/cfi.h
+17
-3
include/linux/mtd/cfi_endian.h
include/linux/mtd/cfi_endian.h
+19
-0
include/linux/mtd/concat.h
include/linux/mtd/concat.h
+15
-2
include/linux/mtd/doc2000.h
include/linux/mtd/doc2000.h
+18
-5
include/linux/mtd/flashchip.h
include/linux/mtd/flashchip.h
+15
-4
include/linux/mtd/gen_probe.h
include/linux/mtd/gen_probe.h
+17
-2
include/linux/mtd/map.h
include/linux/mtd/map.h
+18
-0
include/linux/mtd/mtd.h
include/linux/mtd/mtd.h
+15
-2
include/linux/mtd/nand.h
include/linux/mtd/nand.h
+3
-3
include/linux/mtd/nand_ecc.h
include/linux/mtd/nand_ecc.h
+3
-1
include/linux/mtd/nftl.h
include/linux/mtd/nftl.h
+16
-1
include/mtd/mtd-abi.h
include/mtd/mtd-abi.h
+16
-1
include/mtd/mtd-user.h
include/mtd/mtd-user.h
+16
-1
include/mtd/nftl-user.h
include/mtd/nftl-user.h
+15
-1
include/mtd/ubi-user.h
include/mtd/ubi-user.h
+1
-1
未找到文件。
drivers/mtd/afs.c
浏览文件 @
a1452a37
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
drivers/mtd/afs.c: ARM Flash Layout/Partitioning
drivers/mtd/afs.c: ARM Flash Layout/Partitioning
Copyright
(C)
2000 ARM Limited
Copyright
©
2000 ARM Limited
This program is free software; you can redistribute it and/or modify
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
it under the terms of the GNU General Public License as published by
...
...
drivers/mtd/cmdlinepart.c
浏览文件 @
a1452a37
/*
/*
* Read flash partition table from command line
* Read flash partition table from command line
*
*
* Copyright 2002 SYSGO Real-Time Solutions GmbH
* Copyright © 2002 SYSGO Real-Time Solutions GmbH
* Copyright © 2002-2010 David Woodhouse <dwmw2@infradead.org>
*
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* The format for the command line is as follows:
* The format for the command line is as follows:
*
*
...
...
drivers/mtd/ftl.c
浏览文件 @
a1452a37
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
The initial developer of the original code is David A. Hinds
The initial developer of the original code is David A. Hinds
<dahinds@users.sourceforge.net>. Portions created by David A. Hinds
<dahinds@users.sourceforge.net>. Portions created by David A. Hinds
are Copyright
(C)
1999 David A. Hinds. All Rights Reserved.
are Copyright
©
1999 David A. Hinds. All Rights Reserved.
Alternatively, the contents of this file may be used under the
Alternatively, the contents of this file may be used under the
terms of the GNU General Public License version 2 (the "GPL"), in
terms of the GNU General Public License version 2 (the "GPL"), in
...
...
drivers/mtd/inftlcore.c
浏览文件 @
a1452a37
/*
/*
* inftlcore.c -- Linux driver for Inverse Flash Translation Layer (INFTL)
* inftlcore.c -- Linux driver for Inverse Flash Translation Layer (INFTL)
*
*
*
(C) Copyright
2002, Greg Ungerer (gerg@snapgear.com)
*
Copyright ©
2002, Greg Ungerer (gerg@snapgear.com)
*
*
* Based heavily on the nftlcore.c code which is:
* Based heavily on the nftlcore.c code which is:
*
(c)
1999 Machine Vision Holdings, Inc.
*
Copyright ©
1999 Machine Vision Holdings, Inc.
*
Author:
David Woodhouse <dwmw2@infradead.org>
*
Copyright © 1999
David Woodhouse <dwmw2@infradead.org>
*
*
* This program is free software; you can redistribute it and/or modify
* 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
* it under the terms of the GNU General Public License as published by
...
...
drivers/mtd/inftlmount.c
浏览文件 @
a1452a37
...
@@ -2,11 +2,11 @@
...
@@ -2,11 +2,11 @@
* inftlmount.c -- INFTL mount code with extensive checks.
* inftlmount.c -- INFTL mount code with extensive checks.
*
*
* Author: Greg Ungerer (gerg@snapgear.com)
* Author: Greg Ungerer (gerg@snapgear.com)
*
(C) Copyright
2002-2003, Greg Ungerer (gerg@snapgear.com)
*
Copyright ©
2002-2003, Greg Ungerer (gerg@snapgear.com)
*
*
* Based heavily on the nftlmount.c code which is:
* Based heavily on the nftlmount.c code which is:
* Author: Fabrice Bellard (fabrice.bellard@netgem.com)
* Author: Fabrice Bellard (fabrice.bellard@netgem.com)
* Copyright
(C)
2000 Netgem S.A.
* Copyright
©
2000 Netgem S.A.
*
*
* This program is free software; you can redistribute it and/or modify
* 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
* it under the terms of the GNU General Public License as published by
...
...
drivers/mtd/mtd_blkdevs.c
浏览文件 @
a1452a37
/*
/*
*
(C) 2003 David Woodhouse <dwmw2@infradead.org>
*
Interface to Linux block layer for MTD 'translation layers'.
*
*
* Interface to Linux 2.5 block layer for MTD 'translation layers'.
* Copyright © 2003-2010 David Woodhouse <dwmw2@infradead.org>
*
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
*/
*/
...
...
drivers/mtd/mtdblock.c
浏览文件 @
a1452a37
/*
/*
* Direct MTD block device access
* Direct MTD block device access
*
*
* (C) 2000-2003 Nicolas Pitre <nico@fluxnic.net>
* Copyright © 1999-2010 David Woodhouse <dwmw2@infradead.org>
* (C) 1999-2003 David Woodhouse <dwmw2@infradead.org>
* Copyright © 2000-2003 Nicolas Pitre <nico@fluxnic.net>
*
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
*/
#include <linux/fs.h>
#include <linux/fs.h>
...
...
drivers/mtd/mtdblock_ro.c
浏览文件 @
a1452a37
/*
/*
* (C) 2003 David Woodhouse <dwmw2@infradead.org>
*
* Simple read-only (writable only for RAM) mtdblock driver
* Simple read-only (writable only for RAM) mtdblock driver
*
* Copyright © 2001-2010 David Woodhouse <dwmw2@infradead.org>
*
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
*/
#include <linux/init.h>
#include <linux/init.h>
...
...
drivers/mtd/mtdchar.c
浏览文件 @
a1452a37
/*
/*
* Character-device access to raw MTD devices.
* Copyright © 1999-2010 David Woodhouse <dwmw2@infradead.org>
*
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
*/
*/
...
...
drivers/mtd/mtdconcat.c
浏览文件 @
a1452a37
/*
/*
* MTD device concatenation layer
* MTD device concatenation layer
*
*
* (C) 2002 Robert Kaiser <rkaiser@sysgo.de>
* Copyright © 2002 Robert Kaiser <rkaiser@sysgo.de>
* Copyright © 2002-2010 David Woodhouse <dwmw2@infradead.org>
*
*
* NAND support by Christian Gan <cgan@iders.ca>
* NAND support by Christian Gan <cgan@iders.ca>
*
*
* This code is GPL
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
*/
#include <linux/kernel.h>
#include <linux/kernel.h>
...
...
drivers/mtd/mtdcore.c
浏览文件 @
a1452a37
...
@@ -2,9 +2,23 @@
...
@@ -2,9 +2,23 @@
* Core registration and callback routines for MTD
* Core registration and callback routines for MTD
* drivers and users.
* drivers and users.
*
*
* bdi bits are:
* Copyright © 1999-2010 David Woodhouse <dwmw2@infradead.org>
* Copyright © 2006 Red Hat, Inc. All Rights Reserved.
* Copyright © 2006 Red Hat UK Limited
* Written by David Howells (dhowells@redhat.com)
*
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
*/
#include <linux/module.h>
#include <linux/module.h>
...
...
drivers/mtd/mtdoops.c
浏览文件 @
a1452a37
/*
/*
* MTD Oops/Panic logger
* MTD Oops/Panic logger
*
*
* Copyright
(C)
2007 Nokia Corporation. All rights reserved.
* Copyright
©
2007 Nokia Corporation. All rights reserved.
*
*
* Author: Richard Purdie <rpurdie@openedhand.com>
* Author: Richard Purdie <rpurdie@openedhand.com>
*
*
...
...
drivers/mtd/mtdpart.c
浏览文件 @
a1452a37
/*
/*
* Simple MTD partitioning layer
* Simple MTD partitioning layer
*
*
* (C) 2000 Nicolas Pitre <nico@fluxnic.net>
* Copyright © 2000 Nicolas Pitre <nico@fluxnic.net>
* Copyright © 2002 Thomas Gleixner <gleixner@linutronix.de>
* Copyright © 2000-2010 David Woodhouse <dwmw2@infradead.org>
*
*
* This code is GPL
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* 02-21-2002 Thomas Gleixner <gleixner@autronix.de>
* added support for read_oob, write_oob
*/
*/
#include <linux/module.h>
#include <linux/module.h>
...
...
drivers/mtd/mtdsuper.c
浏览文件 @
a1452a37
/* MTD-based superblock management
/* MTD-based superblock management
*
*
* Copyright © 2001-2007 Red Hat, Inc. All Rights Reserved.
* Copyright © 2001-2007 Red Hat, Inc. All Rights Reserved.
* Copyright © 2001-2010 David Woodhouse <dwmw2@infradead.org>
*
* Written by: David Howells <dhowells@redhat.com>
* Written by: David Howells <dhowells@redhat.com>
* David Woodhouse <dwmw2@infradead.org>
* David Woodhouse <dwmw2@infradead.org>
*
*
...
...
drivers/mtd/nftlcore.c
浏览文件 @
a1452a37
/* Linux driver for NAND Flash Translation Layer */
/* (c) 1999 Machine Vision Holdings, Inc. */
/* Author: David Woodhouse <dwmw2@infradead.org> */
/*
/*
The contents of this file are distributed under the GNU General
* Linux driver for NAND Flash Translation Layer
Public License version 2. The author places no additional
*
restrictions of any kind on it.
* Copyright © 1999 Machine Vision Holdings, Inc.
* Copyright © 1999-2010 David Woodhouse <dwmw2@infradead.org>
*
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
*/
#define PRERELEASE
#define PRERELEASE
...
...
drivers/mtd/nftlmount.c
浏览文件 @
a1452a37
...
@@ -2,7 +2,8 @@
...
@@ -2,7 +2,8 @@
* NFTL mount code with extensive checks
* NFTL mount code with extensive checks
*
*
* Author: Fabrice Bellard (fabrice.bellard@netgem.com)
* Author: Fabrice Bellard (fabrice.bellard@netgem.com)
* Copyright (C) 2000 Netgem S.A.
* Copyright © 2000 Netgem S.A.
* Copyright © 1999-2010 David Woodhouse <dwmw2@infradead.org>
*
*
* This program is free software; you can redistribute it and/or modify
* 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
* it under the terms of the GNU General Public License as published by
...
...
drivers/mtd/ofpart.c
浏览文件 @
a1452a37
/*
/*
* Flash partitions described by the OF (or flattened) device tree
* Flash partitions described by the OF (or flattened) device tree
*
*
* Copyright
(C)
2006 MontaVista Software Inc.
* Copyright
©
2006 MontaVista Software Inc.
* Author: Vitaly Wool <vwool@ru.mvista.com>
* Author: Vitaly Wool <vwool@ru.mvista.com>
*
*
* Revised to handle newer style flash binding by:
* Revised to handle newer style flash binding by:
* Copyright
(C)
2007 David Gibson, IBM Corporation.
* Copyright
©
2007 David Gibson, IBM Corporation.
*
*
* This program is free software; you can redistribute it and/or modify it
* 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 the
* under the terms of the GNU General Public License as published by the
...
...
drivers/mtd/redboot.c
浏览文件 @
a1452a37
/*
/*
* Parse RedBoot-style Flash Image System (FIS) tables and
* Parse RedBoot-style Flash Image System (FIS) tables and
* produce a Linux partition array to match.
* produce a Linux partition array to match.
*
* Copyright © 2001 Red Hat UK Limited
* Copyright © 2001-2010 David Woodhouse <dwmw2@infradead.org>
*
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
*/
#include <linux/kernel.h>
#include <linux/kernel.h>
...
...
drivers/mtd/rfd_ftl.c
浏览文件 @
a1452a37
/*
/*
* rfd_ftl.c -- resident flash disk (flash translation layer)
* rfd_ftl.c -- resident flash disk (flash translation layer)
*
*
* Copyright
(C)
2005 Sean Young <sean@mess.org>
* Copyright
©
2005 Sean Young <sean@mess.org>
*
*
* This type of flash translation layer (FTL) is used by the Embedded BIOS
* 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:
* by General Software. It is known as the Resident Flash Disk (RFD), see:
...
...
drivers/mtd/ssfdc.c
浏览文件 @
a1452a37
/*
/*
* Linux driver for SSFDC Flash Translation Layer (Read only)
* Linux driver for SSFDC Flash Translation Layer (Read only)
*
(c)
2005 Eptar srl
*
©
2005 Eptar srl
* Author: Claudio Lanconelli <lanconelli.claudio@eptar.com>
* Author: Claudio Lanconelli <lanconelli.claudio@eptar.com>
*
*
* Based on NTFL and MTDBLOCK_RO drivers
* Based on NTFL and MTDBLOCK_RO drivers
...
...
include/linux/mtd/bbm.h
浏览文件 @
a1452a37
...
@@ -4,12 +4,26 @@
...
@@ -4,12 +4,26 @@
* NAND family Bad Block Management (BBM) header file
* NAND family Bad Block Management (BBM) header file
* - Bad Block Table (BBT) implementation
* - Bad Block Table (BBT) implementation
*
*
* Copyright
(c)
2005 Samsung Electronics
* Copyright
©
2005 Samsung Electronics
* Kyungmin Park <kyungmin.park@samsung.com>
* Kyungmin Park <kyungmin.park@samsung.com>
*
*
* Copyright
(c)
2000-2005
* Copyright
©
2000-2005
* Thomas Gleixner <tglx@linuxtronix.de>
* Thomas Gleixner <tglx@linuxtronix.de>
*
*
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
*/
#ifndef __LINUX_MTD_BBM_H
#ifndef __LINUX_MTD_BBM_H
#define __LINUX_MTD_BBM_H
#define __LINUX_MTD_BBM_H
...
...
include/linux/mtd/blktrans.h
浏览文件 @
a1452a37
/*
/*
*
(C) 2003
David Woodhouse <dwmw2@infradead.org>
*
Copyright © 2003-2010
David Woodhouse <dwmw2@infradead.org>
*
*
* Interface to Linux block layer for MTD 'translation layers'.
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
*/
*/
...
...
include/linux/mtd/cfi.h
浏览文件 @
a1452a37
/*
/* Common Flash Interface structures
* Copyright © 2000-2010 David Woodhouse <dwmw2@infradead.org> et al.
* See http://support.intel.com/design/flash/technote/index.htm
*
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
*/
#ifndef __MTD_CFI_H__
#ifndef __MTD_CFI_H__
...
...
include/linux/mtd/cfi_endian.h
浏览文件 @
a1452a37
/*
* Copyright © 2001-2010 David Woodhouse <dwmw2@infradead.org>
*
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
#include <asm/byteorder.h>
#include <asm/byteorder.h>
#ifndef CONFIG_MTD_CFI_ADV_OPTIONS
#ifndef CONFIG_MTD_CFI_ADV_OPTIONS
...
...
include/linux/mtd/concat.h
浏览文件 @
a1452a37
/*
/*
* MTD device concatenation layer definitions
* MTD device concatenation layer definitions
*
*
* (C) 2002 Robert Kaiser <rkaiser@sysgo.de>
* Copyright © 2002 Robert Kaiser <rkaiser@sysgo.de>
*
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* This code is GPL
*/
*/
#ifndef MTD_CONCAT_H
#ifndef MTD_CONCAT_H
...
...
include/linux/mtd/doc2000.h
浏览文件 @
a1452a37
/*
/*
* Linux driver for Disk-On-Chip devices
* Linux driver for Disk-On-Chip devices
*
*
* Copyright (C) 1999 Machine Vision Holdings, Inc.
* Copyright © 1999 Machine Vision Holdings, Inc.
* Copyright (C) 2001-2003 David Woodhouse <dwmw2@infradead.org>
* Copyright © 1999-2010 David Woodhouse <dwmw2@infradead.org>
* Copyright (C) 2002-2003 Greg Ungerer <gerg@snapgear.com>
* Copyright © 2002-2003 Greg Ungerer <gerg@snapgear.com>
* Copyright (C) 2002-2003 SnapGear Inc
* Copyright © 2002-2003 SnapGear Inc
*
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Released under GPL
*/
*/
#ifndef __MTD_DOC2000_H__
#ifndef __MTD_DOC2000_H__
...
...
include/linux/mtd/flashchip.h
浏览文件 @
a1452a37
/*
/*
* struct flchip definition
* Copyright © 2000 Red Hat UK Limited
* Copyright © 2000-2010 David Woodhouse <dwmw2@infradead.org>
*
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* Contains information about the location and state of a given flash device
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* (C) 2000 Red Hat. GPLd.
*/
*/
#ifndef __MTD_FLASHCHIP_H__
#ifndef __MTD_FLASHCHIP_H__
...
...
include/linux/mtd/gen_probe.h
浏览文件 @
a1452a37
/*
/*
* (C) 2001, 2001 Red Hat, Inc.
* Copyright © 2001 Red Hat UK Limited
* GPL'd
* Copyright © 2001-2010 David Woodhouse <dwmw2@infradead.org>
*
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
*/
#ifndef __LINUX_MTD_GEN_PROBE_H__
#ifndef __LINUX_MTD_GEN_PROBE_H__
...
...
include/linux/mtd/map.h
浏览文件 @
a1452a37
/*
* Copyright © 2000-2010 David Woodhouse <dwmw2@infradead.org> et al.
*
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
/* Overhauled routines for dealing with different mmap regions of flash */
/* Overhauled routines for dealing with different mmap regions of flash */
...
...
include/linux/mtd/mtd.h
浏览文件 @
a1452a37
/*
/*
* Copyright (C) 1999-2003 David Woodhouse <dwmw2@infradead.org> et al.
* Copyright © 1999-2010 David Woodhouse <dwmw2@infradead.org> et al.
*
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
* Released under GPL
*/
*/
#ifndef __MTD_MTD_H__
#ifndef __MTD_MTD_H__
...
...
include/linux/mtd/nand.h
浏览文件 @
a1452a37
/*
/*
* linux/include/linux/mtd/nand.h
* linux/include/linux/mtd/nand.h
*
*
* Copyright
(c) 200
0 David Woodhouse <dwmw2@infradead.org>
* Copyright
© 2000-201
0 David Woodhouse <dwmw2@infradead.org>
* Steven J. Hill <sjhill@realitydiluted.com>
*
Steven J. Hill <sjhill@realitydiluted.com>
* Thomas Gleixner <tglx@linutronix.de>
*
Thomas Gleixner <tglx@linutronix.de>
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* it under the terms of the GNU General Public License version 2 as
...
...
include/linux/mtd/nand_ecc.h
浏览文件 @
a1452a37
/*
/*
* drivers/mtd/nand_ecc.h
* drivers/mtd/nand_ecc.h
*
*
* Copyright (C) 2000 Steven J. Hill (sjhill@realitydiluted.com)
* Copyright (C) 2000-2010 Steven J. Hill <sjhill@realitydiluted.com>
* David Woodhouse <dwmw2@infradead.org>
* Thomas Gleixner <tglx@linutronix.de>
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* it under the terms of the GNU General Public License version 2 as
...
...
include/linux/mtd/nftl.h
浏览文件 @
a1452a37
/*
/*
* (C) 1999-2003 David Woodhouse <dwmw2@infradead.org>
* Copyright © 1999-2010 David Woodhouse <dwmw2@infradead.org>
*
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
*/
#ifndef __MTD_NFTL_H__
#ifndef __MTD_NFTL_H__
...
...
include/mtd/mtd-abi.h
浏览文件 @
a1452a37
/*
/*
* Portions of MTD ABI definition which are shared by kernel and user space
* Copyright © 1999-2010 David Woodhouse <dwmw2@infradead.org> et al.
*
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
*/
#ifndef __MTD_ABI_H__
#ifndef __MTD_ABI_H__
...
...
include/mtd/mtd-user.h
浏览文件 @
a1452a37
/*
/*
* MTD ABI header for use by user space only.
* Copyright © 1999-2010 David Woodhouse <dwmw2@infradead.org>
*
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
*/
#ifndef __MTD_USER_H__
#ifndef __MTD_USER_H__
...
...
include/mtd/nftl-user.h
浏览文件 @
a1452a37
/*
/*
* Parts of NFTL headers shared with userspace
* Copyright © 1999-2010 David Woodhouse <dwmw2@infradead.org>
*
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*
*/
*/
...
...
include/mtd/ubi-user.h
浏览文件 @
a1452a37
/*
/*
* Copyright
(c)
International Business Machines Corp., 2006
* Copyright
©
International Business Machines Corp., 2006
*
*
* This program is free software; you can redistribute it and/or modify
* 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
* it under the terms of the GNU General Public License as published by
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录