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

treewide: Miguel has moved

Update contact info.

Link: https://lkml.kernel.org/r/20210206162524.GA11520@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
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
c131bd0b df54714f

+21 -23
+1
.mailmap
··· 237 237 Mayuresh Janorkar <mayur@ti.com> 238 238 Michael Buesch <m@bues.ch> 239 239 Michel Dänzer <michel@tungstengraphics.com> 240 + Miguel Ojeda <ojeda@kernel.org> <miguel.ojeda.sandonis@gmail.com> 240 241 Mike Rapoport <rppt@kernel.org> <mike@compulab.co.il> 241 242 Mike Rapoport <rppt@kernel.org> <mike.rapoport@gmail.com> 242 243 Mike Rapoport <rppt@kernel.org> <rppt@linux.ibm.com>
+3 -6
CREDITS
··· 2841 2841 S: Perth, Western Australia 2842 2842 S: Australia 2843 2843 2844 - N: Miguel Ojeda Sandonis 2845 - E: miguel.ojeda.sandonis@gmail.com 2846 - W: http://miguelojeda.es 2847 - W: http://jair.lab.fi.uva.es/~migojed/ 2844 + N: Miguel Ojeda 2845 + E: ojeda@kernel.org 2846 + W: https://ojeda.dev 2848 2847 D: Author of the ks0108, cfag12864b and cfag12864bfb auxiliary display drivers. 2849 2848 D: Maintainer of the auxiliary display drivers tree (drivers/auxdisplay/*) 2850 - S: C/ Mieses 20, 9-B 2851 - S: Valladolid 47009 2852 2849 S: Spain 2853 2850 2854 2851 N: Peter Oruba
+1 -1
Documentation/admin-guide/auxdisplay/cfag12864b.rst
··· 3 3 =================================== 4 4 5 5 :License: GPLv2 6 - :Author & Maintainer: Miguel Ojeda Sandonis 6 + :Author & Maintainer: Miguel Ojeda <ojeda@kernel.org> 7 7 :Date: 2006-10-27 8 8 9 9
+1 -1
Documentation/admin-guide/auxdisplay/ks0108.rst
··· 3 3 ========================================== 4 4 5 5 :License: GPLv2 6 - :Author & Maintainer: Miguel Ojeda Sandonis 6 + :Author & Maintainer: Miguel Ojeda <ojeda@kernel.org> 7 7 :Date: 2006-10-27 8 8 9 9
+6 -6
MAINTAINERS
··· 2982 2982 F: kernel/audit* 2983 2983 2984 2984 AUXILIARY DISPLAY DRIVERS 2985 - M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> 2985 + M: Miguel Ojeda <ojeda@kernel.org> 2986 2986 S: Maintained 2987 2987 F: drivers/auxdisplay/ 2988 2988 F: include/linux/cfag12864b.h ··· 4128 4128 F: scripts/sign-file.c 4129 4129 4130 4130 CFAG12864B LCD DRIVER 4131 - M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> 4131 + M: Miguel Ojeda <ojeda@kernel.org> 4132 4132 S: Maintained 4133 4133 F: drivers/auxdisplay/cfag12864b.c 4134 4134 F: include/linux/cfag12864b.h 4135 4135 4136 4136 CFAG12864BFB LCD FRAMEBUFFER DRIVER 4137 - M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> 4137 + M: Miguel Ojeda <ojeda@kernel.org> 4138 4138 S: Maintained 4139 4139 F: drivers/auxdisplay/cfag12864bfb.c 4140 4140 F: include/linux/cfag12864b.h ··· 4304 4304 F: drivers/infiniband/hw/usnic/ 4305 4305 4306 4306 CLANG-FORMAT FILE 4307 - M: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com> 4307 + M: Miguel Ojeda <ojeda@kernel.org> 4308 4308 S: Maintained 4309 4309 F: .clang-format 4310 4310 ··· 4444 4444 F: drivers/platform/x86/compal-laptop.c 4445 4445 4446 4446 COMPILER ATTRIBUTES 4447 - M: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com> 4447 + M: Miguel Ojeda <ojeda@kernel.org> 4448 4448 S: Maintained 4449 4449 F: include/linux/compiler_attributes.h 4450 4450 ··· 9939 9939 F: kernel/kprobes.c 9940 9940 9941 9941 KS0108 LCD CONTROLLER DRIVER 9942 - M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> 9942 + M: Miguel Ojeda <ojeda@kernel.org> 9943 9943 S: Maintained 9944 9944 F: Documentation/admin-guide/auxdisplay/ks0108.rst 9945 9945 F: drivers/auxdisplay/ks0108.c
+2 -2
drivers/auxdisplay/cfag12864b.c
··· 5 5 * Description: cfag12864b LCD driver 6 6 * Depends: ks0108 7 7 * 8 - * Author: Copyright (C) Miguel Ojeda Sandonis 8 + * Author: Copyright (C) Miguel Ojeda <ojeda@kernel.org> 9 9 * Date: 2006-10-31 10 10 */ 11 11 ··· 376 376 module_exit(cfag12864b_exit); 377 377 378 378 MODULE_LICENSE("GPL v2"); 379 - MODULE_AUTHOR("Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>"); 379 + MODULE_AUTHOR("Miguel Ojeda <ojeda@kernel.org>"); 380 380 MODULE_DESCRIPTION("cfag12864b LCD driver");
+2 -2
drivers/auxdisplay/cfag12864bfb.c
··· 5 5 * Description: cfag12864b LCD framebuffer driver 6 6 * Depends: cfag12864b 7 7 * 8 - * Author: Copyright (C) Miguel Ojeda Sandonis 8 + * Author: Copyright (C) Miguel Ojeda <ojeda@kernel.org> 9 9 * Date: 2006-10-31 10 10 */ 11 11 ··· 171 171 module_exit(cfag12864bfb_exit); 172 172 173 173 MODULE_LICENSE("GPL v2"); 174 - MODULE_AUTHOR("Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>"); 174 + MODULE_AUTHOR("Miguel Ojeda <ojeda@kernel.org>"); 175 175 MODULE_DESCRIPTION("cfag12864b LCD framebuffer driver");
+2 -2
drivers/auxdisplay/ks0108.c
··· 5 5 * Description: ks0108 LCD Controller driver 6 6 * Depends: parport 7 7 * 8 - * Author: Copyright (C) Miguel Ojeda Sandonis 8 + * Author: Copyright (C) Miguel Ojeda <ojeda@kernel.org> 9 9 * Date: 2006-10-31 10 10 */ 11 11 ··· 182 182 module_exit(ks0108_exit); 183 183 184 184 MODULE_LICENSE("GPL v2"); 185 - MODULE_AUTHOR("Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>"); 185 + MODULE_AUTHOR("Miguel Ojeda <ojeda@kernel.org>"); 186 186 MODULE_DESCRIPTION("ks0108 LCD Controller driver"); 187 187
+1 -1
include/linux/cfag12864b.h
··· 4 4 * Version: 0.1.0 5 5 * Description: cfag12864b LCD driver header 6 6 * 7 - * Author: Copyright (C) Miguel Ojeda Sandonis 7 + * Author: Copyright (C) Miguel Ojeda <ojeda@kernel.org> 8 8 * Date: 2006-10-12 9 9 */ 10 10
+1 -1
include/linux/ks0108.h
··· 4 4 * Version: 0.1.0 5 5 * Description: ks0108 LCD Controller driver header 6 6 * 7 - * Author: Copyright (C) Miguel Ojeda Sandonis 7 + * Author: Copyright (C) Miguel Ojeda <ojeda@kernel.org> 8 8 * Date: 2006-10-31 9 9 */ 10 10
+1 -1
samples/auxdisplay/cfag12864b-example.c
··· 4 4 * Version: 0.1.0 5 5 * Description: cfag12864b LCD userspace example program 6 6 * 7 - * Author: Copyright (C) Miguel Ojeda Sandonis 7 + * Author: Copyright (C) Miguel Ojeda <ojeda@kernel.org> 8 8 * Date: 2006-10-31 9 9 */ 10 10