Skip to content

Commit c131bd0

Browse files
ojedatorvalds
authored andcommitted
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>
1 parent df54714 commit c131bd0

File tree

11 files changed

+21
-23
lines changed

11 files changed

+21
-23
lines changed

.mailmap

+1
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ Maxime Ripard <mripard@kernel.org> <maxime.ripard@free-electrons.com>
237237
Mayuresh Janorkar <mayur@ti.com>
238238
Michael Buesch <m@bues.ch>
239239
Michel Dänzer <michel@tungstengraphics.com>
240+
Miguel Ojeda <ojeda@kernel.org> <miguel.ojeda.sandonis@gmail.com>
240241
Mike Rapoport <rppt@kernel.org> <mike@compulab.co.il>
241242
Mike Rapoport <rppt@kernel.org> <mike.rapoport@gmail.com>
242243
Mike Rapoport <rppt@kernel.org> <rppt@linux.ibm.com>

CREDITS

+3-6
Original file line numberDiff line numberDiff line change
@@ -2841,14 +2841,11 @@ S: Subiaco, 6008
28412841
S: Perth, Western Australia
28422842
S: Australia
28432843

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
28482847
D: Author of the ks0108, cfag12864b and cfag12864bfb auxiliary display drivers.
28492848
D: Maintainer of the auxiliary display drivers tree (drivers/auxdisplay/*)
2850-
S: C/ Mieses 20, 9-B
2851-
S: Valladolid 47009
28522849
S: Spain
28532850

28542851
N: Peter Oruba

Documentation/admin-guide/auxdisplay/cfag12864b.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cfag12864b LCD Driver Documentation
33
===================================
44

55
:License: GPLv2
6-
:Author & Maintainer: Miguel Ojeda Sandonis
6+
:Author & Maintainer: Miguel Ojeda <ojeda@kernel.org>
77
:Date: 2006-10-27
88

99

Documentation/admin-guide/auxdisplay/ks0108.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ks0108 LCD Controller Driver Documentation
33
==========================================
44

55
:License: GPLv2
6-
:Author & Maintainer: Miguel Ojeda Sandonis
6+
:Author & Maintainer: Miguel Ojeda <ojeda@kernel.org>
77
:Date: 2006-10-27
88

99

MAINTAINERS

+6-6
Original file line numberDiff line numberDiff line change
@@ -2982,7 +2982,7 @@ F: include/uapi/linux/audit.h
29822982
F: kernel/audit*
29832983

29842984
AUXILIARY DISPLAY DRIVERS
2985-
M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2985+
M: Miguel Ojeda <ojeda@kernel.org>
29862986
S: Maintained
29872987
F: drivers/auxdisplay/
29882988
F: include/linux/cfag12864b.h
@@ -4128,13 +4128,13 @@ F: scripts/extract-cert.c
41284128
F: scripts/sign-file.c
41294129

41304130
CFAG12864B LCD DRIVER
4131-
M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
4131+
M: Miguel Ojeda <ojeda@kernel.org>
41324132
S: Maintained
41334133
F: drivers/auxdisplay/cfag12864b.c
41344134
F: include/linux/cfag12864b.h
41354135

41364136
CFAG12864BFB LCD FRAMEBUFFER DRIVER
4137-
M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
4137+
M: Miguel Ojeda <ojeda@kernel.org>
41384138
S: Maintained
41394139
F: drivers/auxdisplay/cfag12864bfb.c
41404140
F: include/linux/cfag12864b.h
@@ -4304,7 +4304,7 @@ S: Supported
43044304
F: drivers/infiniband/hw/usnic/
43054305

43064306
CLANG-FORMAT FILE
4307-
M: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
4307+
M: Miguel Ojeda <ojeda@kernel.org>
43084308
S: Maintained
43094309
F: .clang-format
43104310

@@ -4444,7 +4444,7 @@ S: Maintained
44444444
F: drivers/platform/x86/compal-laptop.c
44454445

44464446
COMPILER ATTRIBUTES
4447-
M: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
4447+
M: Miguel Ojeda <ojeda@kernel.org>
44484448
S: Maintained
44494449
F: include/linux/compiler_attributes.h
44504450

@@ -9939,7 +9939,7 @@ F: include/linux/kprobes.h
99399939
F: kernel/kprobes.c
99409940

99419941
KS0108 LCD CONTROLLER DRIVER
9942-
M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
9942+
M: Miguel Ojeda <ojeda@kernel.org>
99439943
S: Maintained
99449944
F: Documentation/admin-guide/auxdisplay/ks0108.rst
99459945
F: drivers/auxdisplay/ks0108.c

drivers/auxdisplay/cfag12864b.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: cfag12864b LCD driver
66
* Depends: ks0108
77
*
8-
* Author: Copyright (C) Miguel Ojeda Sandonis
8+
* Author: Copyright (C) Miguel Ojeda <ojeda@kernel.org>
99
* Date: 2006-10-31
1010
*/
1111

@@ -376,5 +376,5 @@ module_init(cfag12864b_init);
376376
module_exit(cfag12864b_exit);
377377

378378
MODULE_LICENSE("GPL v2");
379-
MODULE_AUTHOR("Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>");
379+
MODULE_AUTHOR("Miguel Ojeda <ojeda@kernel.org>");
380380
MODULE_DESCRIPTION("cfag12864b LCD driver");

drivers/auxdisplay/cfag12864bfb.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: cfag12864b LCD framebuffer driver
66
* Depends: cfag12864b
77
*
8-
* Author: Copyright (C) Miguel Ojeda Sandonis
8+
* Author: Copyright (C) Miguel Ojeda <ojeda@kernel.org>
99
* Date: 2006-10-31
1010
*/
1111

@@ -171,5 +171,5 @@ module_init(cfag12864bfb_init);
171171
module_exit(cfag12864bfb_exit);
172172

173173
MODULE_LICENSE("GPL v2");
174-
MODULE_AUTHOR("Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>");
174+
MODULE_AUTHOR("Miguel Ojeda <ojeda@kernel.org>");
175175
MODULE_DESCRIPTION("cfag12864b LCD framebuffer driver");

drivers/auxdisplay/ks0108.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: ks0108 LCD Controller driver
66
* Depends: parport
77
*
8-
* Author: Copyright (C) Miguel Ojeda Sandonis
8+
* Author: Copyright (C) Miguel Ojeda <ojeda@kernel.org>
99
* Date: 2006-10-31
1010
*/
1111

@@ -182,6 +182,6 @@ module_init(ks0108_init);
182182
module_exit(ks0108_exit);
183183

184184
MODULE_LICENSE("GPL v2");
185-
MODULE_AUTHOR("Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>");
185+
MODULE_AUTHOR("Miguel Ojeda <ojeda@kernel.org>");
186186
MODULE_DESCRIPTION("ks0108 LCD Controller driver");
187187

include/linux/cfag12864b.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Version: 0.1.0
55
* Description: cfag12864b LCD driver header
66
*
7-
* Author: Copyright (C) Miguel Ojeda Sandonis
7+
* Author: Copyright (C) Miguel Ojeda <ojeda@kernel.org>
88
* Date: 2006-10-12
99
*/
1010

include/linux/ks0108.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Version: 0.1.0
55
* Description: ks0108 LCD Controller driver header
66
*
7-
* Author: Copyright (C) Miguel Ojeda Sandonis
7+
* Author: Copyright (C) Miguel Ojeda <ojeda@kernel.org>
88
* Date: 2006-10-31
99
*/
1010

samples/auxdisplay/cfag12864b-example.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Version: 0.1.0
55
* Description: cfag12864b LCD userspace example program
66
*
7-
* Author: Copyright (C) Miguel Ojeda Sandonis
7+
* Author: Copyright (C) Miguel Ojeda <ojeda@kernel.org>
88
* Date: 2006-10-31
99
*/
1010

0 commit comments

Comments
 (0)