Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Andres has moved

My Collabora address is no longer enabled - update the MODULE_AUTHOR
fields of drivers to my current email address.

Signed-off-by: Andres Salomon <dilinger@queued.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Andres Salomon and committed by
Linus Torvalds
d45840d9 b8ab9f82

+3 -3
+1 -1
drivers/clocksource/cs5535-clockevt.c
··· 194 194 195 195 module_init(cs5535_mfgpt_init); 196 196 197 - MODULE_AUTHOR("Andres Salomon <dilinger@collabora.co.uk>"); 197 + MODULE_AUTHOR("Andres Salomon <dilinger@queued.net>"); 198 198 MODULE_DESCRIPTION("CS5535/CS5536 MFGPT clock event driver"); 199 199 MODULE_LICENSE("GPL");
+1 -1
drivers/gpio/cs5535-gpio.c
··· 352 352 module_init(cs5535_gpio_init); 353 353 module_exit(cs5535_gpio_exit); 354 354 355 - MODULE_AUTHOR("Andres Salomon <dilinger@collabora.co.uk>"); 355 + MODULE_AUTHOR("Andres Salomon <dilinger@queued.net>"); 356 356 MODULE_DESCRIPTION("AMD CS5535/CS5536 GPIO driver"); 357 357 MODULE_LICENSE("GPL");
+1 -1
drivers/misc/cs5535-mfgpt.c
··· 366 366 367 367 module_init(cs5535_mfgpt_init); 368 368 369 - MODULE_AUTHOR("Andres Salomon <dilinger@collabora.co.uk>"); 369 + MODULE_AUTHOR("Andres Salomon <dilinger@queued.net>"); 370 370 MODULE_DESCRIPTION("CS5535/CS5536 MFGPT timer driver"); 371 371 MODULE_LICENSE("GPL");