aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoern Engel <joern@lazybastard.org>2008-02-06 04:38:02 -0500
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2008-02-06 13:41:09 -0500
commit2b54aaef7a3a77f208bc14f576010da4fb8dfe29 (patch)
tree406f5cdc79f06621d8086fa70d0fa792c663ec71
parentdcc85cb61808098d22792db95f1dfa9c8b3bcf6d (diff)
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 <joern@lazybastard.org> Cc: David Woodhouse <dwmw2@infradead.org> Cc: Andy Whitcroft <apw@shadowen.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--MAINTAINERS10
-rw-r--r--drivers/mtd/devices/block2mtd.c4
-rw-r--r--drivers/mtd/devices/phram.c4
-rw-r--r--drivers/mtd/maps/mtx-1_flash.c2
-rwxr-xr-xscripts/checkstack.pl2
5 files changed, 14 insertions, 8 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index eacd304ce58b..c5325d2bb86d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -840,6 +840,12 @@ L: linux-kernel@vger.kernel.org
840T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git 840T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
841S: Maintained 841S: Maintained
842 842
843BLOCK2MTD DRIVER
844P: Joern Engel
845M: joern@lazybastard.org
846L: linux-mtd@lists.infradead.org
847S: Maintained
848
843BLUETOOTH SUBSYSTEM 849BLUETOOTH SUBSYSTEM
844P: Marcel Holtmann 850P: Marcel Holtmann
845M: marcel@holtmann.org 851M: marcel@holtmann.org
@@ -3030,8 +3036,8 @@ L: linux-abi-devel@lists.sourceforge.net
3030S: Maintained 3036S: Maintained
3031 3037
3032PHRAM MTD DRIVER 3038PHRAM MTD DRIVER
3033P: Jörn Engel 3039P: Joern Engel
3034M: joern@wh.fh-wedel.de 3040M: joern@lazybastard.org
3035L: linux-mtd@lists.infradead.org 3041L: linux-mtd@lists.infradead.org
3036S: Maintained 3042S: Maintained
3037 3043
diff --git a/drivers/mtd/devices/block2mtd.c b/drivers/mtd/devices/block2mtd.c
index be4b9948c762..eeaaa9dce6ef 100644
--- a/drivers/mtd/devices/block2mtd.c
+++ b/drivers/mtd/devices/block2mtd.c
@@ -4,7 +4,7 @@
4 * block2mtd.c - create an mtd from a block device 4 * block2mtd.c - create an mtd from a block device
5 * 5 *
6 * Copyright (C) 2001,2002 Simon Evans <spse@secret.org.uk> 6 * Copyright (C) 2001,2002 Simon Evans <spse@secret.org.uk>
7 * Copyright (C) 2004-2006 Jörn Engel <joern@wh.fh-wedel.de> 7 * Copyright (C) 2004-2006 Joern Engel <joern@wh.fh-wedel.de>
8 * 8 *
9 * Licence: GPL 9 * Licence: GPL
10 */ 10 */
@@ -485,5 +485,5 @@ module_init(block2mtd_init);
485module_exit(block2mtd_exit); 485module_exit(block2mtd_exit);
486 486
487MODULE_LICENSE("GPL"); 487MODULE_LICENSE("GPL");
488MODULE_AUTHOR("Simon Evans <spse@secret.org.uk> and others"); 488MODULE_AUTHOR("Joern Engel <joern@lazybastard.org>");
489MODULE_DESCRIPTION("Emulate an MTD using a block device"); 489MODULE_DESCRIPTION("Emulate an MTD using a block device");
diff --git a/drivers/mtd/devices/phram.c b/drivers/mtd/devices/phram.c
index 56cc1ca7ffd5..180298b92a7a 100644
--- a/drivers/mtd/devices/phram.c
+++ b/drivers/mtd/devices/phram.c
@@ -2,7 +2,7 @@
2 * $Id: phram.c,v 1.16 2005/11/07 11:14:25 gleixner Exp $ 2 * $Id: phram.c,v 1.16 2005/11/07 11:14:25 gleixner Exp $
3 * 3 *
4 * Copyright (c) ???? Jochen Schäuble <psionic@psionic.de> 4 * Copyright (c) ???? Jochen Schäuble <psionic@psionic.de>
5 * Copyright (c) 2003-2004 Jörn Engel <joern@wh.fh-wedel.de> 5 * Copyright (c) 2003-2004 Joern Engel <joern@wh.fh-wedel.de>
6 * 6 *
7 * Usage: 7 * Usage:
8 * 8 *
@@ -299,5 +299,5 @@ module_init(init_phram);
299module_exit(cleanup_phram); 299module_exit(cleanup_phram);
300 300
301MODULE_LICENSE("GPL"); 301MODULE_LICENSE("GPL");
302MODULE_AUTHOR("Jörn Engel <joern@wh.fh-wedel.de>"); 302MODULE_AUTHOR("Joern Engel <joern@wh.fh-wedel.de>");
303MODULE_DESCRIPTION("MTD driver for physical RAM"); 303MODULE_DESCRIPTION("MTD driver for physical RAM");
diff --git a/drivers/mtd/maps/mtx-1_flash.c b/drivers/mtd/maps/mtx-1_flash.c
index d884f2be28f6..2a8fde9b92f0 100644
--- a/drivers/mtd/maps/mtx-1_flash.c
+++ b/drivers/mtd/maps/mtx-1_flash.c
@@ -4,7 +4,7 @@
4 * $Id: mtx-1_flash.c,v 1.2 2005/11/07 11:14:27 gleixner Exp $ 4 * $Id: mtx-1_flash.c,v 1.2 2005/11/07 11:14:27 gleixner Exp $
5 * 5 *
6 * (C) 2005 Bruno Randolf <bruno.randolf@4g-systems.biz> 6 * (C) 2005 Bruno Randolf <bruno.randolf@4g-systems.biz>
7 * (C) 2005 Jörn Engel <joern@wohnheim.fh-wedel.de> 7 * (C) 2005 Joern Engel <joern@wohnheim.fh-wedel.de>
8 * 8 *
9 */ 9 */
10 10
diff --git a/scripts/checkstack.pl b/scripts/checkstack.pl
index d716b76098bb..340ad6920511 100755
--- a/scripts/checkstack.pl
+++ b/scripts/checkstack.pl
@@ -2,7 +2,7 @@
2 2
3# Check the stack usage of functions 3# Check the stack usage of functions
4# 4#
5# Copyright Joern Engel <joern@wh.fh-wedel.de> 5# Copyright Joern Engel <joern@lazybastard.org>
6# Inspired by Linus Torvalds 6# Inspired by Linus Torvalds
7# Original idea maybe from Keith Owens 7# Original idea maybe from Keith Owens
8# s390 port and big speedup by Arnd Bergmann <arnd@bergmann-dalldorf.de> 8# s390 port and big speedup by Arnd Bergmann <arnd@bergmann-dalldorf.de>