Skip to content

Commit b8d055a

Browse files
Liam Girdwooddtor
authored andcommitted
Input: wm97xx - update email address for Liam Girdwood
This updates the email address for Liam Girdwood as my old address is no longer valid. Signed-off-by: Liam Girdwood <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 5bd8a05 commit b8d055a

File tree

6 files changed

+11
-16
lines changed

6 files changed

+11
-16
lines changed

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4574,7 +4574,7 @@ WM97XX TOUCHSCREEN DRIVERS
45744574
P: Mark Brown
45754575
45764576
P: Liam Girdwood
4577-
4577+
45784578
45794579
T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
45804580
W: http://opensource.wolfsonmicro.com/node/7

drivers/input/touchscreen/mainstone-wm97xx.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
* Wolfson WM97xx AC97 Codecs.
44
*
55
* Copyright 2004, 2007 Wolfson Microelectronics PLC.
6-
* Author: Liam Girdwood
7-
6+
* Author: Liam Girdwood <[email protected]>
87
* Parts Copyright : Ian Molton <[email protected]>
98
* Andrew Zabolotny <[email protected]>
109
*
@@ -297,6 +296,6 @@ module_init(mainstone_wm97xx_init);
297296
module_exit(mainstone_wm97xx_exit);
298297

299298
/* Module information */
300-
MODULE_AUTHOR("Liam Girdwood <[email protected]>");
299+
MODULE_AUTHOR("Liam Girdwood <[email protected]>");
301300
MODULE_DESCRIPTION("wm97xx continuous touch driver for mainstone");
302301
MODULE_LICENSE("GPL");

drivers/input/touchscreen/wm9705.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
* wm9705.c -- Codec driver for Wolfson WM9705 AC97 Codec.
33
*
44
* Copyright 2003, 2004, 2005, 2006, 2007 Wolfson Microelectronics PLC.
5-
* Author: Liam Girdwood
6-
5+
* Author: Liam Girdwood <[email protected]>
76
* Parts Copyright : Ian Molton <[email protected]>
87
* Andrew Zabolotny <[email protected]>
98
* Russell King <[email protected]>
@@ -348,6 +347,6 @@ struct wm97xx_codec_drv wm9705_codec = {
348347
EXPORT_SYMBOL_GPL(wm9705_codec);
349348

350349
/* Module information */
351-
MODULE_AUTHOR("Liam Girdwood <[email protected]>");
350+
MODULE_AUTHOR("Liam Girdwood <[email protected]>");
352351
MODULE_DESCRIPTION("WM9705 Touch Screen Driver");
353352
MODULE_LICENSE("GPL");

drivers/input/touchscreen/wm9712.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
* wm9712.c -- Codec driver for Wolfson WM9712 AC97 Codecs.
33
*
44
* Copyright 2003, 2004, 2005, 2006, 2007 Wolfson Microelectronics PLC.
5-
* Author: Liam Girdwood
6-
5+
* Author: Liam Girdwood <[email protected]>
76
* Parts Copyright : Ian Molton <[email protected]>
87
* Andrew Zabolotny <[email protected]>
98
* Russell King <[email protected]>
@@ -463,6 +462,6 @@ struct wm97xx_codec_drv wm9712_codec = {
463462
EXPORT_SYMBOL_GPL(wm9712_codec);
464463

465464
/* Module information */
466-
MODULE_AUTHOR("Liam Girdwood <[email protected]>");
465+
MODULE_AUTHOR("Liam Girdwood <[email protected]>");
467466
MODULE_DESCRIPTION("WM9712 Touch Screen Driver");
468467
MODULE_LICENSE("GPL");

drivers/input/touchscreen/wm9713.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
* wm9713.c -- Codec touch driver for Wolfson WM9713 AC97 Codec.
33
*
44
* Copyright 2003, 2004, 2005, 2006, 2007, 2008 Wolfson Microelectronics PLC.
5-
* Author: Liam Girdwood
6-
5+
* Author: Liam Girdwood <[email protected]>
76
* Parts Copyright : Ian Molton <[email protected]>
87
* Andrew Zabolotny <[email protected]>
98
* Russell King <[email protected]>
@@ -477,6 +476,6 @@ struct wm97xx_codec_drv wm9713_codec = {
477476
EXPORT_SYMBOL_GPL(wm9713_codec);
478477

479478
/* Module information */
480-
MODULE_AUTHOR("Liam Girdwood <[email protected]>");
479+
MODULE_AUTHOR("Liam Girdwood <[email protected]>");
481480
MODULE_DESCRIPTION("WM9713 Touch Screen Driver");
482481
MODULE_LICENSE("GPL");

drivers/input/touchscreen/wm97xx-core.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
* and WM9713 AC97 Codecs.
44
*
55
* Copyright 2003, 2004, 2005, 2006, 2007, 2008 Wolfson Microelectronics PLC.
6-
* Author: Liam Girdwood
7-
6+
* Author: Liam Girdwood <[email protected]>
87
* Parts Copyright : Ian Molton <[email protected]>
98
* Andrew Zabolotny <[email protected]>
109
* Russell King <[email protected]>
@@ -825,6 +824,6 @@ module_init(wm97xx_init);
825824
module_exit(wm97xx_exit);
826825

827826
/* Module information */
828-
MODULE_AUTHOR("Liam Girdwood <[email protected]>");
827+
MODULE_AUTHOR("Liam Girdwood <[email protected]>");
829828
MODULE_DESCRIPTION("WM97xx Core - Touch Screen / AUX ADC / GPIO Driver");
830829
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)