Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83480
b: refs/heads/master
c: 2b54aae
h: refs/heads/master
v: v3
  • Loading branch information
Joern Engel authored and Linus Torvalds committed Feb 6, 2008
1 parent ee3f81f commit 670271a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dcc85cb61808098d22792db95f1dfa9c8b3bcf6d
refs/heads/master: 2b54aaef7a3a77f208bc14f576010da4fb8dfe29
10 changes: 8 additions & 2 deletions trunk/MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,12 @@ L: linux-kernel@vger.kernel.org
T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
S: Maintained

BLOCK2MTD DRIVER
P: Joern Engel
M: joern@lazybastard.org
L: linux-mtd@lists.infradead.org
S: Maintained

BLUETOOTH SUBSYSTEM
P: Marcel Holtmann
M: marcel@holtmann.org
Expand Down Expand Up @@ -3030,8 +3036,8 @@ L: linux-abi-devel@lists.sourceforge.net
S: Maintained

PHRAM MTD DRIVER
P: Jörn Engel
M: joern@wh.fh-wedel.de
P: Joern Engel
M: joern@lazybastard.org
L: linux-mtd@lists.infradead.org
S: Maintained

Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/devices/block2mtd.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* block2mtd.c - create an mtd from a block device
*
* Copyright (C) 2001,2002 Simon Evans <spse@secret.org.uk>
* Copyright (C) 2004-2006 Jörn Engel <joern@wh.fh-wedel.de>
* Copyright (C) 2004-2006 Joern Engel <joern@wh.fh-wedel.de>
*
* Licence: GPL
*/
Expand Down Expand Up @@ -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");
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/devices/phram.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* $Id: phram.c,v 1.16 2005/11/07 11:14:25 gleixner Exp $
*
* Copyright (c) ???? Jochen Schäuble <psionic@psionic.de>
* Copyright (c) 2003-2004 Jörn Engel <joern@wh.fh-wedel.de>
* Copyright (c) 2003-2004 Joern Engel <joern@wh.fh-wedel.de>
*
* Usage:
*
Expand Down Expand Up @@ -299,5 +299,5 @@ module_init(init_phram);
module_exit(cleanup_phram);

MODULE_LICENSE("GPL");
MODULE_AUTHOR("Jörn Engel <joern@wh.fh-wedel.de>");
MODULE_AUTHOR("Joern Engel <joern@wh.fh-wedel.de>");
MODULE_DESCRIPTION("MTD driver for physical RAM");
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/maps/mtx-1_flash.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* $Id: mtx-1_flash.c,v 1.2 2005/11/07 11:14:27 gleixner Exp $
*
* (C) 2005 Bruno Randolf <bruno.randolf@4g-systems.biz>
* (C) 2005 Jörn Engel <joern@wohnheim.fh-wedel.de>
* (C) 2005 Joern Engel <joern@wohnheim.fh-wedel.de>
*
*/

Expand Down
2 changes: 1 addition & 1 deletion trunk/scripts/checkstack.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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 <arnd@bergmann-dalldorf.de>
Expand Down

0 comments on commit 670271a

Please sign in to comment.