forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update contact info. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Miguel Ojeda <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information
Showing
11 changed files
with
21 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -237,6 +237,7 @@ Maxime Ripard <[email protected]> <[email protected]> | |
Mayuresh Janorkar <[email protected]> | ||
Michael Buesch <[email protected]> | ||
Michel Dänzer <[email protected]> | ||
Miguel Ojeda <[email protected]> <[email protected]> | ||
Mike Rapoport <[email protected]> <[email protected]> | ||
Mike Rapoport <[email protected]> <[email protected]> | ||
Mike Rapoport <[email protected]> <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2841,14 +2841,11 @@ S: Subiaco, 6008 | |
S: Perth, Western Australia | ||
S: Australia | ||
|
||
N: Miguel Ojeda Sandonis | ||
E: [email protected] | ||
W: http://miguelojeda.es | ||
W: http://jair.lab.fi.uva.es/~migojed/ | ||
N: Miguel Ojeda | ||
E: [email protected] | ||
W: https://ojeda.dev | ||
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 | ||
S: Valladolid 47009 | ||
S: Spain | ||
|
||
N: Peter Oruba | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ cfag12864b LCD Driver Documentation | |
=================================== | ||
|
||
:License: GPLv2 | ||
:Author & Maintainer: Miguel Ojeda Sandonis | ||
:Author & Maintainer: Miguel Ojeda <[email protected]> | ||
:Date: 2006-10-27 | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ ks0108 LCD Controller Driver Documentation | |
========================================== | ||
|
||
:License: GPLv2 | ||
:Author & Maintainer: Miguel Ojeda Sandonis | ||
:Author & Maintainer: Miguel Ojeda <[email protected]> | ||
:Date: 2006-10-27 | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2982,7 +2982,7 @@ F: include/uapi/linux/audit.h | |
F: kernel/audit* | ||
|
||
AUXILIARY DISPLAY DRIVERS | ||
M: Miguel Ojeda Sandonis <miguel.ojeda[email protected]> | ||
M: Miguel Ojeda <ojeda@kernel.org> | ||
S: Maintained | ||
F: drivers/auxdisplay/ | ||
F: include/linux/cfag12864b.h | ||
|
@@ -4128,13 +4128,13 @@ F: scripts/extract-cert.c | |
F: scripts/sign-file.c | ||
|
||
CFAG12864B LCD DRIVER | ||
M: Miguel Ojeda Sandonis <miguel.ojeda[email protected]> | ||
M: Miguel Ojeda <ojeda@kernel.org> | ||
S: Maintained | ||
F: drivers/auxdisplay/cfag12864b.c | ||
F: include/linux/cfag12864b.h | ||
|
||
CFAG12864BFB LCD FRAMEBUFFER DRIVER | ||
M: Miguel Ojeda Sandonis <miguel.ojeda[email protected]> | ||
M: Miguel Ojeda <ojeda@kernel.org> | ||
S: Maintained | ||
F: drivers/auxdisplay/cfag12864bfb.c | ||
F: include/linux/cfag12864b.h | ||
|
@@ -4304,7 +4304,7 @@ S: Supported | |
F: drivers/infiniband/hw/usnic/ | ||
|
||
CLANG-FORMAT FILE | ||
M: Miguel Ojeda <miguel.ojeda[email protected]> | ||
M: Miguel Ojeda <ojeda@kernel.org> | ||
S: Maintained | ||
F: .clang-format | ||
|
||
|
@@ -4444,7 +4444,7 @@ S: Maintained | |
F: drivers/platform/x86/compal-laptop.c | ||
|
||
COMPILER ATTRIBUTES | ||
M: Miguel Ojeda <miguel.ojeda[email protected]> | ||
M: Miguel Ojeda <ojeda@kernel.org> | ||
S: Maintained | ||
F: include/linux/compiler_attributes.h | ||
|
||
|
@@ -9939,7 +9939,7 @@ F: include/linux/kprobes.h | |
F: kernel/kprobes.c | ||
|
||
KS0108 LCD CONTROLLER DRIVER | ||
M: Miguel Ojeda Sandonis <miguel.ojeda[email protected]> | ||
M: Miguel Ojeda <ojeda@kernel.org> | ||
S: Maintained | ||
F: Documentation/admin-guide/auxdisplay/ks0108.rst | ||
F: drivers/auxdisplay/ks0108.c | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* Description: cfag12864b LCD driver | ||
* Depends: ks0108 | ||
* | ||
* Author: Copyright (C) Miguel Ojeda Sandonis | ||
* Author: Copyright (C) Miguel Ojeda <[email protected]> | ||
* Date: 2006-10-31 | ||
*/ | ||
|
||
|
@@ -376,5 +376,5 @@ module_init(cfag12864b_init); | |
module_exit(cfag12864b_exit); | ||
|
||
MODULE_LICENSE("GPL v2"); | ||
MODULE_AUTHOR("Miguel Ojeda Sandonis <miguel.ojeda[email protected]>"); | ||
MODULE_AUTHOR("Miguel Ojeda <ojeda@kernel.org>"); | ||
MODULE_DESCRIPTION("cfag12864b LCD driver"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* Description: cfag12864b LCD framebuffer driver | ||
* Depends: cfag12864b | ||
* | ||
* Author: Copyright (C) Miguel Ojeda Sandonis | ||
* Author: Copyright (C) Miguel Ojeda <[email protected]> | ||
* Date: 2006-10-31 | ||
*/ | ||
|
||
|
@@ -171,5 +171,5 @@ module_init(cfag12864bfb_init); | |
module_exit(cfag12864bfb_exit); | ||
|
||
MODULE_LICENSE("GPL v2"); | ||
MODULE_AUTHOR("Miguel Ojeda Sandonis <miguel.ojeda[email protected]>"); | ||
MODULE_AUTHOR("Miguel Ojeda <ojeda@kernel.org>"); | ||
MODULE_DESCRIPTION("cfag12864b LCD framebuffer driver"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* Description: ks0108 LCD Controller driver | ||
* Depends: parport | ||
* | ||
* Author: Copyright (C) Miguel Ojeda Sandonis | ||
* Author: Copyright (C) Miguel Ojeda <[email protected]> | ||
* Date: 2006-10-31 | ||
*/ | ||
|
||
|
@@ -182,6 +182,6 @@ module_init(ks0108_init); | |
module_exit(ks0108_exit); | ||
|
||
MODULE_LICENSE("GPL v2"); | ||
MODULE_AUTHOR("Miguel Ojeda Sandonis <miguel.ojeda[email protected]>"); | ||
MODULE_AUTHOR("Miguel Ojeda <ojeda@kernel.org>"); | ||
MODULE_DESCRIPTION("ks0108 LCD Controller driver"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* Version: 0.1.0 | ||
* Description: cfag12864b LCD driver header | ||
* | ||
* Author: Copyright (C) Miguel Ojeda Sandonis | ||
* Author: Copyright (C) Miguel Ojeda <[email protected]> | ||
* Date: 2006-10-12 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* Version: 0.1.0 | ||
* Description: ks0108 LCD Controller driver header | ||
* | ||
* Author: Copyright (C) Miguel Ojeda Sandonis | ||
* Author: Copyright (C) Miguel Ojeda <[email protected]> | ||
* Date: 2006-10-31 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* Version: 0.1.0 | ||
* Description: cfag12864b LCD userspace example program | ||
* | ||
* Author: Copyright (C) Miguel Ojeda Sandonis | ||
* Author: Copyright (C) Miguel Ojeda <[email protected]> | ||
* Date: 2006-10-31 | ||
*/ | ||
|
||
|