diff options
-rw-r--r-- | drivers/power/Kconfig | 2 | ||||
-rw-r--r-- | drivers/power/lp8727_charger.c | 3 | ||||
-rw-r--r-- | include/linux/lp8727.h | 3 |
3 files changed, 6 insertions, 2 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 3a8daf858742..97680d8fa238 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig | |||
@@ -235,7 +235,7 @@ config CHARGER_TWL4030 | |||
235 | Say Y here to enable support for TWL4030 Battery Charge Interface. | 235 | Say Y here to enable support for TWL4030 Battery Charge Interface. |
236 | 236 | ||
237 | config CHARGER_LP8727 | 237 | config CHARGER_LP8727 |
238 | tristate "National Semiconductor LP8727 charger driver" | 238 | tristate "TI/National Semiconductor LP8727 charger driver" |
239 | depends on I2C | 239 | depends on I2C |
240 | help | 240 | help |
241 | Say Y here to enable support for LP8727 Charger Driver. | 241 | Say Y here to enable support for LP8727 Charger Driver. |
diff --git a/drivers/power/lp8727_charger.c b/drivers/power/lp8727_charger.c index c53dd1292f81..d23a3bcc74d9 100644 --- a/drivers/power/lp8727_charger.c +++ b/drivers/power/lp8727_charger.c | |||
@@ -1,6 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Driver for LP8727 Micro/Mini USB IC with intergrated charger | 2 | * Driver for LP8727 Micro/Mini USB IC with intergrated charger |
3 | * | 3 | * |
4 | * Copyright (C) 2011 Texas Instruments | ||
4 | * Copyright (C) 2011 National Semiconductor | 5 | * Copyright (C) 2011 National Semiconductor |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
@@ -489,7 +490,7 @@ static void __exit lp8727_exit(void) | |||
489 | module_init(lp8727_init); | 490 | module_init(lp8727_init); |
490 | module_exit(lp8727_exit); | 491 | module_exit(lp8727_exit); |
491 | 492 | ||
492 | MODULE_DESCRIPTION("National Semiconductor LP8727 charger driver"); | 493 | MODULE_DESCRIPTION("TI/National Semiconductor LP8727 charger driver"); |
493 | MODULE_AUTHOR | 494 | MODULE_AUTHOR |
494 | ("Woogyom Kim <milo.kim@ti.com>, Daniel Jeong <daniel.jeong@ti.com>"); | 495 | ("Woogyom Kim <milo.kim@ti.com>, Daniel Jeong <daniel.jeong@ti.com>"); |
495 | MODULE_LICENSE("GPL"); | 496 | MODULE_LICENSE("GPL"); |
diff --git a/include/linux/lp8727.h b/include/linux/lp8727.h index d21fa2865bf4..95371c46dc3a 100644 --- a/include/linux/lp8727.h +++ b/include/linux/lp8727.h | |||
@@ -1,4 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * LP8727 Micro/Mini USB IC with intergrated charger | ||
3 | * | ||
4 | * Copyright (C) 2011 Texas Instruments | ||
2 | * Copyright (C) 2011 National Semiconductor | 5 | * Copyright (C) 2011 National Semiconductor |
3 | * | 6 | * |
4 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |