Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Miguel Ojeda and committed by
Linus Torvalds
450c622e 66d715c9

+29 -24
+3 -2
CREDITS
··· 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
+2 -2
Documentation/auxdisplay/cfag12864b
··· 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 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 ---------------------
+1 -1
Documentation/auxdisplay/cfag12864b-example.c
··· 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
+2 -2
Documentation/auxdisplay/ks0108
··· 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 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 ---------------------
+12 -8
MAINTAINERS
··· 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 ··· 1056 1055 1057 1056 CFAG12864B LCD DRIVER 1058 1057 P: Miguel Ojeda Sandonis 1059 - M: maxextreme@gmail.com 1058 + M: miguel.ojeda.sandonis@gmail.com 1060 1059 L: linux-kernel@vger.kernel.org 1061 - W: http://auxdisplay.googlepages.com/ 1060 + W: http://miguelojeda.es/auxdisplay.htm 1061 + W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 1062 1062 S: Maintained 1063 1063 1064 1064 CFAG12864BFB LCD FRAMEBUFFER DRIVER 1065 1065 P: Miguel Ojeda Sandonis 1066 - M: maxextreme@gmail.com 1066 + M: miguel.ojeda.sandonis@gmail.com 1067 1067 L: linux-kernel@vger.kernel.org 1068 - W: http://auxdisplay.googlepages.com/ 1068 + W: http://miguelojeda.es/auxdisplay.htm 1069 + W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 1069 1070 S: Maintained 1070 1071 1071 1072 CFG80211 and NL80211 ··· 2431 2428 2432 2429 KS0108 LCD CONTROLLER DRIVER 2433 2430 P: Miguel Ojeda Sandonis 2434 - M: maxextreme@gmail.com 2431 + M: miguel.ojeda.sandonis@gmail.com 2435 2432 L: linux-kernel@vger.kernel.org 2436 - W: http://auxdisplay.googlepages.com/ 2433 + W: http://miguelojeda.es/auxdisplay.htm 2434 + W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 2437 2435 S: Maintained 2438 2436 2439 2437 LAPB module
+1 -1
drivers/auxdisplay/Kconfig
··· 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
+2 -2
drivers/auxdisplay/cfag12864b.c
··· 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 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");
+2 -2
drivers/auxdisplay/cfag12864bfb.c
··· 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 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");
+2 -2
drivers/auxdisplay/ks0108.c
··· 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 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"); 178 178
+1 -1
include/linux/cfag12864b.h
··· 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
+1 -1
include/linux/ks0108.h
··· 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