commit | 8f4c79ce79d1552014af3c115d03e13092443905 | [log] [tgz] |
---|---|---|
author | Nicolas Ferre <[email protected]> | Mon Jan 14 00:55:13 2008 -0800 |
committer | Linus Torvalds <[email protected]> | Mon Jan 14 08:52:22 2008 -0800 |
tree | b2162510aff9523df60b26ddd91d69f597bb8b42 | |
parent | 2490c681ea3d7f5ac3fb876f14567bf1a9e0aa87 [diff] |
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]>
diff --git a/MAINTAINERS b/MAINTAINERS index 92aa0a7..2340cfb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS
@@ -665,12 +665,18 @@ ATMEL AT91 MCI DRIVER P: Nicolas Ferre -M: [email protected] +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]
diff --git a/drivers/video/atmel_lcdfb.c b/drivers/video/atmel_lcdfb.c index 11a3a22..7c30cc8 100644 --- a/drivers/video/atmel_lcdfb.c +++ b/drivers/video/atmel_lcdfb.c
@@ -801,5 +801,5 @@ module_exit(atmel_lcdfb_exit); MODULE_DESCRIPTION("AT91/AT32 LCD Controller framebuffer driver"); -MODULE_AUTHOR("Nicolas Ferre <[email protected]>"); +MODULE_AUTHOR("Nicolas Ferre <[email protected]>"); MODULE_LICENSE("GPL");