Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
1f948b43
Commit
1f948b43
authored
Nov 07, 2005
by
Thomas Gleixner
Committed by
Thomas Gleixner
Nov 07, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MTD] chips: Clean up trailing white spaces
Signed-off-by:
Thomas Gleixner
<
tglx@linutronix.de
>
parent
e4f0648f
Changes
15
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
493 additions
and
493 deletions
+493
-493
drivers/mtd/chips/Kconfig
drivers/mtd/chips/Kconfig
+11
-11
drivers/mtd/chips/Makefile
drivers/mtd/chips/Makefile
+2
-2
drivers/mtd/chips/amd_flash.c
drivers/mtd/chips/amd_flash.c
+40
-40
drivers/mtd/chips/cfi_cmdset_0001.c
drivers/mtd/chips/cfi_cmdset_0001.c
+75
-75
drivers/mtd/chips/cfi_cmdset_0002.c
drivers/mtd/chips/cfi_cmdset_0002.c
+65
-65
drivers/mtd/chips/cfi_cmdset_0020.c
drivers/mtd/chips/cfi_cmdset_0020.c
+86
-86
drivers/mtd/chips/cfi_probe.c
drivers/mtd/chips/cfi_probe.c
+49
-49
drivers/mtd/chips/cfi_util.c
drivers/mtd/chips/cfi_util.c
+8
-8
drivers/mtd/chips/chipreg.c
drivers/mtd/chips/chipreg.c
+3
-3
drivers/mtd/chips/fwh_lock.h
drivers/mtd/chips/fwh_lock.h
+3
-3
drivers/mtd/chips/gen_probe.c
drivers/mtd/chips/gen_probe.c
+16
-16
drivers/mtd/chips/jedec.c
drivers/mtd/chips/jedec.c
+103
-103
drivers/mtd/chips/jedec_probe.c
drivers/mtd/chips/jedec_probe.c
+24
-24
drivers/mtd/chips/map_absent.c
drivers/mtd/chips/map_absent.c
+4
-4
drivers/mtd/chips/sharp.c
drivers/mtd/chips/sharp.c
+4
-4
No files found.
drivers/mtd/chips/Kconfig
View file @
1f948b43
# drivers/mtd/chips/Kconfig
# $Id: Kconfig,v 1.1
5 2005/06/06 23:04:35 tpoyno
r Exp $
# $Id: Kconfig,v 1.1
8 2005/11/07 11:14:22 gleixne
r Exp $
menu "RAM/ROM/Flash chip drivers"
depends on MTD!=n
...
...
drivers/mtd/chips/Makefile
View file @
1f948b43
#
# linux/drivers/chips/Makefile
#
# $Id: Makefile.common,v 1.
4 2004/07/12 16:07:30 dwmw2
Exp $
# $Id: Makefile.common,v 1.
5 2005/11/07 11:14:22 gleixner
Exp $
# *** BIG UGLY NOTE ***
#
...
...
drivers/mtd/chips/amd_flash.c
View file @
1f948b43
...
...
@@ -3,7 +3,7 @@
*
* Author: Jonas Holmberg <jonas.holmberg@axis.com>
*
* $Id: amd_flash.c,v 1.2
7 2005/02/04 07:43:09 jonashg
Exp $
* $Id: amd_flash.c,v 1.2
8 2005/11/07 11:14:22 gleixner
Exp $
*
* Copyright (c) 2001 Axis Communications AB
*
...
...
drivers/mtd/chips/cfi_cmdset_0001.c
View file @
1f948b43
...
...
@@ -4,7 +4,7 @@
*
* (C) 2000 Red Hat. GPL'd
*
* $Id: cfi_cmdset_0001.c,v 1.18
4 2005/10/25 20:28:40 nico
Exp $
* $Id: cfi_cmdset_0001.c,v 1.18
5 2005/11/07 11:14:22 gleixner
Exp $
*
*
* 10/10/2000 Nicolas Pitre <nico@cam.org>
...
...
drivers/mtd/chips/cfi_cmdset_0002.c
View file @
1f948b43
...
...
@@ -17,7 +17,7 @@
*
* This code is GPL
*
* $Id: cfi_cmdset_0002.c,v 1.12
1 2005/11/07 09:00:01
gleixner Exp $
* $Id: cfi_cmdset_0002.c,v 1.12
2 2005/11/07 11:14:22
gleixner Exp $
*
*/
...
...
drivers/mtd/chips/cfi_cmdset_0020.c
View file @
1f948b43
...
...
@@ -4,7 +4,7 @@
*
* (C) 2000 Red Hat. GPL'd
*
* $Id: cfi_cmdset_0020.c,v 1.2
0 2005/07/20 21:01:14 tpoyno
r Exp $
* $Id: cfi_cmdset_0020.c,v 1.2
2 2005/11/07 11:14:22 gleixne
r Exp $
*
* 10/10/2000 Nicolas Pitre <nico@cam.org>
* - completely revamped method functions so they are aware and
...
...
drivers/mtd/chips/cfi_probe.c
View file @
1f948b43
/*
Common Flash Interface probe code.
(C) 2000 Red Hat. GPL'd.
$Id: cfi_probe.c,v 1.8
3 2004/11/16 18:19:02 nico
Exp $
$Id: cfi_probe.c,v 1.8
4 2005/11/07 11:14:23 gleixner
Exp $
*/
#include <linux/config.h>
...
...
drivers/mtd/chips/cfi_util.c
View file @
1f948b43
...
...
@@ -7,7 +7,7 @@
*
* This code is covered by the GPL.
*
* $Id: cfi_util.c,v 1.
9 2005/07/20 21:01:14 tpoyno
r Exp $
* $Id: cfi_util.c,v 1.
10 2005/11/07 11:14:23 gleixne
r Exp $
*
*/
...
...
drivers/mtd/chips/chipreg.c
View file @
1f948b43
drivers/mtd/chips/fwh_lock.h
View file @
1f948b43
drivers/mtd/chips/gen_probe.c
View file @
1f948b43
...
...
@@ -2,7 +2,7 @@
* Routines common to all CFI-type probes.
* (C) 2001-2003 Red Hat, Inc.
* GPL'd
* $Id: gen_probe.c,v 1.2
3 2005/08/06 04:40:41 nico
Exp $
* $Id: gen_probe.c,v 1.2
4 2005/11/07 11:14:23 gleixner
Exp $
*/
#include <linux/kernel.h>
...
...
drivers/mtd/chips/jedec.c
View file @
1f948b43
drivers/mtd/chips/jedec_probe.c
View file @
1f948b43
/*
Common Flash Interface probe code.
(C) 2000 Red Hat. GPL'd.
$Id: jedec_probe.c,v 1.6
3 2005/02/14 16:30:32 bjd
Exp $
$Id: jedec_probe.c,v 1.6
6 2005/11/07 11:14:23 gleixner
Exp $
See JEDEC (http://www.jedec.org/) standard JESD21C (section 3.5)
for the standard this probe goes back to.
...
...
drivers/mtd/chips/map_absent.c
View file @
1f948b43
/*
* Common code to handle absent "placeholder" devices
* Copyright 2001 Resilience Corporation <ebrower@resilience.com>
* $Id: map_absent.c,v 1.
5 2004/11/16 18:29:00 dwmw2
Exp $
* $Id: map_absent.c,v 1.
6 2005/11/07 11:14:23 gleixner
Exp $
*
* This map driver is used to allocate "placeholder" MTD
* devices on systems that have socketed/removable media.
...
...
drivers/mtd/chips/sharp.c
View file @
1f948b43
...
...
@@ -4,7 +4,7 @@
* Copyright 2000,2001 David A. Schleef <ds@schleef.org>
* 2000,2001 Lineo, Inc.
*
* $Id: sharp.c,v 1.1
5 2005/08/02 20:36:05 tpoyno
r Exp $
* $Id: sharp.c,v 1.1
6 2005/11/07 11:14:23 gleixne
r Exp $
*
* Devices supported:
* LH28F016SCT Symmetrical block flash memory, 2Mx8
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment