aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/lp8727_charger.c
diff options
context:
space:
mode:
authorKim, Milo <Milo.Kim@ti.com>2012-01-29 20:28:18 -0500
committerAnton Vorontsov <anton.vorontsov@linaro.org>2012-03-26 12:40:52 -0400
commite39b828f5355e41a8fd24f413fb9dfb81d808397 (patch)
tree0939abb06568676de053f4ad0ce53f40ba8acd2f /drivers/power/lp8727_charger.c
parent3832246ddd83391187edff8af328f9e9684d3177 (diff)
lp8727_charger: Add company name and description
Add 'Texas Instruments' because TI acquired National semiconductor at 2011. And the driver information is added in the header file. Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com> Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
Diffstat (limited to 'drivers/power/lp8727_charger.c')
-rw-r--r--drivers/power/lp8727_charger.c3
1 files changed, 2 insertions, 1 deletions
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)
489module_init(lp8727_init); 490module_init(lp8727_init);
490module_exit(lp8727_exit); 491module_exit(lp8727_exit);
491 492
492MODULE_DESCRIPTION("National Semiconductor LP8727 charger driver"); 493MODULE_DESCRIPTION("TI/National Semiconductor LP8727 charger driver");
493MODULE_AUTHOR 494MODULE_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>");
495MODULE_LICENSE("GPL"); 496MODULE_LICENSE("GPL");