[PATCH] [Trivial] Update contact information

From: Miguel Ojeda
Date: Fri Jun 20 2008 - 13:29:20 EST


Excuse me for the delay.

On Thu, May 8, 2008 at 1:21 AM, Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> wrote:
>
> The preferred approach here is to remove the email address from the various
> .c and .h files altogether. People can then look up "Miguel Ojeda
> Sandonis" in ./MAINTAINERS and ./CREDITS to find you. And next time you
> move, we only need to alter those files.

Sure, I prefer that. Here is the new patch, thank you. For the next time, should I CC trivial@xxxxxxxxxx? In addition, should I remove the email field in the MODULE_AUTHOR macros?

BTW, I checked the trivial mailing list's URL stated in SubmittingPatches (http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/) and seems wrong. I was going to write a patch but I haven't been able to find the right page (only git's one: git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial.git).

Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>

---
diff -uprN linux-2.6.25-o/CREDITS linux-2.6.25/CREDITS
--- linux-2.6.25-o/CREDITS 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/CREDITS 2008-05-08 22:06:13.000000000 +0200
@@ -2609,8 +2609,9 @@ S: Perth, Western Australia
S: Australia

N: Miguel Ojeda Sandonis
-E: maxextreme@xxxxxxxxx
-W: http://maxextreme.googlepages.com/
+E: miguel.ojeda.sandonis@xxxxxxxxx
+W: http://miguelojeda.es
+W: http://jair.lab.fi.uva.es/~migojed/
D: Author of the ks0108, cfag12864b and cfag12864bfb auxiliary display drivers.
D: Maintainer of the auxiliary display drivers tree (drivers/auxdisplay/*)
S: C/ Mieses 20, 9-B
diff -uprN linux-2.6.25-o/Documentation/auxdisplay/cfag12864b linux-2.6.25/Documentation/auxdisplay/cfag12864b
--- linux-2.6.25-o/Documentation/auxdisplay/cfag12864b 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/Documentation/auxdisplay/cfag12864b 2008-05-08 23:03:43.000000000 +0200
@@ -3,7 +3,7 @@
===================================

License: GPLv2
-Author & Maintainer: Miguel Ojeda Sandonis <maxextreme@xxxxxxxxx>
+Author & Maintainer: Miguel Ojeda Sandonis
Date: 2006-10-27


@@ -22,7 +22,7 @@ Date: 2006-10-27
1. DRIVER INFORMATION
---------------------

-This driver support one cfag12864b display at time.
+This driver supports a cfag12864b LCD.


---------------------
diff -uprN linux-2.6.25-o/Documentation/auxdisplay/cfag12864b-example.c linux-2.6.25/Documentation/auxdisplay/cfag12864b-example.c
--- linux-2.6.25-o/Documentation/auxdisplay/cfag12864b-example.c 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/Documentation/auxdisplay/cfag12864b-example.c 2008-05-08 22:06:59.000000000 +0200
@@ -4,7 +4,7 @@
* Description: cfag12864b LCD userspace example program
* License: GPLv2
*
- * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@xxxxxxxxx>
+ * Author: Copyright (C) Miguel Ojeda Sandonis
* Date: 2006-10-31
*
* This program is free software; you can redistribute it and/or modify
diff -uprN linux-2.6.25-o/Documentation/auxdisplay/ks0108 linux-2.6.25/Documentation/auxdisplay/ks0108
--- linux-2.6.25-o/Documentation/auxdisplay/ks0108 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/Documentation/auxdisplay/ks0108 2008-05-08 23:01:42.000000000 +0200
@@ -3,7 +3,7 @@
==========================================

License: GPLv2
-Author & Maintainer: Miguel Ojeda Sandonis <maxextreme@xxxxxxxxx>
+Author & Maintainer: Miguel Ojeda Sandonis
Date: 2006-10-27


@@ -21,7 +21,7 @@ Date: 2006-10-27
1. DRIVER INFORMATION
---------------------

-This driver support the ks0108 LCD controller.
+This driver supports the ks0108 LCD controller.


---------------------
diff -uprN linux-2.6.25-o/drivers/auxdisplay/cfag12864b.c linux-2.6.25/drivers/auxdisplay/cfag12864b.c
--- linux-2.6.25-o/drivers/auxdisplay/cfag12864b.c 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/drivers/auxdisplay/cfag12864b.c 2008-05-08 22:07:36.000000000 +0200
@@ -5,7 +5,7 @@
* License: GPLv2
* Depends: ks0108
*
- * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@xxxxxxxxx>
+ * Author: Copyright (C) Miguel Ojeda Sandonis
* Date: 2006-10-31
*
* This program is free software; you can redistribute it and/or modify
@@ -398,5 +398,5 @@ module_init(cfag12864b_init);
module_exit(cfag12864b_exit);

MODULE_LICENSE("GPL v2");
-MODULE_AUTHOR("Miguel Ojeda Sandonis <maxextreme@xxxxxxxxx>");
+MODULE_AUTHOR("Miguel Ojeda Sandonis <miguel.ojeda.sandonis@xxxxxxxxx>");
MODULE_DESCRIPTION("cfag12864b LCD driver");
diff -uprN linux-2.6.25-o/drivers/auxdisplay/cfag12864bfb.c linux-2.6.25/drivers/auxdisplay/cfag12864bfb.c
--- linux-2.6.25-o/drivers/auxdisplay/cfag12864bfb.c 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/drivers/auxdisplay/cfag12864bfb.c 2008-05-08 22:07:27.000000000 +0200
@@ -5,7 +5,7 @@
* License: GPLv2
* Depends: cfag12864b
*
- * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@xxxxxxxxx>
+ * Author: Copyright (C) Miguel Ojeda Sandonis
* Date: 2006-10-31
*
* This program is free software; you can redistribute it and/or modify
@@ -186,5 +186,5 @@ module_init(cfag12864bfb_init);
module_exit(cfag12864bfb_exit);

MODULE_LICENSE("GPL v2");
-MODULE_AUTHOR("Miguel Ojeda Sandonis <maxextreme@xxxxxxxxx>");
+MODULE_AUTHOR("Miguel Ojeda Sandonis <miguel.ojeda.sandonis@xxxxxxxxx>");
MODULE_DESCRIPTION("cfag12864b LCD framebuffer driver");
diff -uprN linux-2.6.25-o/drivers/auxdisplay/Kconfig linux-2.6.25/drivers/auxdisplay/Kconfig
--- linux-2.6.25-o/drivers/auxdisplay/Kconfig 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/drivers/auxdisplay/Kconfig 2008-05-08 22:08:48.000000000 +0200
@@ -64,7 +64,7 @@ config KS0108_DELAY
Amount of time the ks0108 should wait between each control write
to the parallel port.

- If your driver seems to miss random writings, increment this.
+ If your LCD seems to miss random writings, increment this.

If you don't know what I'm talking about, ignore it.

diff -uprN linux-2.6.25-o/drivers/auxdisplay/ks0108.c linux-2.6.25/drivers/auxdisplay/ks0108.c
--- linux-2.6.25-o/drivers/auxdisplay/ks0108.c 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/drivers/auxdisplay/ks0108.c 2008-05-08 22:07:20.000000000 +0200
@@ -5,7 +5,7 @@
* License: GPLv2
* Depends: parport
*
- * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@xxxxxxxxx>
+ * Author: Copyright (C) Miguel Ojeda Sandonis
* Date: 2006-10-31
*
* This program is free software; you can redistribute it and/or modify
@@ -173,6 +173,6 @@ module_init(ks0108_init);
module_exit(ks0108_exit);

MODULE_LICENSE("GPL v2");
-MODULE_AUTHOR("Miguel Ojeda Sandonis <maxextreme@xxxxxxxxx>");
+MODULE_AUTHOR("Miguel Ojeda Sandonis <miguel.ojeda.sandonis@xxxxxxxxx>");
MODULE_DESCRIPTION("ks0108 LCD Controller driver");

diff -uprN linux-2.6.25-o/include/linux/cfag12864b.h linux-2.6.25/include/linux/cfag12864b.h
--- linux-2.6.25-o/include/linux/cfag12864b.h 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/include/linux/cfag12864b.h 2008-05-08 22:58:42.000000000 +0200
@@ -4,7 +4,7 @@
* Description: cfag12864b LCD driver header
* License: GPLv2
*
- * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@xxxxxxxxx>
+ * Author: Copyright (C) Miguel Ojeda Sandonis
* Date: 2006-10-12
*
* This program is free software; you can redistribute it and/or modify
diff -uprN linux-2.6.25-o/include/linux/ks0108.h linux-2.6.25/include/linux/ks0108.h
--- linux-2.6.25-o/include/linux/ks0108.h 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/include/linux/ks0108.h 2008-05-08 22:58:37.000000000 +0200
@@ -4,7 +4,7 @@
* Description: ks0108 LCD Controller driver header
* License: GPLv2
*
- * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@xxxxxxxxx>
+ * Author: Copyright (C) Miguel Ojeda Sandonis
* Date: 2006-10-31
*
* This program is free software; you can redistribute it and/or modify
diff -uprN linux-2.6.25-o/MAINTAINERS linux-2.6.25/MAINTAINERS
--- linux-2.6.25-o/MAINTAINERS 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/MAINTAINERS 2008-05-08 22:04:54.000000000 +0200
@@ -750,9 +750,10 @@ S: Maintained

AUXILIARY DISPLAY DRIVERS
P: Miguel Ojeda Sandonis
-M: maxextreme@xxxxxxxxx
+M: miguel.ojeda.sandonis@xxxxxxxxx
L: linux-kernel@xxxxxxxxxxxxxxx
-W: http://auxdisplay.googlepages.com/
+W: http://miguelojeda.es/auxdisplay.htm
+W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
S: Maintained

AVR32 ARCHITECTURE
@@ -1050,16 +1051,18 @@ S: Maintained

CFAG12864B LCD DRIVER
P: Miguel Ojeda Sandonis
-M: maxextreme@xxxxxxxxx
+M: miguel.ojeda.sandonis@xxxxxxxxx
L: linux-kernel@xxxxxxxxxxxxxxx
-W: http://auxdisplay.googlepages.com/
+W: http://miguelojeda.es/auxdisplay.htm
+W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
S: Maintained

CFAG12864BFB LCD FRAMEBUFFER DRIVER
P: Miguel Ojeda Sandonis
-M: maxextreme@xxxxxxxxx
+M: miguel.ojeda.sandonis@xxxxxxxxx
L: linux-kernel@xxxxxxxxxxxxxxx
-W: http://auxdisplay.googlepages.com/
+W: http://miguelojeda.es/auxdisplay.htm
+W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
S: Maintained

CFG80211 and NL80211
@@ -2333,9 +2336,10 @@ S: Maintained

KS0108 LCD CONTROLLER DRIVER
P: Miguel Ojeda Sandonis
-M: maxextreme@xxxxxxxxx
+M: miguel.ojeda.sandonis@xxxxxxxxx
L: linux-kernel@xxxxxxxxxxxxxxx
-W: http://auxdisplay.googlepages.com/
+W: http://miguelojeda.es/auxdisplay.htm
+W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
S: Maintained

LAPB module


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/