forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Claim maintainership for block2mtd and update email addresses
I have been prime author and maintainer of block2mtd from day one, but neither MAINTAINERS nor the module source makes this fact clear. And while I'm at it, update my email addresses tree-wide, as the old address currently bounces and change my name to "joern" as unicode will likely continue to cause trouble until the end of this century. Signed-off-by: Joern Engel <[email protected]> Cc: David Woodhouse <[email protected]> Cc: Andy Whitcroft <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information
Joern Engel
authored and
Linus Torvalds
committed
Feb 6, 2008
1 parent
dcc85cb
commit 2b54aae
Showing
5 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -840,6 +840,12 @@ L: [email protected] | |
T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git | ||
S: Maintained | ||
|
||
BLOCK2MTD DRIVER | ||
P: Joern Engel | ||
M: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
|
||
BLUETOOTH SUBSYSTEM | ||
P: Marcel Holtmann | ||
M: [email protected] | ||
|
@@ -3030,8 +3036,8 @@ L: [email protected] | |
S: Maintained | ||
|
||
PHRAM MTD DRIVER | ||
P: Jörn Engel | ||
M: joern@wh.fh-wedel.de | ||
P: Joern Engel | ||
M: joern@lazybastard.org | ||
L: [email protected] | ||
S: Maintained | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* block2mtd.c - create an mtd from a block device | ||
* | ||
* Copyright (C) 2001,2002 Simon Evans <[email protected]> | ||
* Copyright (C) 2004-2006 Jörn Engel <[email protected]> | ||
* Copyright (C) 2004-2006 Joern Engel <[email protected]> | ||
* | ||
* Licence: GPL | ||
*/ | ||
|
@@ -485,5 +485,5 @@ module_init(block2mtd_init); | |
module_exit(block2mtd_exit); | ||
|
||
MODULE_LICENSE("GPL"); | ||
MODULE_AUTHOR("Simon Evans <spse@secret.org.uk> and others"); | ||
MODULE_AUTHOR("Joern Engel <joern@lazybastard.org>"); | ||
MODULE_DESCRIPTION("Emulate an MTD using a block device"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* $Id: phram.c,v 1.16 2005/11/07 11:14:25 gleixner Exp $ | ||
* | ||
* Copyright (c) ???? Jochen Schäuble <[email protected]> | ||
* Copyright (c) 2003-2004 Jörn Engel <[email protected]> | ||
* Copyright (c) 2003-2004 Joern Engel <[email protected]> | ||
* | ||
* Usage: | ||
* | ||
|
@@ -299,5 +299,5 @@ module_init(init_phram); | |
module_exit(cleanup_phram); | ||
|
||
MODULE_LICENSE("GPL"); | ||
MODULE_AUTHOR("Jörn Engel <[email protected]>"); | ||
MODULE_AUTHOR("Joern Engel <[email protected]>"); | ||
MODULE_DESCRIPTION("MTD driver for physical RAM"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* $Id: mtx-1_flash.c,v 1.2 2005/11/07 11:14:27 gleixner Exp $ | ||
* | ||
* (C) 2005 Bruno Randolf <[email protected]> | ||
* (C) 2005 Jörn Engel <[email protected]> | ||
* (C) 2005 Joern Engel <[email protected]> | ||
* | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
# Check the stack usage of functions | ||
# | ||
# Copyright Joern Engel <joern@wh.fh-wedel.de> | ||
# Copyright Joern Engel <joern@lazybastard.org> | ||
# Inspired by Linus Torvalds | ||
# Original idea maybe from Keith Owens | ||
# s390 port and big speedup by Arnd Bergmann <[email protected]> | ||
|