diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/leds/leds-lp5521.c | 3 | ||||
-rw-r--r-- | drivers/leds/leds-lp5523.c | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/drivers/leds/leds-lp5521.c b/drivers/leds/leds-lp5521.c index 3b6dcb0be7e8..1001347ba70b 100644 --- a/drivers/leds/leds-lp5521.c +++ b/drivers/leds/leds-lp5521.c | |||
@@ -2,8 +2,10 @@ | |||
2 | * LP5521 LED chip driver. | 2 | * LP5521 LED chip driver. |
3 | * | 3 | * |
4 | * Copyright (C) 2010 Nokia Corporation | 4 | * Copyright (C) 2010 Nokia Corporation |
5 | * Copyright (C) 2012 Texas Instruments | ||
5 | * | 6 | * |
6 | * Contact: Samu Onkalo <samu.p.onkalo@nokia.com> | 7 | * Contact: Samu Onkalo <samu.p.onkalo@nokia.com> |
8 | * Milo(Woogyom) Kim <milo.kim@ti.com> | ||
7 | * | 9 | * |
8 | * This program is free software; you can redistribute it and/or | 10 | * This program is free software; you can redistribute it and/or |
9 | * modify it under the terms of the GNU General Public License | 11 | * modify it under the terms of the GNU General Public License |
@@ -479,5 +481,6 @@ static struct i2c_driver lp5521_driver = { | |||
479 | module_i2c_driver(lp5521_driver); | 481 | module_i2c_driver(lp5521_driver); |
480 | 482 | ||
481 | MODULE_AUTHOR("Mathias Nyman, Yuri Zaporozhets, Samu Onkalo"); | 483 | MODULE_AUTHOR("Mathias Nyman, Yuri Zaporozhets, Samu Onkalo"); |
484 | MODULE_AUTHOR("Milo Kim <milo.kim@ti.com>"); | ||
482 | MODULE_DESCRIPTION("LP5521 LED engine"); | 485 | MODULE_DESCRIPTION("LP5521 LED engine"); |
483 | MODULE_LICENSE("GPL v2"); | 486 | MODULE_LICENSE("GPL v2"); |
diff --git a/drivers/leds/leds-lp5523.c b/drivers/leds/leds-lp5523.c index d44c001e5e73..229f734040af 100644 --- a/drivers/leds/leds-lp5523.c +++ b/drivers/leds/leds-lp5523.c | |||
@@ -2,8 +2,10 @@ | |||
2 | * lp5523.c - LP5523 LED Driver | 2 | * lp5523.c - LP5523 LED Driver |
3 | * | 3 | * |
4 | * Copyright (C) 2010 Nokia Corporation | 4 | * Copyright (C) 2010 Nokia Corporation |
5 | * Copyright (C) 2012 Texas Instruments | ||
5 | * | 6 | * |
6 | * Contact: Samu Onkalo <samu.p.onkalo@nokia.com> | 7 | * Contact: Samu Onkalo <samu.p.onkalo@nokia.com> |
8 | * Milo(Woogyom) Kim <milo.kim@ti.com> | ||
7 | * | 9 | * |
8 | * This program is free software; you can redistribute it and/or | 10 | * This program is free software; you can redistribute it and/or |
9 | * modify it under the terms of the GNU General Public License | 11 | * modify it under the terms of the GNU General Public License |
@@ -510,5 +512,6 @@ static struct i2c_driver lp5523_driver = { | |||
510 | module_i2c_driver(lp5523_driver); | 512 | module_i2c_driver(lp5523_driver); |
511 | 513 | ||
512 | MODULE_AUTHOR("Mathias Nyman <mathias.nyman@nokia.com>"); | 514 | MODULE_AUTHOR("Mathias Nyman <mathias.nyman@nokia.com>"); |
515 | MODULE_AUTHOR("Milo Kim <milo.kim@ti.com>"); | ||
513 | MODULE_DESCRIPTION("LP5523 LED engine"); | 516 | MODULE_DESCRIPTION("LP5523 LED engine"); |
514 | MODULE_LICENSE("GPL"); | 517 | MODULE_LICENSE("GPL"); |