forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAINTAINERS: email update and add missing entry
- MAINTAINERS email update - add atmel_lcdfb entry Signed-off-by: Nicolas Ferre <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information
Nicolas Ferre
authored and
Linus Torvalds
committed
Jan 14, 2008
1 parent
2490c68
commit 8f4c79c
Showing
2 changed files
with
8 additions
and
2 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 |
---|---|---|
|
@@ -665,12 +665,18 @@ S: Maintained | |
|
||
ATMEL AT91 MCI DRIVER | ||
P: Nicolas Ferre | ||
M: nicolas.ferre@rfo.atmel.com | ||
M: [email protected] | ||
L: [email protected] (subscribers-only) | ||
W: http://www.atmel.com/products/AT91/ | ||
W: http://www.at91.com/ | ||
S: Maintained | ||
|
||
ATMEL LCDFB DRIVER | ||
P: Nicolas Ferre | ||
M: [email protected] | ||
L: [email protected] (subscribers-only) | ||
S: Maintained | ||
|
||
ATMEL MACB ETHERNET DRIVER | ||
P: Haavard Skinnemoen | ||
M: [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 |
---|---|---|
|
@@ -801,5 +801,5 @@ module_init(atmel_lcdfb_init); | |
module_exit(atmel_lcdfb_exit); | ||
|
||
MODULE_DESCRIPTION("AT91/AT32 LCD Controller framebuffer driver"); | ||
MODULE_AUTHOR("Nicolas Ferre <nicolas.ferre@rfo.atmel.com>"); | ||
MODULE_AUTHOR("Nicolas Ferre <[email protected]>"); | ||
MODULE_LICENSE("GPL"); |