Commit 450c622e9ff19888818d4e2c4d31adb97a5242b2

Authored by Miguel Ojeda
Committed by Linus Torvalds
1 parent 66d715c95a

Miguel Ojeda has moved

Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 11 changed files with 29 additions and 24 deletions Side-by-side Diff

... ... @@ -2611,8 +2611,9 @@
2611 2611 S: Australia
2612 2612  
2613 2613 N: Miguel Ojeda Sandonis
2614   -E: maxextreme@gmail.com
2615   -W: http://maxextreme.googlepages.com/
  2614 +E: miguel.ojeda.sandonis@gmail.com
  2615 +W: http://miguelojeda.es
  2616 +W: http://jair.lab.fi.uva.es/~migojed/
2616 2617 D: Author of the ks0108, cfag12864b and cfag12864bfb auxiliary display drivers.
2617 2618 D: Maintainer of the auxiliary display drivers tree (drivers/auxdisplay/*)
2618 2619 S: C/ Mieses 20, 9-B
Documentation/auxdisplay/cfag12864b
... ... @@ -3,7 +3,7 @@
3 3 ===================================
4 4  
5 5 License: GPLv2
6   -Author & Maintainer: Miguel Ojeda Sandonis <maxextreme@gmail.com>
  6 +Author & Maintainer: Miguel Ojeda Sandonis
7 7 Date: 2006-10-27
8 8  
9 9  
... ... @@ -22,7 +22,7 @@
22 22 1. DRIVER INFORMATION
23 23 ---------------------
24 24  
25   -This driver support one cfag12864b display at time.
  25 +This driver supports a cfag12864b LCD.
26 26  
27 27  
28 28 ---------------------
Documentation/auxdisplay/cfag12864b-example.c
... ... @@ -4,7 +4,7 @@
4 4 * Description: cfag12864b LCD userspace example program
5 5 * License: GPLv2
6 6 *
7   - * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@gmail.com>
  7 + * Author: Copyright (C) Miguel Ojeda Sandonis
8 8 * Date: 2006-10-31
9 9 *
10 10 * This program is free software; you can redistribute it and/or modify
Documentation/auxdisplay/ks0108
... ... @@ -3,7 +3,7 @@
3 3 ==========================================
4 4  
5 5 License: GPLv2
6   -Author & Maintainer: Miguel Ojeda Sandonis <maxextreme@gmail.com>
  6 +Author & Maintainer: Miguel Ojeda Sandonis
7 7 Date: 2006-10-27
8 8  
9 9  
... ... @@ -21,7 +21,7 @@
21 21 1. DRIVER INFORMATION
22 22 ---------------------
23 23  
24   -This driver support the ks0108 LCD controller.
  24 +This driver supports the ks0108 LCD controller.
25 25  
26 26  
27 27 ---------------------
... ... @@ -763,9 +763,10 @@
763 763  
764 764 AUXILIARY DISPLAY DRIVERS
765 765 P: Miguel Ojeda Sandonis
766   -M: maxextreme@gmail.com
  766 +M: miguel.ojeda.sandonis@gmail.com
767 767 L: linux-kernel@vger.kernel.org
768   -W: http://auxdisplay.googlepages.com/
  768 +W: http://miguelojeda.es/auxdisplay.htm
  769 +W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
769 770 S: Maintained
770 771  
771 772 AVR32 ARCHITECTURE
772 773  
773 774  
774 775  
... ... @@ -1055,16 +1056,18 @@
1055 1056  
1056 1057 CFAG12864B LCD DRIVER
1057 1058 P: Miguel Ojeda Sandonis
1058   -M: maxextreme@gmail.com
  1059 +M: miguel.ojeda.sandonis@gmail.com
1059 1060 L: linux-kernel@vger.kernel.org
1060   -W: http://auxdisplay.googlepages.com/
  1061 +W: http://miguelojeda.es/auxdisplay.htm
  1062 +W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1061 1063 S: Maintained
1062 1064  
1063 1065 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1064 1066 P: Miguel Ojeda Sandonis
1065   -M: maxextreme@gmail.com
  1067 +M: miguel.ojeda.sandonis@gmail.com
1066 1068 L: linux-kernel@vger.kernel.org
1067   -W: http://auxdisplay.googlepages.com/
  1069 +W: http://miguelojeda.es/auxdisplay.htm
  1070 +W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1068 1071 S: Maintained
1069 1072  
1070 1073 CFG80211 and NL80211
1071 1074  
... ... @@ -2428,9 +2431,10 @@
2428 2431  
2429 2432 KS0108 LCD CONTROLLER DRIVER
2430 2433 P: Miguel Ojeda Sandonis
2431   -M: maxextreme@gmail.com
  2434 +M: miguel.ojeda.sandonis@gmail.com
2432 2435 L: linux-kernel@vger.kernel.org
2433   -W: http://auxdisplay.googlepages.com/
  2436 +W: http://miguelojeda.es/auxdisplay.htm
  2437 +W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2434 2438 S: Maintained
2435 2439  
2436 2440 LAPB module
drivers/auxdisplay/Kconfig
... ... @@ -64,7 +64,7 @@
64 64 Amount of time the ks0108 should wait between each control write
65 65 to the parallel port.
66 66  
67   - If your driver seems to miss random writings, increment this.
  67 + If your LCD seems to miss random writings, increment this.
68 68  
69 69 If you don't know what I'm talking about, ignore it.
70 70  
drivers/auxdisplay/cfag12864b.c
... ... @@ -5,7 +5,7 @@
5 5 * License: GPLv2
6 6 * Depends: ks0108
7 7 *
8   - * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@gmail.com>
  8 + * Author: Copyright (C) Miguel Ojeda Sandonis
9 9 * Date: 2006-10-31
10 10 *
11 11 * This program is free software; you can redistribute it and/or modify
... ... @@ -398,6 +398,6 @@
398 398 module_exit(cfag12864b_exit);
399 399  
400 400 MODULE_LICENSE("GPL v2");
401   -MODULE_AUTHOR("Miguel Ojeda Sandonis <maxextreme@gmail.com>");
  401 +MODULE_AUTHOR("Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>");
402 402 MODULE_DESCRIPTION("cfag12864b LCD driver");
drivers/auxdisplay/cfag12864bfb.c
... ... @@ -5,7 +5,7 @@
5 5 * License: GPLv2
6 6 * Depends: cfag12864b
7 7 *
8   - * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@gmail.com>
  8 + * Author: Copyright (C) Miguel Ojeda Sandonis
9 9 * Date: 2006-10-31
10 10 *
11 11 * This program is free software; you can redistribute it and/or modify
... ... @@ -186,6 +186,6 @@
186 186 module_exit(cfag12864bfb_exit);
187 187  
188 188 MODULE_LICENSE("GPL v2");
189   -MODULE_AUTHOR("Miguel Ojeda Sandonis <maxextreme@gmail.com>");
  189 +MODULE_AUTHOR("Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>");
190 190 MODULE_DESCRIPTION("cfag12864b LCD framebuffer driver");
drivers/auxdisplay/ks0108.c
... ... @@ -5,7 +5,7 @@
5 5 * License: GPLv2
6 6 * Depends: parport
7 7 *
8   - * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@gmail.com>
  8 + * Author: Copyright (C) Miguel Ojeda Sandonis
9 9 * Date: 2006-10-31
10 10 *
11 11 * This program is free software; you can redistribute it and/or modify
... ... @@ -173,6 +173,6 @@
173 173 module_exit(ks0108_exit);
174 174  
175 175 MODULE_LICENSE("GPL v2");
176   -MODULE_AUTHOR("Miguel Ojeda Sandonis <maxextreme@gmail.com>");
  176 +MODULE_AUTHOR("Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>");
177 177 MODULE_DESCRIPTION("ks0108 LCD Controller driver");
include/linux/cfag12864b.h
... ... @@ -4,7 +4,7 @@
4 4 * Description: cfag12864b LCD driver header
5 5 * License: GPLv2
6 6 *
7   - * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@gmail.com>
  7 + * Author: Copyright (C) Miguel Ojeda Sandonis
8 8 * Date: 2006-10-12
9 9 *
10 10 * This program is free software; you can redistribute it and/or modify
include/linux/ks0108.h
... ... @@ -4,7 +4,7 @@
4 4 * Description: ks0108 LCD Controller driver header
5 5 * License: GPLv2
6 6 *
7   - * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@gmail.com>
  7 + * Author: Copyright (C) Miguel Ojeda Sandonis
8 8 * Date: 2006-10-31
9 9 *
10 10 * This program is free software; you can redistribute it and/or modify